jump-dev / HiGHS.jl

A Julia interface to the HiGHS solver
https://highs.dev
MIT License
96 stars 13 forks source link

Fix compat for ObjectiveLimit #180

Closed odow closed 9 months ago

odow commented 9 months ago

@matbesancon we forgot to bump the compat bound when adding #177. This broke tests for a user of HiGHS.jl.

codecov[bot] commented 9 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (e73bc7a) 83.34% compared to head (6744730) 83.34%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #180 +/- ## ======================================= Coverage 83.34% 83.34% ======================================= Files 3 3 Lines 1633 1633 ======================================= Hits 1361 1361 Misses 272 272 ```

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