getamis / eth-indexer

An Ethereum project to crawl blockchain states into database
GNU Lesser General Public License v3.0
232 stars 47 forks source link

ES-574 sqlx db #100

Closed markya0616 closed 6 years ago

markya0616 commented 6 years ago

Replace Gorm with sqlx for context support

codecov-io commented 6 years ago

Codecov Report

Merging #100 into develop will increase coverage by 0.88%. The diff coverage is 76.16%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #100      +/-   ##
===========================================
+ Coverage    43.69%   44.58%   +0.88%     
===========================================
  Files           24       24              
  Lines         2119     2254     +135     
===========================================
+ Hits           926     1005      +79     
- Misses        1114     1144      +30     
- Partials        79      105      +26
Impacted Files Coverage Δ
model/types.go 66.66% <ø> (+22.22%) :arrow_up:
common/errors.go 0% <0%> (ø) :arrow_up:
service/indexer/indexer.go 82.11% <100%> (ø) :arrow_up:
store/block_header/cache.go 96.49% <100%> (ø) :arrow_up:
store/new_erc20.go 73.25% <100%> (ø) :arrow_up:
store/transfer_processor.go 75.77% <100%> (ø) :arrow_up:
store/subscription/subscription.go 54.45% <59.15%> (-15.86%) :arrow_down:
store/transaction_receipt/transaction_receipt.go 61.84% <61.4%> (-10.58%) :arrow_down:
store/store.go 71.42% <80%> (-1.73%) :arrow_down:
store/account/account.go 79.48% <81.11%> (-7.36%) :arrow_down:
... and 3 more

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 4376147...da3e37a. Read the comment docs.