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: add reorgs table to save reorg events #70

Closed markya0616 closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #70 into develop will increase coverage by 0.4%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop      #70     +/-   ##
==========================================
+ Coverage    42.53%   42.94%   +0.4%     
==========================================
  Files           21       22      +1     
  Lines         2090     2112     +22     
==========================================
+ Hits           889      907     +18     
- Misses        1127     1130      +3     
- Partials        74       75      +1
Impacted Files Coverage Δ
model/types.go 44.44% <0%> (-1.71%) :arrow_down:
service/indexer/indexer.go 86.4% <100%> (+0.47%) :arrow_up:
store/reorg/reorg.go 100% <100%> (ø)
store/store.go 75% <71.42%> (-0.49%) :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 31be205...26c57f5. Read the comment docs.