cowsql / raft

Asynchronous C implementation of the Raft consensus protocol
https://raft.readthedocs.io
Other
45 stars 6 forks source link

uv: Allocate snapshot files before writing them #162

Closed freeekanayaka closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (7ad7db4) 74.27% compared to head (4b35f13) 74.04%.

Files Patch % Lines
src/uv_fs.c 35.38% 29 Missing and 13 partials :warning:
src/uv_snapshot.c 47.82% 17 Missing and 7 partials :warning:
src/uv_os.c 66.66% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #162 +/- ## ========================================== - Coverage 74.27% 74.04% -0.23% ========================================== Files 52 52 Lines 10184 10281 +97 Branches 2445 2469 +24 ========================================== + Hits 7564 7613 +49 - Misses 1264 1299 +35 - Partials 1356 1369 +13 ```

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