nanmu42 / etherscan-api

:guitar: Golang client for Ethereum Etherscan API (and its families like BscScan) / Golang 以太坊 Etherscan API库(也支持同一家族的BscScan)
MIT License
240 stars 107 forks source link

Use Github Action and clean up code #59

Closed nanmu42 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #59 (8fe95ed) into master (3499a85) will increase coverage by 0.95%. The diff coverage is 65.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
+ Coverage   75.80%   76.75%   +0.95%     
==========================================
  Files          10       10              
  Lines         248      370     +122     
==========================================
+ Hits          188      284      +96     
- Misses         35       59      +24     
- Partials       25       27       +2     
Impacted Files Coverage Δ
block.go 73.07% <63.15%> (-26.93%) :arrow_down:
network.go 100.00% <100.00%> (ø)
transaction.go 89.65% <0.00%> (-0.83%) :arrow_down:
stat.go 100.00% <0.00%> (ø)
contract.go 100.00% <0.00%> (ø)
error_wrap.go 50.00% <0.00%> (ø)
client.go 54.78% <0.00%> (+0.13%) :arrow_up:
helper.go 73.68% <0.00%> (+1.68%) :arrow_up:
account.go 93.47% <0.00%> (+2.17%) :arrow_up:
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 45461ec...8fe95ed. Read the comment docs.