python-lml / lml

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

version 0.0.4 : to find plugin names with different naming patterns #5

Closed chfw closed 6 years ago

chfw commented 6 years ago

4

codecov-io commented 6 years ago

Codecov Report

Merging #5 into master will decrease coverage by 0.18%. The diff coverage is 99.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
- Coverage   98.86%   98.67%   -0.19%     
==========================================
  Files          10       10              
  Lines         439      452      +13     
==========================================
+ Hits          434      446      +12     
- Misses          5        6       +1
Impacted Files Coverage Δ
tests/test_utils.py 100% <ø> (ø) :arrow_up:
lml/__init__.py 50% <0%> (-10%) :arrow_down:
lml/utils.py 97.36% <100%> (ø) :arrow_up:
tests/test_plugin_info.py 100% <100%> (ø) :arrow_up:
tests/test_plugin_manager.py 100% <100%> (ø) :arrow_up:
lml/plugin.py 100% <100%> (ø) :arrow_up:
lml/loader.py 100% <100%> (ø) :arrow_up:
lml/_version.py 100% <100%> (ø) :arrow_up:
tests/test_plugin/pyexcel_test/__init__.py 100% <100%> (ø) :arrow_up:
tests/test_plugin_loader.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 41220e8...616b233. Read the comment docs.