cowsql / raft

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

test: Add `CLUSTER_SUBMIT()` helper macro #144

Closed freeekanayaka closed 7 months ago

freeekanayaka commented 7 months ago

This is a convenience for saving some boilerplate in test code.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7c19d5c) 73.86% compared to head (52f3ddd) 73.87%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #144 +/- ## ======================================= Coverage 73.86% 73.87% ======================================= Files 52 52 Lines 10005 10005 Branches 2436 2436 ======================================= + Hits 7390 7391 +1 Misses 1266 1266 + Partials 1349 1348 -1 ```

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