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

chore: enable NoOTV test #34

Closed zz-jason closed 7 months ago

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (a2cf271) 33.96% compared to head (96c35c3) 34.78%.

Files Patch % Lines
source/storage/btree/Tuple.cpp 14.28% 84 Missing and 12 partials :warning:
source/storage/btree/BTreeVI.cpp 25.83% 63 Missing and 26 partials :warning:
source/storage/btree/BTreeVI.hpp 19.04% 23 Missing and 11 partials :warning:
source/concurrency-recovery/Transaction.hpp 0.00% 12 Missing :warning:
source/storage/btree/BTreeLL.cpp 0.00% 11 Missing :warning:
source/concurrency-recovery/Worker.cpp 11.11% 2 Missing and 6 partials :warning:
source/storage/btree/Tuple.hpp 69.56% 7 Missing :warning:
source/concurrency-recovery/HistoryTree.cpp 0.00% 2 Missing and 2 partials :warning:
source/storage/btree/BTreeLL.hpp 84.61% 2 Missing and 2 partials :warning:
source/KVInterface.hpp 83.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #34 +/- ## ========================================== + Coverage 33.96% 34.78% +0.81% ========================================== Files 84 84 Lines 7425 7478 +53 Branches 3042 3077 +35 ========================================== + Hits 2522 2601 +79 + Misses 3676 3615 -61 - Partials 1227 1262 +35 ```

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