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

add new erc20 #56

Closed markya0616 closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #56 into develop will increase coverage by 1.71%. The diff coverage is 75.71%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #56      +/-   ##
===========================================
+ Coverage    40.76%   42.48%   +1.71%     
===========================================
  Files           20       21       +1     
  Lines         1982     2088     +106     
===========================================
+ Hits           808      887      +79     
- Misses        1111     1127      +16     
- Partials        63       74      +11
Impacted Files Coverage Δ
client/client.go 0% <0%> (ø) :arrow_up:
store/subscription/subscription.go 70.31% <100%> (-1.52%) :arrow_down:
service/indexer/indexer.go 85.78% <100%> (-0.22%) :arrow_down:
store/new_erc20.go 72.61% <72.61%> (ø)
store/store.go 75.48% <78.94%> (-0.41%) :arrow_down:
store/account/account.go 86.84% <80%> (-1.4%) :arrow_down:
store/transfer_processor.go 75.66% <84.61%> (+1.24%) :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 e4f83cc...5a1b07f. Read the comment docs.