cowsql / raft

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

legacy: Hold persist snapshot until take snapshot completes #164

Closed freeekanayaka closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (f742c08) 74.17% compared to head (6d24ea9) 73.97%.

Files Patch % Lines
src/legacy.c 24.24% 22 Missing and 3 partials :warning:
src/replication.c 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #164 +/- ## ========================================== - Coverage 74.17% 73.97% -0.21% ========================================== Files 52 52 Lines 10320 10350 +30 Branches 2473 2479 +6 ========================================== + Hits 7655 7656 +1 - Misses 1297 1324 +27 - Partials 1368 1370 +2 ```

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