notaryproject / notation-go

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

feat: Timestamp #418

Closed Two-Hearts closed 2 months ago

Two-Hearts commented 3 months ago

This PR adds timestamping support.

Resolves #78

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 85.54913% with 25 lines in your changes missing coverage. Please review.

Project coverage is 80.76%. Comparing base (1c3e378) to head (b94b3fd).

Files Patch % Lines
verifier/verifier.go 82.03% 17 Missing and 6 partials :warning:
verifier/helpers.go 94.11% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #418 +/- ## ========================================== + Coverage 80.29% 80.76% +0.46% ========================================== Files 33 33 Lines 2340 2449 +109 ========================================== + Hits 1879 1978 +99 - Misses 324 331 +7 - Partials 137 140 +3 ```

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