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

Define native word size as constant_time::Word. #2097

Merged
merged 1 commit into from
Jun 12, 2024

Define native word size as `constant_time::Word`.

e8944f7
Select commit
Loading
Failed to load commit list.
Merged

Define native word size as constant_time::Word. #2097

Define native word size as `constant_time::Word`.
e8944f7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 12, 2024 in 0s

97.23% (-0.02%) compared to 731f419

View this Pull Request on Codecov

97.23% (-0.02%) compared to 731f419

Details

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 97.23%. Comparing base (731f419) to head (e8944f7).
Report is 1 commits behind head on main.

Files Patch % Lines
src/polyfill.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2097      +/-   ##
==========================================
- Coverage   97.25%   97.23%   -0.02%     
==========================================
  Files         143      143              
  Lines       20052    20055       +3     
  Branches      228      228              
==========================================
- Hits        19502    19501       -1     
- Misses        524      527       +3     
- Partials       26       27       +1     

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