fix: replace abort() with cooperative wait in wait_for_run_task
#576
Codecov / codecov/project
succeeded
Mar 23, 2026 in 0s
66.51% (+0.18%) compared to 19fb152
View this Pull Request on Codecov
66.51% (+0.18%) compared to 19fb152
Details
Codecov Report
❌ Patch coverage is 78.63248% with 75 lines in your changes missing coverage. Please review.
✅ Project coverage is 66.51%. Comparing base (19fb152) to head (fabbdad).
Additional details and impacted files
@@ Coverage Diff @@
## refactor/move-callbacks-to-crates #576 +/- ##
=====================================================================
+ Coverage 66.32% 66.51% +0.18%
=====================================================================
Files 311 312 +1
Lines 64976 65018 +42
=====================================================================
+ Hits 43097 43247 +150
+ Misses 21879 21771 -108 | Files with missing lines | Coverage Δ | |
|---|---|---|
| dash-spv-ffi/src/callbacks.rs | 79.59% <100.00%> (+16.11%) |
⬆️ |
| dash-spv/src/client/core.rs | 46.00% <100.00%> (+1.10%) |
⬆️ |
| dash-spv/src/client/events.rs | 100.00% <100.00%> (ø) |
|
| dash-spv/src/client/lifecycle.rs | 64.15% <100.00%> (+0.68%) |
⬆️ |
| dash-spv/src/client/mempool.rs | 57.57% <ø> (ø) |
|
| dash-spv/src/client/mod.rs | 98.64% <100.00%> (ø) |
|
| dash-spv/src/client/queries.rs | 14.28% <ø> (ø) |
|
| dash-spv/src/client/transactions.rs | 0.00% <ø> (ø) |
|
| dash-spv-ffi/src/client.rs | 58.73% <90.90%> (-0.66%) |
⬇️ |
| dash-spv/src/client/sync_coordinator.rs | 82.45% <90.90%> (+9.72%) |
⬆️ |
| ... and 3 more |
Loading