opencobra / memote

memote – the genome-scale metabolic model test suite
https://memote.readthedocs.io/
Apache License 2.0
125 stars 26 forks source link

refactor: add metrics to all test cases #614

Closed Midnighter closed 5 years ago

Midnighter commented 5 years ago

(With very few exceptions.)

codecov[bot] commented 5 years ago

Codecov Report

Merging #614 into develop will increase coverage by 0.17%. The diff coverage is 97.87%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #614      +/-   ##
===========================================
+ Coverage    79.83%   80.01%   +0.17%     
===========================================
  Files           59       59              
  Lines         3105     3127      +22     
  Branches       427      428       +1     
===========================================
+ Hits          2479     2502      +23     
+ Misses         553      552       -1     
  Partials        73       73
Impacted Files Coverage Δ
memote/support/matrix.py 100% <ø> (+12.5%) :arrow_up:
memote/suite/tests/test_consistency.py 94.18% <0%> (-1.11%) :arrow_down:
memote/suite/tests/test_biomass.py 92.45% <100%> (+0.53%) :arrow_up:
memote/suite/tests/test_basic.py 99.32% <100%> (-0.68%) :arrow_down:
memote/support/consistency_helpers.py 100% <100%> (ø) :arrow_up:
memote/support/basic.py 91.9% <100%> (+0.19%) :arrow_up:
memote/suite/tests/test_matrix.py 100% <100%> (ø) :arrow_up:
memote/suite/tests/test_sbml.py 90% <100%> (+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 f409293...5661aa5. Read the comment docs.