adshao / go-binance

A Go SDK for Binance API
MIT License
1.54k stars 676 forks source link

ListWithdrawsService add withdrawOrderId support #334

Closed mm2175 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #334 (1ab2533) into master (f3db60a) will decrease coverage by 1.07%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #334      +/-   ##
==========================================
- Coverage   74.76%   73.69%   -1.08%     
==========================================
  Files          55       59       +4     
  Lines        5084     5561     +477     
==========================================
+ Hits         3801     4098     +297     
- Misses        929     1084     +155     
- Partials      354      379      +25     
Impacted Files Coverage Δ
v2/withdraw_service.go 86.59% <0.00%> (-4.71%) :arrow_down:
v2/futures/order_service.go 59.25% <0.00%> (-11.22%) :arrow_down:
v2/trade_service.go 83.33% <0.00%> (-3.45%) :arrow_down:
v2/account_service.go 79.31% <0.00%> (-2.92%) :arrow_down:
v2/margin_service.go 66.89% <0.00%> (-2.87%) :arrow_down:
v2/websocket_service.go 77.15% <0.00%> (-2.41%) :arrow_down:
v2/exchange_info_service.go 54.80% <0.00%> (-1.63%) :arrow_down:
v2/futures/client.go 82.38% <0.00%> (-0.95%) :arrow_down:
v2/client.go 83.88% <0.00%> (-0.50%) :arrow_down:
v2/depth_service.go 88.88% <0.00%> (ø)
... and 42 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 f3db60a...1ab2533. Read the comment docs.