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_SNAPSHOT #159

Closed freeekanayaka closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (b9ea8c5) 74.22% compared to head (a49ceb3) 74.11%.

Files Patch % Lines
src/legacy.c 0.00% 1 Missing and 1 partial :warning:
src/replication.c 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #159 +/- ## ========================================== - Coverage 74.22% 74.11% -0.11% ========================================== Files 52 52 Lines 10322 10320 -2 Branches 2474 2473 -1 ========================================== - Hits 7661 7649 -12 - Misses 1293 1303 +10 Partials 1368 1368 ```

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