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
20 stars 2 forks source link

fix: should be able to read older version #29

Closed zz-jason closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

Attention: 14 lines in your changes are missing coverage. Please review.

Comparison is base (3c9a936) 32.94% compared to head (8944d53) 33.47%.

Files Patch % Lines
source/storage/btree/BTreeVI.cpp 23.07% 4 Missing and 6 partials :warning:
source/storage/btree/BTreeVI.hpp 42.85% 2 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #29 +/- ## ========================================== + Coverage 32.94% 33.47% +0.52% ========================================== Files 85 85 Lines 7504 7457 -47 Branches 3088 3063 -25 ========================================== + Hits 2472 2496 +24 + Misses 3803 3728 -75 - Partials 1229 1233 +4 ```

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