cowsql / raft

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

legacy: Remove redundant logic already contained in raft_step() #160

Closed freeekanayaka closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (ba7d647) 73.95% compared to head (7129763) 74.28%.

Files Patch % Lines
src/legacy.c 43.75% 3 Missing and 6 partials :warning:
src/raft.c 75.00% 0 Missing and 2 partials :warning:
src/replication.c 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #160 +/- ## ========================================== + Coverage 73.95% 74.28% +0.32% ========================================== Files 52 52 Lines 10215 10180 -35 Branches 2460 2442 -18 ========================================== + Hits 7555 7562 +7 + Misses 1299 1265 -34 + Partials 1361 1353 -8 ```

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