getamis / eth-indexer

An Ethereum project to crawl blockchain states into database
GNU Lesser General Public License v3.0
233 stars 47 forks source link

Release v0.2.3 #49

Closed bailantaotao closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #49 into master will increase coverage by 1.04%. The diff coverage is 86.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
+ Coverage   41.36%   42.41%   +1.04%     
==========================================
  Files          16       18       +2     
  Lines        1772     1938     +166     
==========================================
+ Hits          733      822      +89     
- Misses        971     1048      +77     
  Partials       68       68
Impacted Files Coverage Δ
client/client.go 0% <0%> (ø) :arrow_up:
store/account/account.go 87.09% <100%> (+9.82%) :arrow_up:
service/indexer/indexer.go 86.14% <100%> (ø) :arrow_up:
client/cache.go 100% <100%> (ø) :arrow_up:
store/store.go 72.15% <69.23%> (+1.68%) :arrow_up:
store/transfer_processor.go 77.95% <88.23%> (+9.69%) :arrow_up:
common/utils.go 15.87% <90.9%> (ø)
common/errors.go 0% <0%> (ø)
... and 2 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 4c3e5b5...c809a5c. Read the comment docs.