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: Speculative Pool WAL #818

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

chore: fix clippy

efa63a3
Select commit
Loading
Failed to load commit list.
Draft

feat: Speculative Pool WAL #818

chore: fix clippy
efa63a3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 14, 2024 in 0s

75.99% (+0.44%) compared to e35b35a

View this Pull Request on Codecov

75.99% (+0.44%) compared to e35b35a

Details

Codecov Report

Attention: Patch coverage is 86.98092% with 116 lines in your changes are missing coverage. Please review.

Project coverage is 75.99%. Comparing base (e35b35a) to head (efa63a3).
Report is 83 commits behind head on master.

Files Patch % Lines
crates/curp/src/server/sp_wal/mod.rs 78.92% 13 Missing and 34 partials ⚠️
crates/curp/src/server/sp_wal/segment.rs 88.73% 11 Missing and 14 partials ⚠️
crates/curp/src/server/sp_wal/codec.rs 88.57% 15 Missing and 9 partials ⚠️
crates/curp/src/server/sp_wal/error.rs 0.00% 8 Missing ⚠️
crates/curp/src/server/sp_wal/tests.rs 95.78% 6 Missing and 1 partial ⚠️
crates/utils/src/wal/pipeline.rs 66.66% 3 Missing and 1 partial ⚠️
crates/curp/src/server/sp_wal/config.rs 96.55% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #818      +/-   ##
==========================================
+ Coverage   75.55%   75.99%   +0.44%     
==========================================
  Files         180      192      +12     
  Lines       26938    28334    +1396     
  Branches    26938    28334    +1396     
==========================================
+ Hits        20353    21533    +1180     
- Misses       5366     5470     +104     
- Partials     1219     1331     +112     

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