zz-jason / leanstore

LeanStore is a larger-than-memory database, optimized for NVMe SSD and multi-core CPU, achieves performance close to in-memory systems without having to keep all data in memory.
MIT License
9 stars 0 forks source link

chore: refactor wal redo #64

Closed zz-jason closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 50.59524% with 83 lines in your changes are missing coverage. Please review.

Project coverage is 36.41%. Comparing base (45156b2) to head (ea9898d).

Files Patch % Lines
src/concurrency-recovery/Recovery.cpp 50.29% 23 Missing and 60 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #64 +/- ## ========================================== - Coverage 36.46% 36.41% -0.05% ========================================== Files 85 85 Lines 7912 7944 +32 Branches 3873 3890 +17 ========================================== + Hits 2885 2893 +8 - Misses 3181 3192 +11 - Partials 1846 1859 +13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.