briansmith / webpki

WebPKI X.509 Certificate Validation in Rust
https://briansmith.org/rustdoc/webpki/
Other
464 stars 166 forks source link

Update clippy job to match *ring*. #216

Closed briansmith closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #216 (a39905b) into main (2208a22) will increase coverage by 1.31%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #216      +/-   ##
==========================================
+ Coverage   50.60%   51.91%   +1.31%     
==========================================
  Files          17       17              
  Lines        1984     2034      +50     
==========================================
+ Hits         1004     1056      +52     
+ Misses        980      978       -2     
Impacted Files Coverage Δ
src/lib.rs 1.49% <ø> (ø)
src/signed_data.rs 100.00% <0.00%> (ø)
tests/integration.rs 100.00% <0.00%> (ø)
tests/cert_v1_unsupported.rs 100.00% <0.00%> (ø)
tests/cert_without_extensions.rs 100.00% <0.00%> (ø)
src/name/dns_name.rs 62.45% <0.00%> (+1.05%) :arrow_up:
src/calendar.rs 90.90% <0.00%> (+1.89%) :arrow_up:
tests/dns_name_tests.rs 92.85% <0.00%> (+15.07%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2208a22...a39905b. Read the comment docs.