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
9 stars 0 forks source link

chore: remove unused code #65

Closed zz-jason closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 36.71%. Comparing base (53d24e7) to head (59cefe2).

Files Patch % Lines
src/concurrency-recovery/HistoryTree.cpp 66.66% 0 Missing and 5 partials :warning:
src/concurrency-recovery/HistoryTree.hpp 33.33% 0 Missing and 4 partials :warning:
src/btree/BasicKV.cpp 0.00% 0 Missing and 1 partial :warning:
src/concurrency-recovery/CRMG.cpp 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #65 +/- ## ========================================== + Coverage 36.44% 36.71% +0.27% ========================================== Files 85 85 Lines 7944 7876 -68 Branches 3890 3847 -43 ========================================== - Hits 2895 2892 -3 + Misses 3191 3125 -66 - Partials 1858 1859 +1 ```

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