canonical / dqlite

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

New VFS #552

Closed cole-miller closed 7 months ago

cole-miller commented 8 months ago

Very WIP.

codecov[bot] commented 8 months ago

Codecov Report

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

:exclamation: No coverage uploaded for pull request base (dqlite-next@9578db5). Click here to learn what that means.

Files Patch % Lines
src/vfs2.c 74.96% 98 Missing and 86 partials :warning:
src/lib/sm.c 28.57% 4 Missing and 1 partial :warning:
test/unit/test_vfs2.c 99.40% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dqlite-next #552 +/- ## ============================================== Coverage ? 81.15% ============================================== Files ? 194 Lines ? 28045 Branches ? 5211 ============================================== Hits ? 22761 Misses ? 3586 Partials ? 1698 ```

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

cole-miller commented 7 months ago

I'm going to merge this into dqlite-next and we can iterate on it there!