jump-dev / Gurobi.jl

A Julia interface to the Gurobi Optimizer
http://www.gurobi.com/
MIT License
221 stars 80 forks source link

Check all return codes #544

Closed odow closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1a911cf) 80.31% compared to head (2a49a4d) 80.36%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #544 +/- ## ========================================== + Coverage 80.31% 80.36% +0.04% ========================================== Files 6 6 Lines 2901 2908 +7 ========================================== + Hits 2330 2337 +7 Misses 571 571 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

odow commented 7 months ago

This doesn't fix my segfault, but it is an improvement.