cowsql / raft

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

v1: Drop the "io" prefix from message type names #170

Closed freeekanayaka closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (8ce8c1d) 74.10% compared to head (7ae2126) 74.11%. Report is 1 commits behind head on main.

Files Patch % Lines
src/client.c 52.17% 13 Missing and 9 partials :warning:
src/legacy.c 62.50% 3 Missing :warning:
src/uv_recv.c 50.00% 2 Missing :warning:
src/membership.c 66.66% 1 Missing :warning:
src/recv_install_snapshot.c 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #170 +/- ## ======================================= Coverage 74.10% 74.11% ======================================= Files 52 52 Lines 10380 10383 +3 Branches 2471 2471 ======================================= + Hits 7692 7695 +3 Misses 1329 1329 Partials 1359 1359 ```

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