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

add `check_all_explicit_imports_via_owners` #57

Closed ericphanson closed 2 weeks ago

codecov-commenter commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 92.30769% with 2 lines in your changes missing coverage. Please review.

Project coverage is 95.17%. Comparing base (d46bc8e) to head (c6a4b9d). Report is 3 commits behind head on main.

Files Patch % Lines
src/checks.jl 92.30% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #57 +/- ## ========================================== - Coverage 96.47% 95.17% -1.30% ========================================== Files 5 9 +4 Lines 680 954 +274 ========================================== + Hits 656 908 +252 - Misses 24 46 +22 ```

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