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: impl Encode Decode for alloy_primitves::Bloom #30

Merged
merged 3 commits into from
Aug 23, 2024

Fix long bytes lengths

a0ae99e
Select commit
Loading
Failed to load commit list.
Merged

feat: impl Encode Decode for alloy_primitves::Bloom #30

Fix long bytes lengths
a0ae99e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 23, 2024 in 0s

80.16% (-0.39%) compared to c0476cb

View this Pull Request on Codecov

80.16% (-0.39%) compared to c0476cb

Details

Codecov Report

Attention: Patch coverage is 68.75000% with 5 lines in your changes missing coverage. Please review.

Project coverage is 80.16%. Comparing base (c0476cb) to head (a0ae99e).

Files Patch % Lines
ssz/src/encode/impls.rs 50.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #30      +/-   ##
==========================================
- Coverage   80.54%   80.16%   -0.39%     
==========================================
  Files          11       11              
  Lines         473      489      +16     
==========================================
+ Hits          381      392      +11     
- Misses         92       97       +5     

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