plasmo-dev / Plasmo.jl

A Platform for Scalable Modeling and Optimization
Other
143 stars 20 forks source link

Fix printing tests for JuMP v1.11.1 #81

Closed odow closed 1 year ago

odow commented 1 year ago

JuMP recently tweaked how we printed sets: https://github.com/jump-dev/JuMP.jl/pull/3341.

I also took the liberty of adding compat bounds for your test dependencies.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (4ac6a93) 88.76% compared to head (bcebcfc) 88.76%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #81 +/- ## ======================================= Coverage 88.76% 88.76% ======================================= Files 19 19 Lines 2324 2324 ======================================= Hits 2063 2063 Misses 261 261 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

jalving commented 1 year ago

Great, thanks for updating this @odow!