Pure python rewrite #70
Open
Codecov / codecov/project
succeeded
Dec 19, 2024 in 0s
85.06% (+9.34%) compared to 0fdfae7
View this Pull Request on Codecov
85.06% (+9.34%) compared to 0fdfae7
Details
Codecov Report
Attention: Patch coverage is 79.13669%
with 87 lines
in your changes missing coverage. Please review.
Project coverage is 85.06%. Comparing base (
0fdfae7
) to head (88202a6
).
Report is 13 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/ilpy/solver_backends/_gurobi.py | 34.28% | 46 Missing |
src/ilpy/_components.py | 84.67% | 19 Missing |
src/ilpy/solver_backends/_scip.py | 81.92% | 15 Missing |
src/ilpy/_solver.py | 90.90% | 5 Missing |
src/ilpy/__init__.py | 95.00% | 1 Missing |
src/ilpy/solver_backends/__init__.py | 96.00% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #70 +/- ##
==========================================
+ Coverage 75.72% 85.06% +9.34%
==========================================
Files 17 10 -7
Lines 828 663 -165
Branches 154 0 -154
==========================================
- Hits 627 564 -63
+ Misses 136 99 -37
+ Partials 65 0 -65
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
Loading