notaryproject / notation-go

A collection of libraries for supporting sign and verify OCI artifacts. Based on Notary Project specifications.
Apache License 2.0
39 stars 42 forks source link

refactor!: remove blob sign/verify related code #437

Closed Two-Hearts closed 3 months ago

Two-Hearts commented 3 months ago

As discussed, this PR removes the blob sign/verify related code for v1.2.0 release.

This PR targets on branch release-1.2 ONLY.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 89.47368% with 4 lines in your changes missing coverage. Please review.

Project coverage is 81.21%. Comparing base (3c5a659) to head (d5e876a). Report is 1 commits behind head on release-1.2.

Files Patch % Lines
verifier/verifier.go 82.35% 2 Missing and 1 partial :warning:
verifier/trustpolicy/oci.go 95.23% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## release-1.2 #437 +/- ## =============================================== + Coverage 80.86% 81.21% +0.34% =============================================== Files 33 32 -1 Lines 2483 2279 -204 =============================================== - Hits 2008 1851 -157 + Misses 332 299 -33 + Partials 143 129 -14 ```

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