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

[ES-159] remove binary db query #16

Closed charlesjhongc closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #16 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #16   +/-   ##
========================================
  Coverage    72.65%   72.65%           
========================================
  Files           14       14           
  Lines          874      874           
========================================
  Hits           635      635           
  Misses         197      197           
  Partials        42       42
Impacted Files Coverage Δ
store/block_header/block_header.go 92.59% <100%> (ø) :arrow_up:
store/transaction_receipt/transaction_receipt.go 72.41% <100%> (ø) :arrow_up:
store/transaction/transaction.go 100% <100%> (ø) :arrow_up:
store/account/account.go 90.76% <100%> (ø) :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 a6571aa...ed37ca3. Read the comment docs.

markya0616 commented 6 years ago

Nice catch! Please add package name as your commit prefix.

charlesjhongc commented 6 years ago

Ok fixed.