Skip to content

Add test for dummy hop insertion

fdf352b
Select commit
Loading
Failed to load commit list.
Merged

Improve privacy for Blinded Message Paths using Dummy Hops #3726

Add test for dummy hop insertion
fdf352b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 28, 2025 in 0s

88.76% (-0.03%) compared to 1c36624

View this Pull Request on Codecov

88.76% (-0.03%) compared to 1c36624

Details

Codecov Report

❌ Patch coverage is 91.03774% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.76%. Comparing base (1c36624) to head (fdf352b).
⚠️ Report is 23 commits behind head on main.

Files with missing lines Patch % Lines
lightning/src/onion_message/messenger.rs 86.30% 8 Missing and 2 partials ⚠️
lightning/src/onion_message/packet.rs 72.72% 3 Missing ⚠️
lightning/src/ln/blinded_payment_tests.rs 75.00% 2 Missing ⚠️
lightning/src/blinded_path/message.rs 96.29% 0 Missing and 1 partial ⚠️
lightning/src/ln/offers_tests.rs 97.67% 1 Missing ⚠️
lightning/src/sign/mod.rs 50.00% 1 Missing ⚠️
lightning/src/util/test_utils.rs 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3726      +/-   ##
==========================================
- Coverage   88.78%   88.76%   -0.03%     
==========================================
  Files         176      176              
  Lines      128139   128938     +799     
  Branches   128139   128938     +799     
==========================================
+ Hits       113768   114447     +679     
- Misses      11803    11895      +92     
- Partials     2568     2596      +28     

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