cowsql / raft

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

v1: Drop status field from RAFT_PERSISTED_ENTRIES event #158

Closed freeekanayaka closed 7 months ago

freeekanayaka commented 7 months ago

It is now unnecessary.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (597014e) 74.02% compared to head (bf94518) 74.00%.

Files Patch % Lines
src/legacy.c 28.57% 3 Missing and 2 partials :warning:
src/replication.c 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #158 +/- ## ========================================== - Coverage 74.02% 74.00% -0.02% ========================================== Files 52 52 Lines 10257 10215 -42 Branches 2476 2460 -16 ========================================== - Hits 7593 7560 -33 + Misses 1300 1293 -7 + Partials 1364 1362 -2 ```

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