moov-io / accounts

accounts - General Ledger and financial account service with an HTTP API
https://moov.io
Apache License 2.0
48 stars 14 forks source link

all: fix compile after *Id -> *ID rename #61

Closed adamdecaf closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #61 into master will increase coverage by 0.06%. The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
+ Coverage   63.88%   63.94%   +0.06%     
==========================================
  Files          11       11              
  Lines         839      846       +7     
==========================================
+ Hits          536      541       +5     
- Misses        227      228       +1     
- Partials       76       77       +1
Impacted Files Coverage Δ
cmd/server/account_storage.go 0% <ø> (ø) :arrow_up:
cmd/server/account_storage_qledger.go 91.81% <100%> (ø) :arrow_up:
cmd/server/transaction_storage.go 41.66% <100%> (ø) :arrow_up:
cmd/server/transaction_storage_qledger.go 86.84% <100%> (ø) :arrow_up:
cmd/server/accounts.go 63.02% <50%> (ø) :arrow_up:
cmd/server/main.go 8.18% <60%> (+2.46%) :arrow_up:
cmd/server/transaction_storage_sqlite.go 61.18% <73.07%> (ø) :arrow_up:
cmd/server/transactions.go 84.8% <78.57%> (+0.24%) :arrow_up:
cmd/server/account_storage_sqlite.go 57.89% <83.33%> (ø) :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 804b657...9fa6cfa. Read the comment docs.