Skip to content

f Make more robust and account for renamed namespaces

b67b16d
Select commit
Loading
Failed to load commit list.
Open

Add SQLite KVStore implementation #2473

f Make more robust and account for renamed namespaces
b67b16d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 28, 2026 in 1s

88.80% (-0.23%) compared to 6016101

View this Pull Request on Codecov

88.80% (-0.23%) compared to 6016101

Details

Codecov Report

❌ Patch coverage is 48.64301% with 246 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.80%. Comparing base (6016101) to head (b67b16d).
⚠️ Report is 5175 commits behind head on main.

Files with missing lines Patch % Lines
lightning-persister/src/test_utils.rs 6.03% 109 Missing ⚠️
lightning-persister/src/sqlite_store/mod.rs 56.57% 67 Missing and 32 partials ⚠️
lightning-persister/src/sqlite_store/migrations.rs 71.85% 26 Missing and 12 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2473      +/-   ##
==========================================
- Coverage   89.03%   88.80%   -0.23%     
==========================================
  Files         112      114       +2     
  Lines       86351    86830     +479     
  Branches    86351    86830     +479     
==========================================
+ Hits        76879    77112     +233     
- Misses       7235     7444     +209     
- Partials     2237     2274      +37     

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