Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pure python rewrite #70

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

skip macos 3.10

88202a6
Select commit
Loading
Failed to load commit list.
Open

Pure python rewrite #70

skip macos 3.10
88202a6
Select commit
Loading
Failed to load commit list.
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.