cowsql / raft

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

uv: Retry failed segment writes #156

Closed freeekanayaka closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (85b7348) 74.21% compared to head (f37c203) 74.06%.

Files Patch % Lines
src/uv_append.c 48.57% 17 Missing and 1 partial :warning:
src/legacy.c 0.00% 6 Missing and 1 partial :warning:
src/uv.c 85.71% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #156 +/- ## ========================================== - Coverage 74.21% 74.06% -0.15% ========================================== Files 52 52 Lines 10218 10257 +39 Branches 2469 2476 +7 ========================================== + Hits 7583 7597 +14 - Misses 1272 1294 +22 - Partials 1363 1366 +3 ```

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