vkottler / vmklib

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

1.4.1 - Add more Python task implementations #42

Closed vkottler closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #42 (497ed90) into master (f7979a0) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #42   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        12    +2     
  Lines          293       339   +46     
=========================================
+ Hits           293       339   +46     
Impacted Files Coverage Δ
tasks/conf.py 100.00% <100.00%> (ø)
vmklib/__init__.py 100.00% <100.00%> (ø)
vmklib/tasks/mixins/concrete.py 100.00% <100.00%> (ø)
vmklib/tasks/python/lint.py 100.00% <100.00%> (ø)
vmklib/tasks/python/package.py 100.00% <100.00%> (ø)
vmklib/tasks/python/yaml.py 100.00% <100.00%> (ø)
vmklib/tasks/venv.py 100.00% <100.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 f7979a0...497ed90. Read the comment docs.