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: retrieve removed versions #35

Closed zz-jason closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (02e818e) 34.82% compared to head (8355fcf) 35.67%.

Files Patch % Lines
source/storage/btree/BTreeVI.cpp 29.54% 15 Missing and 16 partials :warning:
source/storage/btree/Tuple.cpp 38.46% 15 Missing and 1 partial :warning:
source/concurrency-recovery/Worker.cpp 8.33% 0 Missing and 11 partials :warning:
source/concurrency-recovery/Logging.cpp 0.00% 0 Missing and 1 partial :warning:
source/concurrency-recovery/Transaction.hpp 85.71% 1 Missing :warning:
source/storage/btree/Tuple.hpp 95.83% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #35 +/- ## ========================================== + Coverage 34.82% 35.67% +0.85% ========================================== Files 84 84 Lines 7478 7496 +18 Branches 3077 3090 +13 ========================================== + Hits 2604 2674 +70 + Misses 3614 3522 -92 - Partials 1260 1300 +40 ```

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