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

feat: extract & insert sidecar batches in replay's action iterator #679

Open
wants to merge 34 commits into
base: main
Choose a base branch
from

fix arrow imports

fbe1d87
Select commit
Loading
Failed to load commit list.
Open

feat: extract & insert sidecar batches in replay's action iterator #679

fix arrow imports
fbe1d87
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 21, 2025 in 0s

84.42% (+0.06%) compared to ca18e7f

View this Pull Request on Codecov

84.42% (+0.06%) compared to ca18e7f

Details

Codecov Report

Attention: Patch coverage is 85.73944% with 81 lines in your changes missing coverage. Please review.

Project coverage is 84.42%. Comparing base (ca18e7f) to head (fbe1d87).

Files with missing lines Patch % Lines
kernel/src/log_segment/tests.rs 85.21% 5 Missing and 59 partials ⚠️
kernel/src/log_segment.rs 82.02% 4 Missing and 12 partials ⚠️
kernel/src/scan/mod.rs 96.77% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #679      +/-   ##
==========================================
+ Coverage   84.36%   84.42%   +0.06%     
==========================================
  Files          75       75              
  Lines       17654    18202     +548     
  Branches    17654    18202     +548     
==========================================
+ Hits        14893    15367     +474     
- Misses       2052     2055       +3     
- Partials      709      780      +71     

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