Skip to content

Drop useless `vec!` macro calls

a107ca2
Select commit
Loading
Failed to load commit list.
Merged

0.2-rc1 backports #4193

Drop useless `vec!` macro calls
a107ca2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 30, 2025 in 1s

88.86% (-0.01%) compared to 1b4d8e4

View this Pull Request on Codecov

88.86% (-0.01%) compared to 1b4d8e4

Details

Codecov Report

❌ Patch coverage is 72.16495% with 27 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.86%. Comparing base (1b4d8e4) to head (a107ca2).

Files with missing lines Patch % Lines
lightning-persister/src/fs_store.rs 52.38% 5 Missing and 5 partials ⚠️
lightning/src/util/persist.rs 55.00% 7 Missing and 2 partials ⚠️
lightning-background-processor/src/lib.rs 0.00% 2 Missing ⚠️
lightning/src/util/anchor_channel_reserves.rs 0.00% 2 Missing ⚠️
lightning/src/util/test_utils.rs 60.00% 2 Missing ⚠️
lightning-liquidity/src/lsps2/service.rs 0.00% 1 Missing ⚠️
lightning-liquidity/src/lsps5/service.rs 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              0.2    #4193      +/-   ##
==========================================
- Coverage   88.86%   88.86%   -0.01%     
==========================================
  Files         180      180              
  Lines      137770   137802      +32     
  Branches   137770   137802      +32     
==========================================
+ Hits       122433   122455      +22     
- Misses      12530    12537       +7     
- Partials     2807     2810       +3     

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