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: remove psn #69

Closed zz-jason closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 36.65%. Comparing base (c27314d) to head (0b47d5e).

Files Patch % Lines
src/buffer-manager/BufferFrameProvider.hpp 0.00% 3 Missing :warning:
src/btree/TransactionKV.cpp 33.33% 0 Missing and 2 partials :warning:
src/buffer-manager/AsyncWriteBuffer.cpp 0.00% 2 Missing :warning:
src/buffer-manager/BufferFrame.hpp 60.00% 1 Missing and 1 partial :warning:
src/buffer-manager/GuardedBufferFrame.hpp 0.00% 0 Missing and 1 partial :warning:
src/concurrency/WalEntry.hpp 85.71% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #69 +/- ## ========================================== + Coverage 36.63% 36.65% +0.01% ========================================== Files 87 87 Lines 7866 7816 -50 Branches 3834 3811 -23 ========================================== - Hits 2882 2865 -17 + Misses 3141 3123 -18 + Partials 1843 1828 -15 ```

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