cowsql / raft

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

convert: Wait for writes to complete before turning candidate #165

Closed freeekanayaka closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (0162e44) 74.01% compared to head (4d9a9fc) 74.03%.

Files Patch % Lines
src/replication.c 66.66% 1 Missing and 1 partial :warning:
src/legacy.c 66.66% 0 Missing and 1 partial :warning:
src/raft.c 83.33% 0 Missing and 1 partial :warning:
src/timeout.c 92.30% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #165 +/- ## ========================================== + Coverage 74.01% 74.03% +0.01% ========================================== Files 52 52 Lines 10350 10356 +6 Branches 2479 2482 +3 ========================================== + Hits 7661 7667 +6 - Misses 1318 1320 +2 + Partials 1371 1369 -2 ```

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