Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return VerifyError in a better way #25

Merged
merged 5 commits into from
Dec 20, 2023

add some more unit tests

5c50a6e
Select commit
Loading
Failed to load commit list.
Merged

Return VerifyError in a better way #25

add some more unit tests
5c50a6e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2023 in 0s

94.14% (+0.83%) compared to 98a438e

View this Pull Request on Codecov

94.14% (+0.83%) compared to 98a438e

Details

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (98a438e) 93.31% compared to head (5c50a6e) 94.14%.

Files Patch % Lines
rustls-mbedpki-provider/src/lib.rs 92.45% 4 Missing ⚠️
...ustls-mbedpki-provider/src/client_cert_verifier.rs 95.71% 3 Missing ⚠️
...ustls-mbedpki-provider/src/server_cert_verifier.rs 95.58% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   93.31%   94.14%   +0.83%     
==========================================
  Files          16       16              
  Lines        1975     2102     +127     
==========================================
+ Hits         1843     1979     +136     
+ Misses        132      123       -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.