cowsql / raft

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

test: Convert start tests to the v1 API #131

Closed freeekanayaka closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (26c138e) 73.56% compared to head (325aec9) 72.59%.

:exclamation: Current head 325aec9 differs from pull request most recent head bebba34. Consider uploading reports for the commit bebba34 to get more accurate results

Files Patch % Lines
src/replication.c 79.31% 0 Missing and 6 partials :warning:
src/raft.c 77.77% 0 Missing and 2 partials :warning:
src/legacy.c 0.00% 0 Missing and 1 partial :warning:
src/progress.c 92.30% 0 Missing and 1 partial :warning:
src/tick.c 75.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #131 +/- ## ========================================== - Coverage 73.56% 72.59% -0.98% ========================================== Files 52 52 Lines 9647 9659 +12 Branches 2354 2355 +1 ========================================== - Hits 7097 7012 -85 - Misses 1228 1315 +87 - Partials 1322 1332 +10 ```

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