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.5 #57

Closed bailantaotao closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #57 into master will decrease coverage by 2.02%. The diff coverage is 57.48%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
- Coverage   42.34%   40.31%   -2.03%     
==========================================
  Files          18       20       +2     
  Lines        1941     2004      +63     
==========================================
- Hits          822      808      -14     
- Misses       1051     1133      +82     
+ Partials       68       63       -5
Impacted Files Coverage Δ
common/errors.go 0% <ø> (ø) :arrow_up:
store/account/account.go 88.23% <ø> (+1.13%) :arrow_up:
client/client.go 0% <0%> (ø) :arrow_up:
store/event_erc20.go 88.23% <100%> (ø) :arrow_up:
store/subscription/subscription.go 71.83% <100%> (+0.81%) :arrow_up:
store/transfer_processor.go 74.41% <72.72%> (-3.54%) :arrow_down:
model/types.go 46.15% <75%> (ø)
service/indexer/indexer.go 86% <83.33%> (-0.15%) :arrow_down:
store/store.go 75.88% <93.75%> (+3.73%) :arrow_up:
... 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 a940d7b...45f415d. Read the comment docs.