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
77 stars 4 forks source link

Add `show_locations` kwarg to print the location of the name being used from global namespace #9

Closed ericphanson closed 7 months ago

ericphanson commented 7 months ago

closes #4

Can be handy for debugging and MWEs

codecov-commenter commented 7 months ago

Codecov Report

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

Project coverage is 96.44%. Comparing base (1a64822) to head (467e9fd).

Files Patch % Lines
src/ExplicitImports.jl 95.45% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #9 +/- ## ========================================== - Coverage 96.57% 96.44% -0.14% ========================================== Files 5 5 Lines 467 478 +11 ========================================== + Hits 451 461 +10 - Misses 16 17 +1 ```

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