SKopecz / PositiveIntegrators.jl

A Julia library of positivity-preserving time integration methods
https://skopecz.github.io/PositiveIntegrators.jl/
MIT License
13 stars 4 forks source link

test SciMLBase #114

Closed ranocha closed 3 months ago

ranocha commented 3 months ago

Test as suggested in https://github.com/SKopecz/PositiveIntegrators.jl/pull/113#issuecomment-2247832033

codecov-commenter commented 3 months ago

:warning: 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 :white_check_mark:

Project coverage is 97.86%. Comparing base (6845b50) to head (8ed66df).

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #114 +/- ## ========================================== - Coverage 98.09% 97.86% -0.23% ========================================== Files 6 6 Lines 1414 1404 -10 ========================================== - Hits 1387 1374 -13 - Misses 27 30 +3 ```

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

ranocha commented 3 months ago

CI works fine as expected.