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: simplify std::expected<T, E> to Result<T> #81

Closed zz-jason closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 37.40%. Comparing base (4cff0ce) to head (08213b0).

:exclamation: Current head 08213b0 differs from pull request most recent head 9d4aabb. Consider uploading reports for the commit 9d4aabb to get more accurate results

Files Patch % Lines
src/LeanStore.cpp 66.66% 0 Missing and 2 partials :warning:
src/concurrency/Recovery.cpp 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #81 +/- ## ========================================== + Coverage 37.34% 37.40% +0.06% ========================================== Files 91 91 Lines 7927 7924 -3 Branches 3829 3827 -2 ========================================== + Hits 2960 2964 +4 + Misses 3098 3091 -7 Partials 1869 1869 ```

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