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

Hold a SCIP pointer to prevent freeing the model while the constraint is still in use #158

Merged
merged 2 commits into from
Oct 21, 2024

Cargo fmt

a7b9ef3
Select commit
Loading
Failed to load commit list.
Merged

Hold a SCIP pointer to prevent freeing the model while the constraint is still in use #158

Cargo fmt
a7b9ef3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 21, 2024 in 0s

76.23% (+0.56%) compared to d56c177

View this Pull Request on Codecov

76.23% (+0.56%) compared to d56c177

Details

Codecov Report

Attention: Patch coverage is 92.30769% with 3 lines in your changes missing coverage. Please review.

Project coverage is 76.23%. Comparing base (d56c177) to head (a7b9ef3).
Report is 22 commits behind head on main.

Files with missing lines Patch % Lines
src/model.rs 86.96% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #158      +/-   ##
==========================================
+ Coverage   75.67%   76.23%   +0.56%     
==========================================
  Files          13       13              
  Lines        1759     1805      +46     
==========================================
+ Hits         1331     1376      +45     
- Misses        428      429       +1     

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