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

digest: Clarify panic safety of (Block)Digest::finish #2185

Merged
merged 5 commits into from
Dec 17, 2024

digest internals: Provide an infallible I-U-F API internally.

b967bdf
Select commit
Loading
Failed to load commit list.
Merged

digest: Clarify panic safety of (Block)Digest::finish #2185

digest internals: Provide an infallible I-U-F API internally.
b967bdf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 16, 2024 in 0s

96.90% (-0.05%) compared to 9baba60

View this Pull Request on Codecov

96.90% (-0.05%) compared to 9baba60

Details

Codecov Report

Attention: Patch coverage is 86.36364% with 9 lines in your changes missing coverage. Please review.

Project coverage is 96.90%. Comparing base (9baba60) to head (b967bdf).

Files with missing lines Patch % Lines
src/digest.rs 83.92% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2185      +/-   ##
==========================================
- Coverage   96.95%   96.90%   -0.05%     
==========================================
  Files         154      154              
  Lines       20216    20239      +23     
  Branches      462      461       -1     
==========================================
+ Hits        19600    19613      +13     
- Misses        511      520       +9     
- Partials      105      106       +1     

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