[Storage] Factor out qmdb::any state sync; implement for qmdb::any::ordered::*
#2748
Codecov / codecov/project
succeeded
Jan 23, 2026 in 1s
92.26% (+0.01%) compared to 5ea0f6e
View this Pull Request on Codecov
92.26% (+0.01%) compared to 5ea0f6e
Details
Codecov Report
❌ Patch coverage is 96.60441% with 20 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.26%. Comparing base (5ea0f6e) to head (124eb30).
@@ Coverage Diff @@
## main #2748 +/- ##
==========================================
+ Coverage 92.25% 92.26% +0.01%
==========================================
Files 382 382
Lines 121713 121513 -200
==========================================
- Hits 112287 112120 -167
+ Misses 9426 9393 -33 | Files with missing lines | Coverage Δ | |
|---|---|---|
| storage/src/journal/contiguous/variable.rs | 98.12% <100.00%> (-0.01%) |
⬇️ |
| storage/src/qmdb/any/mod.rs | 100.00% <ø> (ø) |
|
| storage/src/qmdb/any/ordered/fixed.rs | 99.56% <100.00%> (+<0.01%) |
⬆️ |
| storage/src/qmdb/any/sync/mod.rs | 100.00% <100.00%> (ø) |
|
| storage/src/qmdb/any/sync/tests.rs | 99.16% <100.00%> (ø) |
|
| storage/src/qmdb/any/unordered/fixed.rs | 95.04% <ø> (ø) |
|
| storage/src/qmdb/any/unordered/mod.rs | 98.63% <100.00%> (ø) |
|
| storage/src/qmdb/immutable/mod.rs | 85.57% <100.00%> (-1.13%) |
⬇️ |
| storage/src/qmdb/immutable/sync.rs | 98.28% <100.00%> (ø) |
|
| storage/src/qmdb/sync/database.rs | 100.00% <100.00%> (ø) |
|
| ... and 7 more |
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered by Codecov. Last update 5ea0f6e...124eb30. Read the comment docs.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Loading