trixi-framework / TrixiBase.jl

Common functionality used by multiple Julia packages in the Trixi Framework
https://trixi-framework.github.io/TrixiBase.jl/
MIT License
5 stars 3 forks source link

Fix tests for TimerOutputs #31

Closed efaulhaber closed 1 week ago

efaulhaber commented 1 week ago

https://github.com/KristofferC/TimerOutputs.jl/pull/167 removed leading spaces in the timer outputs causing our tests to fail. I also now require the latest version to make sure that tests pass.

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 95.00%. Comparing base (033a96f) to head (a7016ae). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #31 +/- ## ======================================= Coverage 95.00% 95.00% ======================================= Files 5 5 Lines 80 80 ======================================= Hits 76 76 Misses 4 4 ```

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