This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
Reduce number of reallocations #6
Merged
Codecov / codecov/project
succeeded
Oct 7, 2023 in 1s
82.55% (target 40.00%)
View this Pull Request on Codecov
82.55% (target 40.00%)
Details
Codecov Report
Attention: 5 lines
in your changes are missing coverage. Please review.
Comparison is base (
7553d9a
) 82.68% compared to head (9a9bf1b
) 82.55%.
Additional details and impacted files
@@ Coverage Diff @@
## main #6 +/- ##
==========================================
- Coverage 82.68% 82.55% -0.14%
==========================================
Files 13 13
Lines 1057 1026 -31
==========================================
- Hits 874 847 -27
+ Misses 183 179 -4
Files | Coverage Δ | |
---|---|---|
src/dkg/complaint.rs | 98.52% <100.00%> (ø) |
|
src/dkg/key_generation.rs | 91.22% <100.00%> (-0.19%) |
⬇️ |
src/dkg/nizkpok.rs | 97.22% <100.00%> (ø) |
|
src/dkg/participant.rs | 92.77% <100.00%> (-0.57%) |
⬇️ |
src/parameters.rs | 100.00% <100.00%> (ø) |
|
src/sign/signature.rs | 79.31% <100.00%> (+0.36%) |
⬆️ |
src/sign/precomputation.rs | 90.14% <66.66%> (-0.40%) |
⬇️ |
src/dkg/secret_share.rs | 79.04% <60.00%> (ø) |
|
src/keys.rs | 80.21% <71.42%> (ø) |
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
Loading