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 an API for querying the last raft log entry #683

Merged
merged 10 commits into from
Aug 26, 2024

Guard tests that rely on new API

057725e
Select commit
Loading
Failed to load commit list.
Merged

Add an API for querying the last raft log entry #683

Guard tests that rely on new API
057725e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 26, 2024 in 1s

77.89% (+0.02%) compared to 2d0d71b

View this Pull Request on Codecov

77.89% (+0.02%) compared to 2d0d71b

Details

Codecov Report

Attention: Patch coverage is 87.93103% with 7 lines in your changes missing coverage. Please review.

Project coverage is 77.89%. Comparing base (2d0d71b) to head (057725e).
Report is 10 commits behind head on master.

Files Patch % Lines
src/raft/raft.c 64.70% 1 Missing and 5 partials ⚠️
src/server.c 83.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #683      +/-   ##
==========================================
+ Coverage   77.87%   77.89%   +0.02%     
==========================================
  Files         197      197              
  Lines       27953    28066     +113     
  Branches     5534     5552      +18     
==========================================
+ Hits        21768    21863      +95     
- Misses       4346     4350       +4     
- Partials     1839     1853      +14     

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