matbesancon / MathOptSetDistances.jl

Distances to sets for MathOptInterface
MIT License
24 stars 4 forks source link

Bump compat in test/Project.toml #79

Closed odow closed 8 months ago

odow commented 8 months ago

What is the motivation to lock these? It prevents things like fixes to Hypatia from propagating.

x-ref https://github.com/jump-dev/MathOptInterface.jl/actions/runs/7823304952/job/21344016059

odow commented 8 months ago

I guess the failing tests are my answer: numerics.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (fea67d8) 87.44% compared to head (c000e65) 87.44%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #79 +/- ## ======================================= Coverage 87.44% 87.44% ======================================= Files 7 7 Lines 709 709 ======================================= Hits 620 620 Misses 89 89 ```

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

odow commented 8 months ago

Merging because this is a trivial change.