cowsql / raft

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

Revert PR #151 #152

Closed freeekanayaka closed 7 months ago

freeekanayaka commented 7 months ago

A different approach will be taken for handling disk-write failures.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (951baa2) 73.98% compared to head (a3d6672) 73.95%.

Files Patch % Lines
src/recv_append_entries.c 50.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #152 +/- ## ========================================== - Coverage 73.98% 73.95% -0.04% ========================================== Files 52 52 Lines 10053 10028 -25 Branches 2449 2442 -7 ========================================== - Hits 7438 7416 -22 Misses 1260 1260 + Partials 1355 1352 -3 ```

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