Skip to content

core: simplify compute_refreshing_shares()

c9c0714
Select commit
Loading
Failed to load commit list.
Open

core: simplify compute_refreshing_shares() #940

core: simplify compute_refreshing_shares()
c9c0714
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 22, 2025 in 0s

78.11% (+0.72%) compared to 8f60e6d

View this Pull Request on Codecov

78.11% (+0.72%) compared to 8f60e6d

Details

Codecov Report

❌ Patch coverage is 62.50000% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.11%. Comparing base (8f60e6d) to head (c9c0714).

Files with missing lines Patch % Lines
frost-ed25519/src/keys/refresh.rs 0.00% 1 Missing ⚠️
frost-ed448/src/keys/refresh.rs 0.00% 1 Missing ⚠️
frost-p256/src/keys/refresh.rs 0.00% 1 Missing ⚠️
frost-ristretto255/src/keys/refresh.rs 0.00% 1 Missing ⚠️
frost-secp256k1-tr/src/keys/refresh.rs 0.00% 1 Missing ⚠️
frost-secp256k1/src/keys/refresh.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #940      +/-   ##
==========================================
+ Coverage   77.39%   78.11%   +0.72%     
==========================================
  Files          41       41              
  Lines        4503     4460      -43     
==========================================
- Hits         3485     3484       -1     
+ Misses       1018      976      -42     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.