vkottler / vmklib

Simplify project workflows by standardizing use of GNU Make.
MIT License
1 stars 0 forks source link

1.4.0 - Implement python-lint as Python #41

Closed vkottler closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #41 (db391d3) into master (9c44196) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #41   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9        10    +1     
  Lines          263       293   +30     
=========================================
+ Hits           263       293   +30     
Impacted Files Coverage Δ
vmklib/tasks/python/__init__.py 100.00% <ø> (ø)
vmklib/app.py 100.00% <100.00%> (ø)
vmklib/tasks/python/lint.py 100.00% <100.00%> (ø)
vmklib/tasks/venv.py 100.00% <100.00%> (ø)
tasks/conf.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9c44196...db391d3. Read the comment docs.