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

fix: raise during checkpoint creating with without_files #3059

Merged

Merge branch 'main' into fix/checkpoint_without_files_corruption

b68bf6f
Select commit
Loading
Failed to load commit list.
Merged

fix: raise during checkpoint creating with without_files #3059

Merge branch 'main' into fix/checkpoint_without_files_corruption
b68bf6f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 15, 2024 in 1s

72.64% (-0.04%) compared to dc1c556

View this Pull Request on Codecov

72.64% (-0.04%) compared to dc1c556

Details

Codecov Report

Attention: Patch coverage is 54.54545% with 5 lines in your changes missing coverage. Please review.

Project coverage is 72.64%. Comparing base (dc1c556) to head (b68bf6f).

Files with missing lines Patch % Lines
crates/core/src/protocol/checkpoints.rs 50.00% 3 Missing ⚠️
crates/core/src/operations/transaction/mod.rs 60.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3059      +/-   ##
==========================================
- Coverage   72.68%   72.64%   -0.04%     
==========================================
  Files         129      129              
  Lines       41573    41584      +11     
  Branches    41573    41584      +11     
==========================================
- Hits        30216    30208       -8     
- Misses       9397     9406       +9     
- Partials     1960     1970      +10     

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