mintproject / mic

Model Insertion Checker
https://mic-cli.readthedocs.io/en/latest/
5 stars 3 forks source link

fix: cleaning code #278

Closed mosoriob closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #278 into master will increase coverage by 3.92%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #278      +/-   ##
==========================================
+ Coverage   61.29%   65.22%   +3.92%     
==========================================
  Files          50       43       -7     
  Lines        3540     3114     -426     
==========================================
- Hits         2170     2031     -139     
+ Misses       1370     1083     -287     
Impacted Files Coverage Δ
src/mic/__init__.py 100.00% <ø> (ø)
src/mic/config_yaml.py 88.14% <ø> (+0.32%) :arrow_up:
src/mic/drawer.py 50.00% <ø> (+25.00%) :arrow_up:
src/mic/publisher/github.py 15.15% <0.00%> (-0.14%) :arrow_down:
src/mic/resources/model.py 32.43% <ø> (-18.48%) :arrow_down:
src/mic/resources/model_configuration.py 30.55% <ø> (-11.67%) :arrow_down:
src/mic/resources/model_configuration_setup.py 0.00% <ø> (ø)
src/mic/resources/software_version.py 29.41% <ø> (-3.93%) :arrow_down:
src/mic/_utils.py 62.83% <20.00%> (+2.32%) :arrow_up:
src/mic/__main__.py 77.41% <100.00%> (+0.37%) :arrow_up:
... and 7 more

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 e41e82e...fbf6f09. Read the comment docs.