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

migration/db: add client id to accouns table #117

Closed bun919tw closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #117 into master will increase coverage by 0.01%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #117      +/-   ##
==========================================
+ Coverage   44.91%   44.92%   +0.01%     
==========================================
  Files          23       23              
  Lines        2211     2217       +6     
==========================================
+ Hits          993      996       +3     
- Misses       1117     1119       +2     
- Partials      101      102       +1
Impacted Files Coverage Δ
common/errors.go 0% <ø> (ø) :arrow_up:
model/types.go 68.42% <ø> (ø) :arrow_up:
store/new_erc20.go 73.56% <100%> (+0.3%) :arrow_up:
store/account/account.go 79.24% <100%> (ø) :arrow_up:
store/transfer_processor.go 75.63% <28.57%> (-0.77%) :arrow_down:

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 8df56b6...e6bb5d4. Read the comment docs.