feat: RDB persistence, virtual keys, and module wiring #384
+1,742
−545
Codecov / codecov/project
succeeded
Apr 16, 2026 in 0s
84.94% (+6.26%) compared to 4f6581a
View this Pull Request on Codecov
84.94% (+6.26%) compared to 4f6581a
Details
Codecov Report
❌ Patch coverage is 75.66988% with 227 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.94%. Comparing base (4f6581a) to head (7ec1d7b).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/redis_type.rs | 78.24% | 109 Missing |
| graph/src/graph/attribute_store.rs | 23.07% | 60 Missing |
| src/commands/query.rs | 55.88% | 15 Missing |
| graph/src/graph/graph.rs | 69.23% | 12 Missing |
| graph/src/graph/graphblas/tensor.rs | 84.61% | 12 Missing |
| graph/src/graph/graphblas/versioned_matrix.rs | 72.00% | 7 Missing |
| src/commands/debug.rs | 83.87% | 5 Missing |
| src/module_init.rs | 77.77% | 2 Missing |
| graph/src/graph/graphblas/matrix.rs | 97.50% | 1 Missing |
| graph/src/runtime/value.rs | 50.00% | 1 Missing |
| ... and 3 more |
Additional details and impacted files
@@ Coverage Diff @@
## main #384 +/- ##
==========================================
+ Coverage 78.68% 84.94% +6.26%
==========================================
Files 118 119 +1
Lines 32519 33212 +693
==========================================
+ Hits 25586 28211 +2625
+ Misses 6933 5001 -1932 ☔ 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.
Loading