ralexstokes / ssz-rs

Implementation of ethereum's `ssz`
Apache License 2.0
102 stars 40 forks source link

update name of generalized index trait and add support for unions #136

Closed ralexstokes closed 5 months ago

ralexstokes commented 5 months ago

Fixes #121

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 60.84%. Comparing base (f6877bb) to head (ab9cb11).

Files Patch % Lines
ssz-rs/src/union.rs 0.00% 18 Missing :warning:
ssz-rs/src/bitlist.rs 0.00% 2 Missing :warning:
ssz-rs/src/bitvector.rs 0.00% 2 Missing :warning:
ssz-rs/src/list.rs 50.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #136 +/- ## ========================================== - Coverage 62.20% 60.84% -1.36% ========================================== Files 20 20 Lines 1016 1037 +21 ========================================== - Hits 632 631 -1 - Misses 384 406 +22 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.