ModellingWebLab / cellmlmanip

CellML loading and model equation manipulation
Other
3 stars 1 forks source link

Stop using `develop` branch #336

Closed MichaelClerx closed 3 years ago

MichaelClerx commented 3 years ago

Merging develop into master, so that we can stop using master

codecov[bot] commented 3 years ago

Codecov Report

Merging #336 (9c99b09) into master (75b6f08) will increase coverage by 1.39%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #336      +/-   ##
===========================================
+ Coverage   98.60%   100.00%   +1.39%     
===========================================
  Files           6         8       +2     
  Lines        1361      1378      +17     
  Branches      299       298       -1     
===========================================
+ Hits         1342      1378      +36     
+ Misses          7         0       -7     
+ Partials       12         0      -12     
Impacted Files Coverage Δ
cellmlmanip/__init__.py 100.00% <100.00%> (ø)
cellmlmanip/_config.py 100.00% <100.00%> (ø)
cellmlmanip/model.py 100.00% <100.00%> (+0.21%) :arrow_up:
cellmlmanip/parser.py 100.00% <100.00%> (+2.60%) :arrow_up:
cellmlmanip/printer.py 100.00% <100.00%> (+1.97%) :arrow_up:
cellmlmanip/units.py 100.00% <100.00%> (+1.58%) :arrow_up:
... and 2 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 f6270c2...9c99b09. Read the comment docs.