cowsql / raft

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

replication: Apply configuration changes eagerly upon receiving them #167

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 (eebbb10) 73.98% compared to head (328796c) 73.98%.

Files Patch % Lines
src/replication.c 72.72% 1 Missing and 2 partials :warning:
src/timeout.c 0.00% 0 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #167 +/- ## ========================================== - Coverage 73.98% 73.98% -0.01% ========================================== Files 52 52 Lines 10356 10350 -6 Branches 2482 2481 -1 ========================================== - Hits 7662 7657 -5 Misses 1326 1326 + Partials 1368 1367 -1 ```

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