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

subscription feature #18

Closed markya0616 closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #18 into develop will decrease coverage by 28.6%. The diff coverage is 55.13%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop      #18       +/-   ##
============================================
- Coverage    72.65%   44.04%   -28.61%     
============================================
  Files           14       20        +6     
  Lines          874     1882     +1008     
============================================
+ Hits           635      829      +194     
- Misses         197      988      +791     
- Partials        42       65       +23
Impacted Files Coverage Δ
client/client.go 0% <0%> (ø) :arrow_up:
client/balancer.go 0% <0%> (ø)
store/event_erc20.go 88.23% <100%> (+64.7%) :arrow_up:
store/balance.go 85.71% <100%> (ø) :arrow_up:
store/balance_erc20.go 74.73% <100%> (ø) :arrow_up:
service/indexer/indexer.go 86.14% <100%> (ø) :arrow_up:
contracts/utils.go 38.46% <38.46%> (ø)
store/store.go 67.9% <70%> (+5.56%) :arrow_up:
store/subscription.go 70.68% <70.68%> (ø)
store/account/account.go 78.94% <78.26%> (-11.83%) :arrow_down:
... and 9 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 637aad0...5cdc010. Read the comment docs.