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

rustfmt: Run on util/* (1/2) #3324

Merged
merged 22 commits into from
Oct 1, 2024

`rustfmt`: Drop `util/persist.rs` from exclusion list

d68a484
Select commit
Loading
Failed to load commit list.
Merged

rustfmt: Run on util/* (1/2) #3324

`rustfmt`: Drop `util/persist.rs` from exclusion list
d68a484
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 19, 2024 in 0s

89.64% (+0.04%) compared to 66fb520

View this Pull Request on Codecov

89.64% (+0.04%) compared to 66fb520

Details

Codecov Report

Attention: Patch coverage is 89.57055% with 34 lines in your changes missing coverage. Please review.

Project coverage is 89.64%. Comparing base (66fb520) to head (d68a484).

Files with missing lines Patch % Lines
lightning/src/util/persist.rs 89.41% 17 Missing and 3 partials ⚠️
lightning/src/util/macro_logger.rs 87.87% 0 Missing and 4 partials ⚠️
lightning/src/util/message_signing.rs 50.00% 4 Missing ⚠️
lightning/src/util/errors.rs 72.72% 3 Missing ⚠️
lightning/src/util/indexed_map.rs 81.25% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3324      +/-   ##
==========================================
+ Coverage   89.59%   89.64%   +0.04%     
==========================================
  Files         126      126              
  Lines      102676   102817     +141     
  Branches   102676   102817     +141     
==========================================
+ Hits        91995    92171     +176     
+ Misses       7947     7923      -24     
+ Partials     2734     2723      -11     

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