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

chore: cleanup #87

Closed zz-jason closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 61.72840% with 62 lines in your changes are missing coverage. Please review.

Project coverage is 38.93%. Comparing base (ffd5605) to head (fd3cfbb).

Files Patch % Lines
src/buffer-manager/BufferManager.cpp 11.11% 13 Missing and 3 partials :warning:
src/buffer-manager/PageEvictor.cpp 0.00% 9 Missing and 1 partial :warning:
src/buffer-manager/Partition.cpp 60.00% 7 Missing and 1 partial :warning:
src/buffer-manager/BufferManager.hpp 60.00% 4 Missing and 2 partials :warning:
src/concurrency/GroupCommitter.cpp 40.00% 2 Missing and 4 partials :warning:
src/concurrency/Logging.cpp 20.00% 0 Missing and 4 partials :warning:
src/btree/core/BTreeGeneric.cpp 0.00% 3 Missing :warning:
src/buffer-manager/Partition.hpp 25.00% 3 Missing :warning:
src/btree/core/BTreeNode.cpp 86.66% 0 Missing and 2 partials :warning:
src/btree/BasicKV.cpp 0.00% 0 Missing and 1 partial :warning:
... and 3 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #87 +/- ## ========================================== + Coverage 38.89% 38.93% +0.03% ========================================== Files 94 94 Lines 7805 7797 -8 Branches 3588 3586 -2 ========================================== Hits 3036 3036 + Misses 2988 2981 -7 + Partials 1781 1780 -1 ```

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