canonical / raft

Unmaintained C implementation of the Raft consensus protocol
Other
940 stars 136 forks source link

Skip lz4 check when unnecessary #442

Closed freeekanayaka closed 1 year ago

freeekanayaka commented 1 year ago

This change improves ./configure in a few ways:

The changes of individual commits should be a bit easier to parse than the full change set.

With these improvements combined, this fixes #441.

codecov[bot] commented 1 year ago

Codecov Report

Merging #442 (0de7a36) into master (ba50497) will decrease coverage by 0.05%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #442      +/-   ##
==========================================
- Coverage   76.72%   76.68%   -0.05%     
==========================================
  Files          51       51              
  Lines        9597     9597              
  Branches     2443     2443              
==========================================
- Hits         7363     7359       -4     
- Misses       1160     1165       +5     
+ Partials     1074     1073       -1     

see 1 file with indirect coverage changes