Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add local_data and is_local to raft_entry #639

Merged
merged 2 commits into from
May 23, 2024

raft: Add a note about ABI

960b9e2
Select commit
Loading
Failed to load commit list.
Merged

Add local_data and is_local to raft_entry #639

raft: Add a note about ABI
960b9e2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 22, 2024 in 1s

77.43% (-3.14%) compared to cb65db7

View this Pull Request on Codecov

77.43% (-3.14%) compared to cb65db7

Details

Codecov Report

Attention: Patch coverage is 89.18919% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 77.43%. Comparing base (cb65db7) to head (960b9e2).
Report is 5 commits behind head on master.

Files Patch % Lines
src/raft/uv_encoding.c 81.48% 2 Missing and 3 partials ⚠️
src/raft/uv_segment.c 84.21% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #639      +/-   ##
==========================================
- Coverage   80.57%   77.43%   -3.14%     
==========================================
  Files         196      196              
  Lines       28301    27262    -1039     
  Branches     5300     5476     +176     
==========================================
- Hits        22803    21110    -1693     
- Misses       3767     4355     +588     
- Partials     1731     1797      +66     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.