SamuraiAku / PkgToSoftwareBOM.jl

Produces a Software Bill of Materials (SBOM) describing your Julia Pkg environment. SBOM is in the SPDX format
MIT License
17 stars 2 forks source link

Avoid using Pkg internals with RegistryInstances #26

Closed SamuraiAku closed 11 months ago

SamuraiAku commented 11 months ago

Resolves #15. Uses RegistryInstances to replace accessing Pkg internals to retrieve registry information

codecov-commenter commented 11 months ago

Codecov Report

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

Comparison is base (c4d83ef) 93.43% compared to head (84023db) 93.75%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #26 +/- ## ========================================== + Coverage 93.43% 93.75% +0.31% ========================================== Files 4 4 Lines 137 128 -9 ========================================== - Hits 128 120 -8 + Misses 9 8 -1 ```

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