vkottler / vmklib

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

0.10.0 - Add loading of external assets #26

Closed vkottler closed 2 years ago

vkottler commented 2 years ago

Adds capability to load an external configuration file, as well as an external 'mk/conf.mk' file.

Updates to Python pydoc targets.

codecov[bot] commented 2 years ago

Codecov Report

Merging #26 (be422d7) into master (628849e) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #26   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          177       191   +14     
=========================================
+ Hits           177       191   +14     
Impacted Files Coverage Δ
vmklib/__init__.py 100.00% <100.00%> (ø)
vmklib/app.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 628849e...be422d7. Read the comment docs.