JoshuaLampert / DispersiveShallowWater.jl

Structure-preserving numerical methods for dispersive shallow water models
https://joshualampert.github.io/DispersiveShallowWater.jl/
MIT License
15 stars 3 forks source link

Add test using ExplicitImports.jl #96

Closed JoshuaLampert closed 8 months ago

JoshuaLampert commented 8 months ago

With https://github.com/ericphanson/ExplicitImports.jl there exists a tool to avoid implicit imports and avoid the existence of unused imports. I updated the imports accordingly and added a regression test. I put the test next to the Aqua tests since this is kind of similar.

codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 96.18%. Comparing base (de4d7f4) to head (7179cf1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #96 +/- ## ======================================= Coverage 96.18% 96.18% ======================================= Files 17 17 Lines 1074 1074 ======================================= Hits 1033 1033 Misses 41 41 ```

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