getamis / eth-indexer

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

Release v0.3.0 #76

Closed changwu-tw closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #76 into master will increase coverage by 0.53%. The diff coverage is 55.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
+ Coverage   42.48%   43.01%   +0.53%     
==========================================
  Files          21       22       +1     
  Lines        2088     2111      +23     
==========================================
+ Hits          887      908      +21     
- Misses       1127     1128       +1     
- Partials       74       75       +1
Impacted Files Coverage Δ
model/types.go 44.44% <0%> (-1.71%) :arrow_down:
common/utils.go 15.03% <0%> (-0.47%) :arrow_down:
client/client.go 0% <0%> (ø) :arrow_up:
client/balancer.go 0% <0%> (ø) :arrow_up:
service/indexer/indexer.go 86.4% <100%> (+0.62%) :arrow_up:
store/reorg/reorg.go 100% <100%> (ø)
store/transfer_processor.go 75.66% <80%> (ø) :arrow_up:
store/store.go 75.15% <81.81%> (-0.33%) :arrow_down:
store/new_erc20.go 72.61% <85.71%> (ø) :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 925672c...f7a59a4. Read the comment docs.