Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test using ExplicitImports.jl #96

Merged
merged 2 commits into from
Mar 12, 2024
Merged

Add test using ExplicitImports.jl #96

merged 2 commits into from
Mar 12, 2024

Conversation

JoshuaLampert
Copy link
Owner

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.

@JoshuaLampert JoshuaLampert requested a review from ranocha March 11, 2024 17:37
Copy link

codecov bot commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

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

ranocha
ranocha previously approved these changes Mar 12, 2024
Copy link
Collaborator

@ranocha ranocha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I just have a minor suggestion.

test/test_aqua.jl Outdated Show resolved Hide resolved
Co-authored-by: Hendrik Ranocha <[email protected]>
@JoshuaLampert JoshuaLampert requested a review from ranocha March 12, 2024 08:11
@ranocha ranocha merged commit fd1ea97 into main Mar 12, 2024
14 checks passed
@ranocha ranocha deleted the explicitimports branch March 12, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants