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

arithmetic: Rewrite limbs_reduce_once. #2283

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

arithmetic: Rewrite `limbs_reduce_once`.

e4594c1
Select commit
Loading
Failed to load commit list.
Open

arithmetic: Rewrite limbs_reduce_once. #2283

arithmetic: Rewrite `limbs_reduce_once`.
e4594c1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 25, 2025 in 1s

96.75% (-0.01%) compared to 63dc1e5, passed because coverage increased by 0% when compared to adjusted base (96.75%)

View this Pull Request on Codecov

96.75% (-0.01%) compared to 63dc1e5, passed because coverage increased by 0% when compared to adjusted base (96.75%)

Details

Codecov Report

Attention: Patch coverage is 96.15385% with 2 lines in your changes missing coverage. Please review.

Project coverage is 96.75%. Comparing base (63dc1e5) to head (e4594c1).

Files with missing lines Patch % Lines
src/arithmetic/add.rs 92.59% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2283      +/-   ##
==========================================
- Coverage   96.76%   96.75%   -0.01%     
==========================================
  Files         173      174       +1     
  Lines       20872    20896      +24     
  Branches      487      488       +1     
==========================================
+ Hits        20196    20218      +22     
- Misses        575      576       +1     
- Partials      101      102       +1     

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