Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement quiescence protocol #3588

Merged
merged 7 commits into from
Feb 21, 2025

Add fuzzing coverage for quiescence

570ddae
Select commit
Loading
Failed to load commit list.
Merged

Implement quiescence protocol #3588

Add fuzzing coverage for quiescence
570ddae
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 20, 2025 in 0s

88.56% (+0.00%) compared to 6cf270d

View this Pull Request on Codecov

88.56% (+0.00%) compared to 6cf270d

Details

Codecov Report

Attention: Patch coverage is 87.95580% with 109 lines in your changes missing coverage. Please review.

Project coverage is 88.56%. Comparing base (6cf270d) to head (570ddae).

Files with missing lines Patch % Lines
lightning/src/ln/channelmanager.rs 70.22% 45 Missing and 8 partials ⚠️
lightning/src/ln/channel.rs 83.66% 47 Missing and 3 partials ⚠️
lightning/src/ln/quiescence_tests.rs 98.54% 6 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main    #3588    +/-   ##
========================================
  Coverage   88.56%   88.56%            
========================================
  Files         149      150     +1     
  Lines      117091   117925   +834     
  Branches   117091   117925   +834     
========================================
+ Hits       103699   104446   +747     
- Misses      10876    10954    +78     
- Partials     2516     2525     +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.