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

*: add erc20 event table #10

Closed markya0616 closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #10 into develop will decrease coverage by 1.82%. The diff coverage is 49.05%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #10      +/-   ##
===========================================
- Coverage    76.38%   74.55%   -1.83%     
===========================================
  Files           15       16       +1     
  Lines          868      908      +40     
===========================================
+ Hits           663      677      +14     
- Misses         169      190      +21     
- Partials        36       41       +5
Impacted Files Coverage Δ
service/indexer/indexer.go 88.18% <100%> (ø) :arrow_up:
store/event_erc20.go 23.52% <23.52%> (ø)
store/store.go 67.94% <52.38%> (-3.78%) :arrow_down:
store/account/account.go 90.16% <71.42%> (-5.76%) :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 889a43e...bc96abf. Read the comment docs.