refactor(key-wallet): split ManagedCoreAccount into funds + keys variants#711
Merged
Codecov / codecov/project
succeeded
May 5, 2026 in 1s
71.14% (+0.05%) compared to 2cf45b8
View this Pull Request on Codecov
71.14% (+0.05%) compared to 2cf45b8
Details
Codecov Report
❌ Patch coverage is 61.90476% with 328 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.14%. Comparing base (2cf45b8) to head (10cb2b9).
Additional details and impacted files
@@ Coverage Diff @@
## v0.42-dev #711 +/- ##
=============================================
+ Coverage 71.09% 71.14% +0.05%
=============================================
Files 319 320 +1
Lines 68574 68610 +36
=============================================
+ Hits 48751 48816 +65
+ Misses 19823 19794 -29 | Files with missing lines | Coverage Δ | |
|---|---|---|
| dash-spv/src/sync/mempool/sync_manager.rs | 98.72% <ø> (ø) |
|
| key-wallet-manager/src/lib.rs | 62.10% <ø> (ø) |
|
| key-wallet/src/account/mod.rs | 62.79% <ø> (ø) |
|
| ...et/src/managed_account/managed_platform_account.rs | 64.28% <ø> (ø) |
|
| ...-wallet/src/transaction_checking/wallet_checker.rs | 99.38% <100.00%> (ø) |
|
| ...c/wallet/managed_wallet_info/asset_lock_builder.rs | 79.61% <100.00%> (ø) |
|
| ...allet/managed_wallet_info/wallet_info_interface.rs | 83.22% <100.00%> (ø) |
|
| key-wallet-ffi/src/managed_wallet.rs | 81.34% <66.66%> (+10.19%) |
⬆️ |
| key-wallet-ffi/src/transaction.rs | 0.00% <0.00%> (ø) |
|
| ...wallet/src/transaction_checking/account_checker.rs | 67.02% <83.33%> (ø) |
|
| ... and 8 more |
Loading