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 receipts logs #8

Closed markya0616 closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #8 into develop will decrease coverage by 0.64%. The diff coverage is 75.6%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #8      +/-   ##
===========================================
- Coverage    77.03%   76.38%   -0.65%     
===========================================
  Files           15       15              
  Lines          849      868      +19     
===========================================
+ Hits           654      663       +9     
- Misses         164      169       +5     
- Partials        31       36       +5
Impacted Files Coverage Δ
store/account/account.go 95.91% <100%> (ø) :arrow_up:
store/block_header/block_header.go 92.59% <100%> (-0.27%) :arrow_down:
store/transaction/transaction.go 100% <100%> (ø) :arrow_up:
store/store.go 71.72% <50%> (-0.82%) :arrow_down:
store/transaction_receipt/transaction_receipt.go 72.41% <69.23%> (-27.59%) :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 c76459b...54544e2. Read the comment docs.