comic / evalutils

evalutils helps users create extensions for grand-challenge.org
https://grand-challenge.org
MIT License
23 stars 9 forks source link

Improve CI #314

Closed jmsmkn closed 3 years ago

jmsmkn commented 3 years ago

This PR is a big cleanup:

codecov[bot] commented 3 years ago

Codecov Report

Merging #314 (091e70c) into master (992241b) will increase coverage by 0.32%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #314      +/-   ##
==========================================
+ Coverage   85.24%   85.57%   +0.32%     
==========================================
  Files          13       13              
  Lines         881      894      +13     
  Branches      127      128       +1     
==========================================
+ Hits          751      765      +14     
+ Misses         87       86       -1     
  Partials       43       43              
Impacted Files Coverage Δ
evalutils/__version__.py 100.00% <100.00%> (ø)
evalutils/io.py 90.62% <100.00%> (+0.96%) :arrow_up:
evalutils/stats.py 86.30% <100.00%> (ø)
evalutils/utils.py 100.00% <100.00%> (ø)
evalutils/evalutils.py 81.60% <0.00%> (+0.18%) :arrow_up:
evalutils/cli.py 73.33% <0.00%> (+1.76%) :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 992241b...091e70c. Read the comment docs.