cog-imperial / OMLT

Represent trained machine learning models as Pyomo optimization formulations
Other
262 stars 57 forks source link

add codecov badge #12

Closed jalving closed 2 years ago

jalving commented 2 years ago

this PR simply adds the codecov badge to the readme

codecov[bot] commented 2 years ago

Codecov Report

Merging #12 (e466993) into main (40bc6a9) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #12   +/-   ##
=======================================
  Coverage   88.79%   88.79%           
=======================================
  Files          23       23           
  Lines        1071     1071           
  Branches      160      160           
=======================================
  Hits          951      951           
  Misses         98       98           
  Partials       22       22           

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 40bc6a9...e466993. Read the comment docs.

jalving commented 2 years ago

Looks like tests can randomly fail, likely because we use randomized test data. It is possible tolerances are not always satisfied. I will debug tests. Let's wait to merge this.

fracek commented 2 years ago

I noticed the same. I will also fix the GBT tests later this week.

fracek commented 2 years ago

I think we can safely merge this one since it's just a readme change? No need for the ci to pass

jalving commented 2 years ago

@fracek Agreed, feel free to merge. I think getting tests fixed is a separate issue right now.