GoodforGod / java-etherscan-api

🔗 Polished Java library for EtherScan.io API
https://etherscan.io
MIT License
58 stars 47 forks source link

1.0.2 Release #2

Closed GoodforGod closed 5 years ago

GoodforGod commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

Merging #2 into master will increase coverage by 5.69%. The diff coverage is 52.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #2      +/-   ##
==========================================
+ Coverage   73.65%   79.35%   +5.69%     
==========================================
  Files          71       71              
  Lines        1063      988      -75     
  Branches      292      229      -63     
==========================================
+ Hits          783      784       +1     
+ Misses        114       65      -49     
+ Partials      166      139      -27
Impacted Files Coverage Δ
src/main/java/io/api/etherscan/model/Log.java 52.38% <0%> (+20.56%) :arrow_up:
src/main/java/io/api/etherscan/model/Price.java 64% <0%> (+5.93%) :arrow_up:
src/main/java/io/api/etherscan/model/BaseTx.java 63.33% <0%> (+21.86%) :arrow_up:
src/main/java/io/api/etherscan/model/TxToken.java 100% <100%> (+48.57%) :arrow_up:
...c/main/java/io/api/etherscan/model/TxInternal.java 52.94% <50%> (+7.94%) :arrow_up:
src/main/java/io/api/etherscan/model/Tx.java 60% <50%> (+17.57%) :arrow_up:
...a/io/api/etherscan/executor/impl/HttpExecutor.java 80.3% <66.66%> (ø) :arrow_up:
src/main/java/io/api/etherscan/model/Uncle.java 60% <0%> (+33.33%) :arrow_up:

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 97197ad...44a5fe4. Read the comment docs.