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
204 stars 88 forks source link

eth/client: add test for tx_succeeded? #183

Closed q9f closed 1 year ago

q9f commented 1 year ago

after #173

codecov-commenter commented 1 year ago

Codecov Report

Merging #183 (55de840) into main (1633ed0) will increase coverage by 0.04%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #183      +/-   ##
==========================================
+ Coverage   99.70%   99.75%   +0.04%     
==========================================
  Files          70       70              
  Lines        4077     4086       +9     
==========================================
+ Hits         4065     4076      +11     
+ Misses         12       10       -2     
Impacted Files Coverage Δ
lib/eth/client.rb 100.00% <100.00%> (+1.25%) :arrow_up:
spec/eth/client_spec.rb 100.00% <100.00%> (ø)

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

kurotaky commented 1 year ago

Thanks!