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: make gcovr work #23

Closed zz-jason closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (a05525d) 26.30% compared to head (b0b4e5f) 30.34%. Report is 8 commits behind head on master.

:exclamation: Current head b0b4e5f differs from pull request most recent head 016d847. Consider uploading reports for the commit 016d847 to get more accurate results

Files Patch % Lines
source/storage/btree/Tuple.cpp 16.36% 78 Missing and 14 partials :warning:
source/storage/btree/BTreeVI.cpp 27.64% 58 Missing and 31 partials :warning:
source/storage/btree/BTreeVI.hpp 0.00% 60 Missing :warning:
source/concurrency-recovery/GroupCommitter.cpp 60.74% 8 Missing and 45 partials :warning:
source/concurrency-recovery/Worker.cpp 27.41% 6 Missing and 39 partials :warning:
source/storage/btree/BTreeLL.cpp 8.51% 41 Missing and 2 partials :warning:
source/concurrency-recovery/HistoryTree.cpp 23.52% 10 Missing and 16 partials :warning:
...urce/storage/btree/core/BTreeExclusiveIterator.hpp 35.13% 21 Missing and 3 partials :warning:
source/KVInterface.hpp 36.11% 23 Missing :warning:
source/concurrency-recovery/CRMG.cpp 35.29% 2 Missing and 20 partials :warning:
... and 24 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #23 +/- ## ========================================== + Coverage 26.30% 30.34% +4.03% ========================================== Files 84 85 +1 Lines 7439 7521 +82 Branches 3140 3099 -41 ========================================== + Hits 1957 2282 +325 + Misses 4521 4118 -403 - Partials 961 1121 +160 ```

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