Closed github-actions[bot] closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 69.37%. Comparing base (
eb9f41b
) to head (62be165
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The tests pass, but they still seem to be using DiffEqCallbacks v3.8.0.
I did run the tests again still 3.8.0.
Still not being used even with 1.11
Done in #632
We should keep in mind that the tests are still using 3 instead of 4.
I checked we are not using any of the changed features at the moment.
This pull request changes the compat entry for the
DiffEqCallbacks
package from2.25, 3
to2.25, 3, 4
. This keeps the compat entries for earlier versions.Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.