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 the routing directory (3/3) #3338

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

`rustfmt`: Drop `routing/mod.rs` from exclusion list

8a8e6fa
Select commit
Loading
Failed to load commit list.
Open

rustfmt: Run on the routing directory (3/3) #3338

`rustfmt`: Drop `routing/mod.rs` from exclusion list
8a8e6fa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 24, 2024 in 0s

89.85% (+0.24%) compared to a0d0f02

View this Pull Request on Codecov

89.85% (+0.24%) compared to a0d0f02

Details

Codecov Report

Attention: Patch coverage is 95.94203% with 42 lines in your changes missing coverage. Please review.

Project coverage is 89.85%. Comparing base (a0d0f02) to head (8a8e6fa).

Files with missing lines Patch % Lines
lightning/src/routing/utxo.rs 92.12% 34 Missing and 5 partials ⚠️
lightning/src/routing/test_utils.rs 99.44% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3338      +/-   ##
==========================================
+ Coverage   89.60%   89.85%   +0.24%     
==========================================
  Files         126      126              
  Lines      102750   106502    +3752     
  Branches   102750   106502    +3752     
==========================================
+ Hits        92069    95695    +3626     
- Misses       7948     8115     +167     
+ Partials     2733     2692      -41     

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