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

ES-574 sqlx receipt db #103

Closed markya0616 closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #103 into master will increase coverage by 0.98%. The diff coverage is 84.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #103      +/-   ##
==========================================
+ Coverage   43.69%   44.68%   +0.98%     
==========================================
  Files          24       23       -1     
  Lines        2119     2173      +54     
==========================================
+ Hits          926      971      +45     
+ Misses       1114     1109       -5     
- Partials       79       93      +14
Impacted Files Coverage Δ
model/types.go 66.66% <ø> (+22.22%) :arrow_up:
common/errors.go 0% <0%> (ø) :arrow_up:
service/indexer/indexer.go 82.11% <100%> (ø) :arrow_up:
store/block_header/cache.go 96.49% <100%> (ø) :arrow_up:
store/new_erc20.go 73.25% <100%> (ø) :arrow_up:
store/transfer_processor.go 75.77% <100%> (ø) :arrow_up:
store/subscription/subscription.go 63.63% <71.15%> (-6.68%) :arrow_down:
store/account/account.go 79.24% <81.7%> (-7.6%) :arrow_down:
store/reorg/reorg.go 84.61% <81.81%> (-15.39%) :arrow_down:
store/store.go 72.18% <86.36%> (-0.97%) :arrow_down:
... and 3 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 d146c53...24bfcbb. Read the comment docs.