canonical / dqlite

Embeddable, replicated and fault-tolerant SQL engine.
https://dqlite.io
Other
3.77k stars 212 forks source link

Integrate vfs2 #661

Open cole-miller opened 1 week ago

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 71.08434% with 168 lines in your changes missing coverage. Please review.

Project coverage is 77.35%. Comparing base (6633bd8) to head (86ef5cd). Report is 29 commits behind head on master.

Files Patch % Lines
src/fsm.c 56.25% 34 Missing and 15 partials :warning:
src/server.c 61.34% 33 Missing and 13 partials :warning:
src/vfs2.c 74.78% 10 Missing and 19 partials :warning:
src/raft/replication.c 58.06% 7 Missing and 6 partials :warning:
src/leader.c 61.90% 5 Missing and 3 partials :warning:
src/raft/uv.c 77.27% 2 Missing and 3 partials :warning:
test/raft/integration/test_uv_load.c 84.61% 4 Missing :warning:
src/utils.h 57.14% 0 Missing and 3 partials :warning:
src/raft/uv_metadata.c 75.00% 0 Missing and 2 partials :warning:
src/raft/uv_segment.c 92.00% 0 Missing and 2 partials :warning:
... and 5 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #661 +/- ## ========================================== - Coverage 77.41% 77.35% -0.07% ========================================== Files 196 196 Lines 27269 27377 +108 Branches 5455 5519 +64 ========================================== + Hits 21111 21178 +67 + Misses 4297 4286 -11 - Partials 1861 1913 +52 ```

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

cole-miller commented 1 week ago

This PR does a few different things (sorry):