opencobra / COBRA.jl

High-level, high-performance, constraint-based reconstruction and analysis in Julia
https://git.io/COBRA.jl
Other
60 stars 31 forks source link

Regular merge of develop #56

Closed laurentheirendt closed 4 years ago

laurentheirendt commented 4 years ago

Fixes #38 & #48

codecov-io commented 4 years ago

Codecov Report

Merging #56 into master will decrease coverage by 20.4%. The diff coverage is 75.19%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #56       +/-   ##
===========================================
- Coverage   94.52%   74.11%   -20.41%     
===========================================
  Files           8        8               
  Lines         584      591        +7     
===========================================
- Hits          552      438      -114     
- Misses         32      153      +121
Impacted Files Coverage Δ
src/COBRA.jl 100% <ø> (ø) :arrow_up:
src/solve.jl 97.67% <ø> (+10.63%) :arrow_up:
src/tools.jl 100% <100%> (ø) :arrow_up:
src/distributedFBA.jl 55.68% <46.66%> (-41.06%) :arrow_down:
src/connect.jl 81.81% <77.77%> (-5.14%) :arrow_down:
src/PALM.jl 90.16% <78.37%> (-3.65%) :arrow_down:
src/checkSetup.jl 88.46% <87.5%> (+0.46%) :arrow_up:
src/load.jl 83.09% <88.63%> (-16.91%) :arrow_down:
... and 3 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 b043686...caacf06. Read the comment docs.

laurentheirendt commented 4 years ago

Good to go. Codecov fails as there is a drop of > 15% in coverage.

Thanks @leejm516 👍