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

Bitfield::with_capacity fix OutOfBounds i field, plus doc typo fix #33

Merged
merged 2 commits into from
Sep 26, 2024

fix: Bitfield::with_capacity OutOfBounds field bug

90ed130
Select commit
Loading
Failed to load commit list.
Merged

Bitfield::with_capacity fix OutOfBounds i field, plus doc typo fix #33

fix: Bitfield::with_capacity OutOfBounds field bug
90ed130
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 25, 2024 in 0s

77.76% (+0.27%) compared to dc04526

View this Pull Request on Codecov

77.76% (+0.27%) compared to dc04526

Details

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 77.76%. Comparing base (dc04526) to head (90ed130).

Files with missing lines Patch % Lines
ssz/src/bitfield.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #33      +/-   ##
==========================================
+ Coverage   77.48%   77.76%   +0.27%     
==========================================
  Files          12       12              
  Lines         715      715              
==========================================
+ Hits          554      556       +2     
+ Misses        161      159       -2     

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