notaryproject / notation-core-go

Contains support for Notary Project signature envelope, and format specific implementation
Apache License 2.0
14 stars 28 forks source link

fix: ocsp revocation check with context #235

Closed Two-Hearts closed 1 month ago

Two-Hearts commented 1 month ago

This PR adds context to OCSP revocation check.

Resolves #223

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 91.30435% with 2 lines in your changes missing coverage. Please review.

Project coverage is 91.89%. Comparing base (e90546b) to head (dd19068). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
revocation/internal/ocsp/ocsp.go 90.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #235 +/- ## ========================================== + Coverage 91.76% 91.89% +0.13% ========================================== Files 30 30 Lines 2065 2074 +9 ========================================== + Hits 1895 1906 +11 + Misses 115 114 -1 + Partials 55 54 -1 ```

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