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

Move BitList and BitVector to ethereum_ssz #25

Merged
merged 7 commits into from
Sep 3, 2024

Add `BitList::resize`

91b5130
Select commit
Loading
Failed to load commit list.
Merged

Move BitList and BitVector to ethereum_ssz #25

Add `BitList::resize`
91b5130
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 3, 2024 in 0s

77.48% (-2.69%) compared to c28ae8c

View this Pull Request on Codecov

77.48% (-2.69%) compared to c28ae8c

Details

Codecov Report

Attention: Patch coverage is 71.68142% with 64 lines in your changes missing coverage. Please review.

Project coverage is 77.48%. Comparing base (c28ae8c) to head (91b5130).

Files with missing lines Patch % Lines
ssz/src/bitfield.rs 71.68% 64 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
- Coverage   80.16%   77.48%   -2.69%     
==========================================
  Files          11       12       +1     
  Lines         489      715     +226     
==========================================
+ Hits          392      554     +162     
- Misses         97      161      +64     

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