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

test: Add Unit Test Matrix With Sanitizers #18

Closed liuzix closed 9 months ago

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (02cd6c3) 35.99% compared to head (2b902f8) 33.34%.

Files Patch % Lines
source/concurrency-recovery/CRMG.cpp 53.84% 0 Missing and 6 partials :warning:
source/concurrency-recovery/Logging.cpp 0.00% 1 Missing and 1 partial :warning:
source/storage/buffer-manager/BufferManager.cpp 33.33% 0 Missing and 2 partials :warning:
source/utils/OptimisticSpinStruct.hpp 90.90% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #18 +/- ## ========================================== - Coverage 35.99% 33.34% -2.65% ========================================== Files 84 84 Lines 7451 7455 +4 Branches 3060 3563 +503 ========================================== - Hits 2682 2486 -196 + Misses 3471 3470 -1 - Partials 1298 1499 +201 ```

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