Skip to content

Remove BatchDelay random forwarding delays, always return zero

5a5d226
Select commit
Loading
Failed to load commit list.
Draft

Async channel manager persistence in background processor #4419

Remove BatchDelay random forwarding delays, always return zero
5a5d226
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 18, 2026 in 1s

85.92% (-0.15%) compared to 4e32d10

View this Pull Request on Codecov

85.92% (-0.15%) compared to 4e32d10

Details

Codecov Report

❌ Patch coverage is 91.56379% with 41 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.92%. Comparing base (4e32d10) to head (5a5d226).
⚠️ Report is 61 commits behind head on main.

Files with missing lines Patch % Lines
lightning/src/chain/chainmonitor.rs 92.33% 20 Missing and 4 partials ⚠️
lightning/src/ln/channelmanager.rs 67.64% 9 Missing and 2 partials ⚠️
lightning-background-processor/src/lib.rs 94.54% 2 Missing and 1 partial ⚠️
lightning/src/util/test_utils.rs 92.85% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4419      +/-   ##
==========================================
- Coverage   86.06%   85.92%   -0.15%     
==========================================
  Files         156      156              
  Lines      103188   104263    +1075     
  Branches   103188   104263    +1075     
==========================================
+ Hits        88808    89587     +779     
- Misses      11868    12144     +276     
- Partials     2512     2532      +20     

☔ 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.