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 internals: Make it clearer that Context::try_sign doesn't panic. #2192

Merged
merged 1 commit into from
Dec 19, 2024

hmac internals: Make it clearer that `Context::try_sign` doesn't panic.

c85a1a4
Select commit
Loading
Failed to load commit list.
Merged

hmac internals: Make it clearer that Context::try_sign doesn't panic. #2192

hmac internals: Make it clearer that `Context::try_sign` doesn't panic.
c85a1a4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 19, 2024 in 0s

96.91% (-0.01%) compared to 08832ab, passed because coverage increased by 0% when compared to adjusted base (96.91%)

View this Pull Request on Codecov

96.91% (-0.01%) compared to 08832ab, passed because coverage increased by 0% when compared to adjusted base (96.91%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.91%. Comparing base (08832ab) to head (c85a1a4).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2192      +/-   ##
==========================================
- Coverage   96.91%   96.91%   -0.01%     
==========================================
  Files         154      154              
  Lines       20239    20240       +1     
  Branches      461      461              
==========================================
  Hits        19615    19615              
  Misses        520      520              
- Partials      104      105       +1     

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