cowsql / raft

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

build: Make v0 compatibility code optional #138

Closed freeekanayaka closed 10 months ago

freeekanayaka commented 10 months ago

It's turned on by default for now.

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (4b75615) 71.90% compared to head (c44a45b) 71.91%.

Files Patch % Lines
src/tracing.c 15.38% 11 Missing :warning:
src/progress.c 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #138 +/- ## ======================================= Coverage 71.90% 71.91% ======================================= Files 52 51 -1 Lines 9708 9710 +2 Branches 2371 2373 +2 ======================================= + Hits 6981 6983 +2 Misses 1394 1394 Partials 1333 1333 ```

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