cowsql / raft

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

uv: Retry failed snapshot writes #163

Closed freeekanayaka closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (a35efd0) 74.03% compared to head (65b43cf) 74.22%.

Files Patch % Lines
src/uv_snapshot.c 79.41% 5 Missing and 2 partials :warning:
src/legacy.c 0.00% 4 Missing :warning:
src/uv.c 60.00% 0 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #163 +/- ## ========================================== + Coverage 74.03% 74.22% +0.18% ========================================== Files 52 52 Lines 10281 10322 +41 Branches 2469 2474 +5 ========================================== + Hits 7612 7661 +49 + Misses 1299 1293 -6 + Partials 1370 1368 -2 ```

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