python-lml / lml

Load me later. A lazy plugin management system for Python
http://lml.readthedocs.io
Other
12 stars 5 forks source link

release 0.0.5 #7

Closed chfw closed 5 years ago

chfw commented 5 years ago

fix #6

codecov-io commented 5 years ago

Codecov Report

Merging #7 into master will decrease coverage by 0.86%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
- Coverage   98.67%   97.81%   -0.87%     
==========================================
  Files          10       10              
  Lines         452      457       +5     
==========================================
+ Hits          446      447       +1     
- Misses          6       10       +4
Impacted Files Coverage Δ
lml/loader.py 89.47% <100%> (-10.53%) :arrow_down:
lml/utils.py 97.77% <100%> (+0.4%) :arrow_up:
tests/test_plugin_info.py 100% <100%> (ø) :arrow_up:
lml/_version.py 100% <100%> (ø) :arrow_up:
lml/__init__.py 50% <100%> (ø) :arrow_up:
lml/plugin.py 100% <100%> (ø) :arrow_up:
tests/test_utils.py 100% <100%> (ø) :arrow_up:
tests/test_plugin_manager.py 100% <100%> (ø) :arrow_up:

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 89ebe41...38f25db. Read the comment docs.