cowsql / raft

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

progress: Add helpers for check online/recency status #146

Closed freeekanayaka closed 7 months ago

freeekanayaka commented 7 months ago

Simplify call sites by moving some logic to progress.c.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (55fb99c) 73.82% compared to head (52db579) 73.81%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #146 +/- ## ========================================== - Coverage 73.82% 73.81% -0.02% ========================================== Files 52 52 Lines 10005 10004 -1 Branches 2436 2436 ========================================== - Hits 7386 7384 -2 Misses 1272 1272 - Partials 1347 1348 +1 ```

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