Closed JoshuaLampert closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.18%. Comparing base (
de4d7f4
) to head (7179cf1
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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.