PEtab-dev / PEtab

PEtab - an SBML and TSV based data format for parameter estimation problems in systems biology
https://petab.readthedocs.io
MIT License
56 stars 12 forks source link

Release 0.1.14 #496

Closed jvanhoefer closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #496 (064680e) into master (d948970) will decrease coverage by 0.03%. The diff coverage is 77.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #496      +/-   ##
==========================================
- Coverage   78.03%   78.00%   -0.04%     
==========================================
  Files          23       23              
  Lines        2295     2300       +5     
  Branches      544      546       +2     
==========================================
+ Hits         1791     1794       +3     
- Misses        369      370       +1     
- Partials      135      136       +1     
Impacted Files Coverage Δ
petab/simulate.py 78.84% <71.42%> (-2.01%) :arrow_down:
petab/parameters.py 82.43% <100.00%> (ø)
petab/version.py 100.00% <100.00%> (ø)

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 d948970...064680e. Read the comment docs.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

jvanhoefer commented 3 years ago

How do we proceed regarding the codecov stuff here? :)

yannikschaelte commented 3 years ago

How do we proceed regarding the codecov stuff here? :)

Usually: Ignore. If diff < previous, makes sense to see if one can test more of the new stuff.

jvanhoefer commented 3 years ago

Usually: Ignore. If diff < previous, makes sense to see if one can test more of the new stuff.

I would have thought so, but then as a non-owner of the repository I can't merge. So either one of you does, or I need to get the permission for that :)