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

Create InvalidCheckpoint Error to bucket errors relevant to checkpoint #593

Merged
merged 5 commits into from
Dec 17, 2024

Merge branch 'main' into qianqian/checkpoint-error

0b70459
Select commit
Loading
Failed to load commit list.
Merged

Create InvalidCheckpoint Error to bucket errors relevant to checkpoint #593

Merge branch 'main' into qianqian/checkpoint-error
0b70459
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 17, 2024 in 0s

83.46% (-0.01%) compared to ae841ea

View this Pull Request on Codecov

83.46% (-0.01%) compared to ae841ea

Details

Codecov Report

Attention: Patch coverage is 14.28571% with 6 lines in your changes missing coverage. Please review.

Project coverage is 83.46%. Comparing base (ae841ea) to head (0b70459).

Files with missing lines Patch % Lines
kernel/src/error.rs 0.00% 3 Missing ⚠️
kernel/src/log_segment.rs 33.33% 2 Missing ⚠️
ffi/src/error.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #593      +/-   ##
==========================================
- Coverage   83.47%   83.46%   -0.01%     
==========================================
  Files          74       74              
  Lines       16889    16893       +4     
  Branches    16889    16893       +4     
==========================================
+ Hits        14098    14100       +2     
- Misses       2132     2135       +3     
+ Partials      659      658       -1     

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