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

Merge branch 'master' into dp-clippy-indexing_slicing

ab2c8af
Select commit
Loading
Failed to load commit list.
Merged

Don't use slice indexing #164

Merge branch 'master' into dp-clippy-indexing_slicing
ab2c8af
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 13, 2024 in 1s

93.16% (-0.28%) compared to 4c04dcf

View this Pull Request on Codecov

93.16% (-0.28%) compared to 4c04dcf

Details

Codecov Report

Attention: Patch coverage is 85.65217% with 66 lines in your changes missing coverage. Please review.

Project coverage is 93.16%. Comparing base (4c04dcf) to head (ab2c8af).

Files with missing lines Patch % Lines
synedrion/src/cggmp21/interactive_signing.rs 78.14% 33 Missing ⚠️
synedrion/src/cggmp21/entities.rs 0.00% 26 Missing ⚠️
synedrion/src/www02/entities.rs 95.74% 4 Missing ⚠️
synedrion/src/paillier/rsa.rs 71.42% 2 Missing ⚠️
synedrion/src/cggmp21/key_refresh.rs 98.41% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #164      +/-   ##
==========================================
- Coverage   93.44%   93.16%   -0.28%     
==========================================
  Files          34       34              
  Lines        6849     7026     +177     
==========================================
+ Hits         6400     6546     +146     
- Misses        449      480      +31     

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