Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a helper command to delete stored provenance by package id #8327

Merged
merged 2 commits into from
Feb 21, 2024

feat(helper-cli): Add a command to delete stored provenance by packag…

092c65d
Select commit
Loading
Failed to load commit list.
Merged

Add a helper command to delete stored provenance by package id #8327

feat(helper-cli): Add a command to delete stored provenance by packag…
092c65d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 21, 2024 in 0s

67.55% (-0.16%) compared to 4cda5b4

View this Pull Request on Codecov

67.55% (-0.16%) compared to 4cda5b4

Details

Codecov Report

Attention: 32 lines in your changes are missing coverage. Please review.

Comparison is base (4cda5b4) 67.71% compared to head (092c65d) 67.55%.

Files Patch % Lines
...kotlin/commands/provenancestorage/DeleteCommand.kt 65.71% 12 Missing ⚠️
...ils/ort/src/main/kotlin/storage/HttpFileStorage.kt 0.00% 7 Missing ⚠️
utils/ort/src/main/kotlin/storage/S3FileStorage.kt 0.00% 6 Missing ⚠️
...in/provenance/FileBasedPackageProvenanceStorage.kt 0.00% 3 Missing ⚠️
...lin/provenance/PostgresPackageProvenanceStorage.kt 0.00% 3 Missing ⚠️
...ls/ort/src/main/kotlin/storage/LocalFileStorage.kt 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #8327      +/-   ##
============================================
- Coverage     67.71%   67.55%   -0.16%     
- Complexity      974      976       +2     
============================================
  Files           240      242       +2     
  Lines          7833     7893      +60     
  Branches        865      868       +3     
============================================
+ Hits           5304     5332      +28     
- Misses         2146     2178      +32     
  Partials        383      383              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.