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

hmac: Use non-panicking Digest API throughout. #2193

Merged
merged 1 commit into from
Dec 26, 2024

hmac: Use non-panicking `Digest` API throughout.

aaf4385
Select commit
Loading
Failed to load commit list.
Merged

hmac: Use non-panicking Digest API throughout. #2193

hmac: Use non-panicking `Digest` API throughout.
aaf4385
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 26, 2024 in 0s

96.92% (+0.00%) compared to a8619bc

View this Pull Request on Codecov

96.92% (+0.00%) compared to a8619bc

Details

Codecov Report

Attention: Patch coverage is 98.07692% with 1 line in your changes missing coverage. Please review.

Project coverage is 96.92%. Comparing base (a8619bc) to head (aaf4385).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
src/hmac.rs 97.43% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2193   +/-   ##
=======================================
  Coverage   96.92%   96.92%           
=======================================
  Files         154      154           
  Lines       20235    20268   +33     
  Branches      461      461           
=======================================
+ Hits        19612    19645   +33     
  Misses        518      518           
  Partials      105      105           

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