Skip to content

Fix docs on ChannelMonitor::payment_preimages

3b75eee
Select commit
Loading
Failed to load commit list.
Merged

Prevent HTLC double-forwards, prune forwarded onions #4303

Fix docs on ChannelMonitor::payment_preimages
3b75eee
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 7, 2026 in 1s

86.05% (+0.02%) compared to 56f12c8

View this Pull Request on Codecov

86.05% (+0.02%) compared to 56f12c8

Details

Codecov Report

❌ Patch coverage is 87.71930% with 49 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.05%. Comparing base (56f12c8) to head (3b75eee).
⚠️ Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
lightning/src/ln/channelmanager.rs 87.84% 27 Missing and 8 partials ⚠️
lightning/src/ln/channel.rs 88.50% 9 Missing and 1 partial ⚠️
lightning/src/util/ser.rs 40.00% 0 Missing and 3 partials ⚠️
lightning/src/ln/functional_test_utils.rs 94.73% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4303      +/-   ##
==========================================
+ Coverage   86.02%   86.05%   +0.02%     
==========================================
  Files         156      156              
  Lines      103046   103334     +288     
  Branches   103046   103334     +288     
==========================================
+ Hits        88646    88919     +273     
- Misses      11888    11902      +14     
- Partials     2512     2513       +1     

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