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: add unit test for scan asc/desc #25

Closed zz-jason closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (cf9ee5a) 30.15% compared to head (928b71a) 32.06%.

:exclamation: Current head 928b71a differs from pull request most recent head 59cb2a2. Consider uploading reports for the commit 59cb2a2 to get more accurate results

Files Patch % Lines
source/storage/btree/BTreeLL.cpp 7.14% 25 Missing and 1 partial :warning:
source/storage/btree/BTreeVI.hpp 7.69% 23 Missing and 1 partial :warning:
source/storage/btree/BTreeVI.cpp 43.75% 6 Missing and 3 partials :warning:
...urce/storage/btree/core/BTreeExclusiveIterator.hpp 30.76% 6 Missing and 3 partials :warning:
source/concurrency-recovery/HistoryTree.cpp 0.00% 3 Missing and 2 partials :warning:
source/storage/btree/Tuple.cpp 25.00% 3 Missing :warning:
...ce/storage/btree/core/BTreePessimisticIterator.hpp 70.00% 3 Missing :warning:
source/KVInterface.hpp 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #25 +/- ## ========================================== + Coverage 30.15% 32.06% +1.91% ========================================== Files 85 85 Lines 7521 7509 -12 Branches 3099 3093 -6 ========================================== + Hits 2268 2408 +140 + Misses 4148 3903 -245 - Partials 1105 1198 +93 ```

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