q9f / eth.rb

a straightforward library to build, sign, and broadcast ethereum transactions anywhere you can run ruby.
https://q9f.github.io/eth.rb
Apache License 2.0
200 stars 86 forks source link

eth/eip712: prepare tests for packed encoding #216

Open q9f opened 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #216 (767ad18) into main (f6f1c7d) will decrease coverage by 0.21%. The diff coverage is 90.47%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #216      +/-   ##
==========================================
- Coverage   99.77%   99.56%   -0.21%     
==========================================
  Files          77       77              
  Lines        4374     4393      +19     
==========================================
+ Hits         4364     4374      +10     
- Misses         10       19       +9     
Impacted Files Coverage Δ
lib/eth/eip712.rb 98.50% <50.00%> (-1.50%) :arrow_down:
spec/eth/eip712_spec.rb 90.00% <94.44%> (-10.00%) :arrow_down:
lib/eth/abi/type.rb 100.00% <100.00%> (ø)
lib/eth/client/ipc.rb 93.33% <0.00%> (-6.67%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more