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

Implement Log Replay for Change Data Feed #540

Merged
merged 60 commits into from
Dec 6, 2024

Add unwrap so that test doesn't capture and check the wrong error

c1d6103
Select commit
Loading
Failed to load commit list.
Merged

Implement Log Replay for Change Data Feed #540

Add unwrap so that test doesn't capture and check the wrong error
c1d6103
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 6, 2024 in 1s

82.33% (+0.69%) compared to eb95c5b

View this Pull Request on Codecov

82.33% (+0.69%) compared to eb95c5b

Details

Codecov Report

Attention: Patch coverage is 93.50797% with 57 lines in your changes missing coverage. Please review.

Project coverage is 82.33%. Comparing base (eb95c5b) to head (c1d6103).

Files with missing lines Patch % Lines
kernel/src/table_changes/log_replay.rs 86.41% 9 Missing and 24 partials ⚠️
kernel/src/table_changes/scan.rs 7.69% 12 Missing ⚠️
kernel/src/table_changes/log_replay/tests.rs 98.92% 0 Missing and 6 partials ⚠️
kernel/src/table_changes/mod.rs 82.14% 4 Missing and 1 partial ⚠️
ffi/src/error.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #540      +/-   ##
==========================================
+ Coverage   81.63%   82.33%   +0.69%     
==========================================
  Files          68       71       +3     
  Lines       14874    15734     +860     
  Branches    14874    15734     +860     
==========================================
+ Hits        12142    12954     +812     
- Misses       2145     2162      +17     
- Partials      587      618      +31     

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