refactor: extract capability lookup into PeerPool helpers
#509
+150
−57
Codecov / codecov/project
succeeded
Mar 10, 2026 in 0s
66.90% (+0.04%) compared to b1451dc
View this Pull Request on Codecov
66.90% (+0.04%) compared to b1451dc
Details
Codecov Report
❌ Patch coverage is 85.43689% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 66.90%. Comparing base (b1451dc) to head (bbaf01d).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| dash-spv/src/network/manager.rs | 31.81% | 15 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## v0.42-dev #509 +/- ##
=============================================
+ Coverage 66.85% 66.90% +0.04%
=============================================
Files 313 313
Lines 64775 64835 +60
=============================================
+ Hits 43306 43376 +70
+ Misses 21469 21459 -10 | Files with missing lines | Coverage Δ | |
|---|---|---|
| dash-spv/src/network/peer.rs | 58.71% <100.00%> (-0.83%) |
⬇️ |
| dash-spv/src/network/pool.rs | 88.20% <100.00%> (+7.53%) |
⬆️ |
| dash-spv/src/network/manager.rs | 57.69% <31.81%> (-0.06%) |
⬇️ |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading