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: prevent batch_index overflow in raw_curp #704

Merged
merged 3 commits into from
Jun 13, 2024

refactor: wrap LogEntry and its size into Entry struct

cf8c026
Select commit
Loading
Failed to load commit list.
Merged

fix: prevent batch_index overflow in raw_curp #704

refactor: wrap LogEntry and its size into Entry struct
cf8c026
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 12, 2024 in 0s

75.68% (+0.13%) compared to e35b35a

View this Pull Request on Codecov

75.68% (+0.13%) compared to e35b35a

Details

Codecov Report

Attention: Patch coverage is 89.53975% with 25 lines in your changes missing coverage. Please review.

Project coverage is 75.68%. Comparing base (e35b35a) to head (cf8c026).
Report is 109 commits behind head on master.

Files Patch % Lines
crates/curp/src/server/raw_curp/log.rs 89.83% 16 Missing and 8 partials ⚠️
crates/curp/src/server/raw_curp/mod.rs 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #704      +/-   ##
==========================================
+ Coverage   75.55%   75.68%   +0.13%     
==========================================
  Files         180      187       +7     
  Lines       26938    27788     +850     
  Branches    26938    27788     +850     
==========================================
+ Hits        20353    21032     +679     
- Misses       5366     5467     +101     
- Partials     1219     1289      +70     

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