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

Detect Extensions if loaded #16

Closed avik-pal closed 4 months ago

avik-pal commented 4 months ago

Fixes #14

I am not too sure how to simulate the loading of a package extension for testing

ericphanson commented 4 months ago

I setup a test package to use for testing package extensions, though some other tests are failing

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 96.49%. Comparing base (465f7ee) to head (78778e1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #16 +/- ## ========================================== + Coverage 96.25% 96.49% +0.24% ========================================== Files 5 5 Lines 481 514 +33 ========================================== + Hits 463 496 +33 Misses 18 18 ```

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