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/patch failed Feb 21, 2024 in 1s

46.66% of diff hit (target 67.71%)

View this Pull Request on Codecov

46.66% of diff hit (target 67.71%)

Annotations

Check warning on line 71 in helper-cli/src/main/kotlin/commands/provenancestorage/DeleteCommand.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

helper-cli/src/main/kotlin/commands/provenancestorage/DeleteCommand.kt#L70-L71

Added lines #L70 - L71 were not covered by tests

Check warning on line 73 in helper-cli/src/main/kotlin/commands/provenancestorage/DeleteCommand.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

helper-cli/src/main/kotlin/commands/provenancestorage/DeleteCommand.kt#L73

Added line #L73 was not covered by tests

Check warning on line 77 in helper-cli/src/main/kotlin/commands/provenancestorage/DeleteCommand.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

helper-cli/src/main/kotlin/commands/provenancestorage/DeleteCommand.kt#L75-L77

Added lines #L75 - L77 were not covered by tests

Check warning on line 80 in helper-cli/src/main/kotlin/commands/provenancestorage/DeleteCommand.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

helper-cli/src/main/kotlin/commands/provenancestorage/DeleteCommand.kt#L80

Added line #L80 was not covered by tests

Check warning on line 83 in helper-cli/src/main/kotlin/commands/provenancestorage/DeleteCommand.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

helper-cli/src/main/kotlin/commands/provenancestorage/DeleteCommand.kt#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 86 in helper-cli/src/main/kotlin/commands/provenancestorage/DeleteCommand.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

helper-cli/src/main/kotlin/commands/provenancestorage/DeleteCommand.kt#L86

Added line #L86 was not covered by tests

Check warning on line 117 in scanner/src/main/kotlin/provenance/FileBasedPackageProvenanceStorage.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

scanner/src/main/kotlin/provenance/FileBasedPackageProvenanceStorage.kt#L117

Added line #L117 was not covered by tests

Check warning on line 119 in scanner/src/main/kotlin/provenance/FileBasedPackageProvenanceStorage.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

scanner/src/main/kotlin/provenance/FileBasedPackageProvenanceStorage.kt#L119

Added line #L119 was not covered by tests

Check warning on line 141 in scanner/src/main/kotlin/provenance/PostgresPackageProvenanceStorage.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

scanner/src/main/kotlin/provenance/PostgresPackageProvenanceStorage.kt#L139-L141

Added lines #L139 - L141 were not covered by tests

Check warning on line 144 in utils/ort/src/main/kotlin/storage/HttpFileStorage.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

utils/ort/src/main/kotlin/storage/HttpFileStorage.kt#L141-L144

Added lines #L141 - L144 were not covered by tests

Check warning on line 146 in utils/ort/src/main/kotlin/storage/HttpFileStorage.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

utils/ort/src/main/kotlin/storage/HttpFileStorage.kt#L146

Added line #L146 was not covered by tests

Check warning on line 149 in utils/ort/src/main/kotlin/storage/HttpFileStorage.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

utils/ort/src/main/kotlin/storage/HttpFileStorage.kt#L148-L149

Added lines #L148 - L149 were not covered by tests

Check warning on line 81 in utils/ort/src/main/kotlin/storage/LocalFileStorage.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

utils/ort/src/main/kotlin/storage/LocalFileStorage.kt#L81

Added line #L81 was not covered by tests

Check warning on line 145 in utils/ort/src/main/kotlin/storage/S3FileStorage.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

utils/ort/src/main/kotlin/storage/S3FileStorage.kt#L142-L145

Added lines #L142 - L145 were not covered by tests

Check warning on line 148 in utils/ort/src/main/kotlin/storage/S3FileStorage.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

utils/ort/src/main/kotlin/storage/S3FileStorage.kt#L147-L148

Added lines #L147 - L148 were not covered by tests