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

Don't use slice indexing #164

Merged
merged 11 commits into from
Dec 14, 2024

Resolve TODOs

b04f7f6
Select commit
Loading
Failed to load commit list.
Merged

Don't use slice indexing #164

Resolve TODOs
b04f7f6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 9, 2024 in 1s

92.19% (-0.18%) compared to 9846887

View this Pull Request on Codecov

92.19% (-0.18%) compared to 9846887

Details

Codecov Report

Attention: Patch coverage is 86.63793% with 62 lines in your changes missing coverage. Please review.

Project coverage is 92.19%. Comparing base (9846887) to head (b04f7f6).

Files with missing lines Patch % Lines
synedrion/src/cggmp21/interactive_signing.rs 80.35% 33 Missing ⚠️
synedrion/src/cggmp21/entities.rs 0.00% 21 Missing ⚠️
synedrion/src/www02/entities.rs 95.65% 4 Missing ⚠️
synedrion/src/paillier/rsa.rs 71.42% 2 Missing ⚠️
synedrion/src/cggmp21/key_refresh.rs 98.43% 1 Missing ⚠️
synedrion/src/cggmp21/params.rs 95.45% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #164      +/-   ##
==========================================
- Coverage   92.36%   92.19%   -0.18%     
==========================================
  Files          35       35              
  Lines        6534     6710     +176     
==========================================
+ Hits         6035     6186     +151     
- Misses        499      524      +25     

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