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

store: implement add/delete/query for subscription #23

Closed tailingchen closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #23 into develop will increase coverage by 0.05%. The diff coverage is 48%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #23      +/-   ##
==========================================
+ Coverage    44.04%   44.1%   +0.05%     
==========================================
  Files           20      20              
  Lines         1882    1925      +43     
==========================================
+ Hits           829     849      +20     
- Misses         988    1008      +20     
- Partials        65      68       +3
Impacted Files Coverage Δ
store/subscription.go 70.68% <ø> (ø) :arrow_up:
store/service_store.go 0% <0%> (ø) :arrow_up:
store/store.go 67.9% <100%> (ø) :arrow_up:
store/subscription/subscription.go 80.88% <78.57%> (-2.46%) :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 cb10ff1...c0a6bc5. Read the comment docs.