opencobra / memote

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

refactor: use a model context for every test case #582

Closed Midnighter closed 5 years ago

Midnighter commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

Merging #582 into develop will decrease coverage by 0.01%. The diff coverage is 98.55%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #582      +/-   ##
===========================================
- Coverage    80.04%   80.03%   -0.02%     
===========================================
  Files           57       57              
  Lines         2927     2925       -2     
  Branches       386      386              
===========================================
- Hits          2343     2341       -2     
  Misses         518      518              
  Partials        66       66
Impacted Files Coverage Δ
memote/suite/collect.py 76.81% <ø> (-0.66%) :arrow_down:
memote/suite/tests/test_sbo.py 82.22% <100%> (ø) :arrow_up:
memote/suite/tests/test_basic.py 100% <100%> (ø) :arrow_up:
memote/suite/tests/test_biomass.py 91.57% <100%> (ø) :arrow_up:
memote/suite/tests/test_thermodynamics.py 100% <100%> (ø) :arrow_up:
memote/suite/tests/test_consistency.py 95.29% <100%> (ø) :arrow_up:
memote/suite/tests/test_annotation.py 96.93% <91.66%> (ø) :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 7191633...89d2662. Read the comment docs.