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

chore: add clang-format rule for header ordering #32

Closed zz-jason closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (0bcd235) 33.41% compared to head (897eeb5) 33.57%.

Files Patch % Lines
source/utils/ZipfGenerator.cpp 0.00% 21 Missing :warning:
source/storage/buffer-manager/BufferManager.cpp 31.81% 11 Missing and 4 partials :warning:
source/storage/btree/core/BTreeGeneric.cpp 0.00% 10 Missing :warning:
source/concurrency-recovery/Worker.cpp 0.00% 1 Missing and 5 partials :warning:
source/storage/btree/core/BTreeGeneric.hpp 25.00% 6 Missing :warning:
source/storage/btree/BTreeVI.hpp 0.00% 4 Missing :warning:
source/utils/Misc.hpp 66.66% 2 Missing and 2 partials :warning:
...rce/storage/buffer-manager/BufferFrameProvider.hpp 25.00% 3 Missing :warning:
include/shared-headers/PerfEvent.hpp 0.00% 2 Missing :warning:
source/storage/buffer-manager/Swip.hpp 0.00% 1 Missing and 1 partial :warning:
... and 6 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #32 +/- ## ========================================== + Coverage 33.41% 33.57% +0.15% ========================================== Files 85 84 -1 Lines 7428 7387 -41 Branches 3057 3051 -6 ========================================== - Hits 2482 2480 -2 + Misses 3712 3672 -40 - Partials 1234 1235 +1 ```

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