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

Use only non-panicking digest API internally. #2190

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Use only non-panicking digest API internally.

d434fad
Select commit
Loading
Failed to load commit list.
Open

Use only non-panicking digest API internally. #2190

Use only non-panicking digest API internally.
d434fad
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 19, 2024 in 0s

96.88% (-0.04%) compared to a8619bc

View this Pull Request on Codecov

96.88% (-0.04%) compared to a8619bc

Details

Codecov Report

Attention: Patch coverage is 93.61702% with 12 lines in your changes missing coverage. Please review.

Project coverage is 96.88%. Comparing base (a8619bc) to head (d434fad).

Files with missing lines Patch % Lines
src/hkdf.rs 69.44% 11 Missing ⚠️
src/hmac.rs 97.36% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2190      +/-   ##
==========================================
- Coverage   96.92%   96.88%   -0.04%     
==========================================
  Files         154      154              
  Lines       20235    20311      +76     
  Branches      461      461              
==========================================
+ Hits        19612    19678      +66     
- Misses        518      528      +10     
  Partials      105      105              

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