Closed djc closed 5 months ago
Attention: Patch coverage is 96.92308%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 97.30%. Comparing base (
27cda7e
) to head (6927d1e
).
Files | Patch % | Lines |
---|---|---|
src/error.rs | 0.00% | 1 Missing :warning: |
src/subject_name/dns_name.rs | 75.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Triggered by some confusion while looking at https://github.com/rustls/rustls/pull/1954 and getting confused by the lack of lifetimes on
SubjectKeyInfoDer
return values.