Skip to content

refactor: remove `current_sync_peer` from network manager

d6f2108
Select commit
Loading
Failed to load commit list.
Draft

refactor: remove current_sync_peer from network manager #511

refactor: remove `current_sync_peer` from network manager
d6f2108
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 13, 2026 in 0s

66.97% (+0.07%) compared to 33cefc9

View this Pull Request on Codecov

66.97% (+0.07%) compared to 33cefc9

Details

Codecov Report

❌ Patch coverage is 86.72566% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 66.97%. Comparing base (33cefc9) to head (d6f2108).
⚠️ Report is 2 commits behind head on refactor/peer-service-lookup.

Files with missing lines Patch % Lines
dash-spv/src/network/manager.rs 53.12% 15 Missing ⚠️
Additional details and impacted files
@@                       Coverage Diff                        @@
##           refactor/peer-service-lookup     #511      +/-   ##
================================================================
+ Coverage                         66.90%   66.97%   +0.07%     
================================================================
  Files                               313      313              
  Lines                             64757    64777      +20     
================================================================
+ Hits                              43325    43385      +60     
+ Misses                            21432    21392      -40     
Files with missing lines Coverage Δ
dash-spv/src/network/peer.rs 59.09% <100.00%> (-0.46%) ⬇️
dash-spv/src/network/pool.rs 90.20% <100.00%> (+8.85%) ⬆️
dash-spv/src/network/manager.rs 62.17% <53.12%> (+3.88%) ⬆️

... and 3 files with indirect coverage changes

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