cowsql / raft

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

byte: Use `uint8_t*` instead of `void*` to meet aliasing rules #127

Closed freeekanayaka closed 10 months ago

freeekanayaka commented 10 months ago

Fixes #125.

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (4a99845) 73.23% compared to head (17fee31) 73.55%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #127 +/- ## ========================================== + Coverage 73.23% 73.55% +0.32% ========================================== Files 52 52 Lines 9617 9614 -3 Branches 2345 2345 ========================================== + Hits 7043 7072 +29 + Misses 1260 1221 -39 - Partials 1314 1321 +7 ```

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