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

feat: Improve structure of data provided to event callbacks, extract more stats and provide type hints for callback data #57

Merged
merged 5 commits into from
Mar 29, 2024

final

6f062b8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 29, 2024 in 1s

59.29% (-16.44%) compared to 0fdfae7

View this Pull Request on Codecov

59.29% (-16.44%) compared to 0fdfae7

Details

Codecov Report

Attention: Patch coverage is 23.50427% with 179 lines in your changes are missing coverage. Please review.

Project coverage is 59.29%. Comparing base (0fdfae7) to head (6f062b8).
Report is 2 commits behind head on main.

Files Patch % Lines
ilpy/impl/solvers/GurobiEventHandler.h 0.00% 125 Missing ⚠️
ilpy/impl/solvers/ScipEventHandler.h 47.47% 52 Missing ⚠️
ilpy/impl/solvers/SolverBackend.h 77.77% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #57       +/-   ##
===========================================
- Coverage   75.72%   59.29%   -16.44%     
===========================================
  Files          17       19        +2     
  Lines         828     1076      +248     
  Branches      154      309      +155     
===========================================
+ Hits          627      638       +11     
- Misses        136      414      +278     
+ Partials       65       24       -41     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.