getamis / eth-indexer

An Ethereum project to crawl blockchain states into database
GNU Lesser General Public License v3.0
232 stars 47 forks source link

Handle errors #61

Closed countvonzero closed 6 years ago

countvonzero commented 6 years ago
codecov-io commented 6 years ago

Codecov Report

Merging #61 into develop will increase coverage by 0.2%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop      #61     +/-   ##
==========================================
+ Coverage    40.56%   40.76%   +0.2%     
==========================================
  Files           20       20             
  Lines         1992     1982     -10     
==========================================
  Hits           808      808             
+ Misses        1121     1111     -10     
  Partials        63       63
Impacted Files Coverage Δ
model/types.go 46.15% <ø> (ø) :arrow_up:
common/errors.go 0% <ø> (ø) :arrow_up:
client/client.go 0% <0%> (ø) :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 780e6b6...875d224. Read the comment docs.