adshao / go-binance

A Go SDK for Binance API
MIT License
1.49k stars 661 forks source link

fix delivery API without positionAmt bugs #354

Closed drinkthere closed 2 years ago

drinkthere commented 2 years ago

add positionAmt in both account_service.go and account_servie_test.go

codecov[bot] commented 2 years ago

Codecov Report

Merging #354 (d76b9d5) into master (09e883c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #354   +/-   ##
=======================================
  Coverage   72.78%   72.78%           
=======================================
  Files          62       62           
  Lines        5868     5868           
=======================================
  Hits         4271     4271           
  Misses       1181     1181           
  Partials      416      416           
Impacted Files Coverage Δ
v2/delivery/account_service.go 69.23% <ø> (ø)

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 09e883c...d76b9d5. Read the comment docs.