Skip to content

Merge branch 'main' into checkpoint-builder-and-writer

3efd39d
Select commit
Loading
Failed to load commit list.
Merged

feat: add Snapshot::checkpoint() & Table::checkpoint() API #797

Merge branch 'main' into checkpoint-builder-and-writer
3efd39d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 29, 2025 in 0s

85.02% (-0.06%) compared to 23e65d3

View this Pull Request on Codecov

85.02% (-0.06%) compared to 23e65d3

Details

Codecov Report

Attention: Patch coverage is 83.08824% with 69 lines in your changes missing coverage. Please review.

Project coverage is 85.02%. Comparing base (23e65d3) to head (3efd39d).

Files with missing lines Patch % Lines
kernel/src/checkpoint/tests.rs 84.87% 0 Missing and 36 partials ⚠️
kernel/src/checkpoint/mod.rs 78.22% 19 Missing and 8 partials ⚠️
kernel/src/error.rs 0.00% 3 Missing ⚠️
ffi/src/error.rs 0.00% 1 Missing ⚠️
kernel/src/checkpoint/log_replay.rs 95.45% 0 Missing and 1 partial ⚠️
kernel/src/table.rs 87.50% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #797      +/-   ##
==========================================
- Coverage   85.08%   85.02%   -0.06%     
==========================================
  Files          85       87       +2     
  Lines       21051    21429     +378     
  Branches    21051    21429     +378     
==========================================
+ Hits        17911    18221     +310     
- Misses       2236     2259      +23     
- Partials      904      949      +45     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.