ericphanson / ExplicitImports.jl

Developer tooling for Julia namespace management: detecting implicit imports, improper explicit imports, and improper qualified accesses
https://ericphanson.github.io/ExplicitImports.jl/
MIT License
62 stars 2 forks source link

Support Julia 1.7 #17

Closed ericphanson closed 3 months ago

ericphanson commented 3 months ago

xref https://discourse.julialang.org/t/ann-explicitimports-jl-tooling-to-help-use-and-maintain-explicit-imports-in-your-package/110973/7

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 95.62%. Comparing base (bd466a1) to head (ecd44f0).

Files Patch % Lines
src/ExplicitImports.jl 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #17 +/- ## ========================================== - Coverage 96.23% 95.62% -0.61% ========================================== Files 5 5 Lines 478 480 +2 ========================================== - Hits 460 459 -1 - Misses 18 21 +3 ```

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