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

Cache option #99

Closed markya0616 closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #99 into develop will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #99      +/-   ##
===========================================
+ Coverage    43.68%   43.69%   +0.01%     
===========================================
  Files           23       24       +1     
  Lines         2122     2119       -3     
===========================================
- Hits           927      926       -1     
+ Misses        1116     1114       -2     
  Partials        79       79
Impacted Files Coverage Δ
service/indexer/indexer.go 82.11% <100%> (ø) :arrow_up:
store/block_header/options.go 100% <100%> (ø)
store/store.go 73.15% <100%> (-2.01%) :arrow_down:
store/block_header/block_header.go 100% <100%> (+7.4%) :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 f72bd6a...7aa5807. Read the comment docs.