opencobra / memote

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

Fix workflow #696

Closed Midnighter closed 3 years ago

Midnighter commented 3 years ago

Solve some of the problems with the new GitHub Actions workflow.

codecov[bot] commented 3 years ago

Codecov Report

Merging #696 into develop will decrease coverage by 7.48%. The diff coverage is 52.74%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #696      +/-   ##
===========================================
- Coverage    83.04%   75.55%   -7.49%     
===========================================
  Files           49       50       +1     
  Lines         2671     2982     +311     
  Branches       441      516      +75     
===========================================
+ Hits          2218     2253      +35     
- Misses         361      634     +273     
- Partials        92       95       +3     
Impacted Files Coverage Δ
src/memote/experimental/experiment.py 82.35% <ø> (ø)
src/memote/suite/reporting/snapshot.py 100.00% <ø> (ø)
src/memote/support/gpr_helpers.py 100.00% <ø> (ø)
src/memote/support/matrix.py 100.00% <ø> (ø)
src/memote/_version.py 0.71% <0.71%> (ø)
src/memote/suite/cli/callbacks.py 77.35% <60.00%> (ø)
src/memote/suite/api.py 68.85% <66.66%> (ø)
src/memote/suite/results/sql_result_manager.py 46.15% <66.66%> (ø)
src/memote/support/validation.py 85.29% <66.66%> (ø)
src/memote/suite/cli/runner.py 52.18% <72.58%> (+0.49%) :arrow_up:
... and 41 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 77237a0...d73cfe2. Read the comment docs.