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

Consistently use unsigned/size_t in big-int [blocks: #2310] #2452

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Use static_cast instead of C-style cast

c7a1826
Select commit
Loading
Failed to load commit list.
Open

Consistently use unsigned/size_t in big-int [blocks: #2310] #2452

Use static_cast instead of C-style cast
c7a1826
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 7, 2025 in 0s

79.59% (+0.88%) compared to 66004dc

View this Pull Request on Codecov

79.59% (+0.88%) compared to 66004dc

Details

Codecov Report

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

Project coverage is 79.59%. Comparing base (66004dc) to head (c7a1826).

Files with missing lines Patch % Lines
src/big-int/bigint.cc 92.62% 9 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2452      +/-   ##
===========================================
+ Coverage    78.71%   79.59%   +0.88%     
===========================================
  Files         1732     1732              
  Lines       199536   197321    -2215     
  Branches     18281    18214      -67     
===========================================
+ Hits        157057   157059       +2     
+ Misses       42479    40262    -2217     

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