lightningdevkit / rust-lightning

A highly modular Bitcoin Lightning library written in Rust. It's rust-lightning, not Rusty's Lightning!
Other
1.11k stars 342 forks source link

Drop unused return value from `claim_funds_from_hop` #3128

Closed TheBlueMatt closed 2 weeks ago

codecov-commenter commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 89.91%. Comparing base (07f3380) to head (fea6393).

Files Patch % Lines
lightning/src/ln/channelmanager.rs 90.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3128 +/- ## ========================================== - Coverage 89.92% 89.91% -0.01% ========================================== Files 121 121 Lines 99172 99164 -8 Branches 99172 99164 -8 ========================================== - Hits 89180 89163 -17 - Misses 7391 7395 +4 - Partials 2601 2606 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.