ralexstokes / ssz-rs

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

investigate code coverage #38

Closed ralexstokes closed 1 year ago

ralexstokes commented 1 year ago

some errors where silently dropped while working on this PR https://github.com/ralexstokes/ssz-rs/pull/25#issuecomment-1347260943

and the CI didn't raise any issue...

we should set up some code coverage and strive for 100%

ralexstokes commented 1 year ago

added in #59 🎉