Skip to content

Conversation

JoshuaLampert
Copy link
Member

@JoshuaLampert JoshuaLampert commented Mar 23, 2025

CI tests are currently failing because SciMLBase.jl v2.78.0 removed code, which is used in LinearSolve.jl < 3.7.0. This means the latest SciMLBase.jl version is not compatible anymore with older LinearSolve.jl versions. However, we still need LinearSolve.jl v2 (see #131). So tests fail. Therefore, this introduces a hotfix to disallow SciMLBase.jl > v2.77.0. This hotfix should be removed once #131 is resolved.

@codecov-commenter
Copy link

codecov-commenter commented Mar 23, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.10%. Comparing base (af0bb16) to head (89fad89).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #149   +/-   ##
=======================================
  Coverage   98.10%   98.10%           
=======================================
  Files           7        7           
  Lines        1637     1637           
=======================================
  Hits         1606     1606           
  Misses         31       31           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@SKopecz SKopecz merged commit 657f379 into NumericalMathematics:main Mar 23, 2025
9 of 10 checks passed
@SKopecz
Copy link
Collaborator

SKopecz commented Mar 23, 2025

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants