beyondallrepair / gobinance

A Binance Client written in Go. Though there are many existing libraries, this one aims to provide an interface more idiomatic to go, and easier to mock out and test.
MIT License
0 stars 0 forks source link

Feature/16 get open orders #28

Closed harryrose closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #28 (8d845b6) into master (132dd02) will increase coverage by 0.09%. The diff coverage is 92.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   94.18%   94.27%   +0.09%     
==========================================
  Files          11       13       +2     
  Lines         413      437      +24     
==========================================
+ Hits          389      412      +23     
  Misses         15       15              
- Partials        9       10       +1     
Flag Coverage Δ
unittests 94.27% <92.64%> (+0.09%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
spot-order-query.go 90.47% <80.00%> (-1.20%) :arrow_down:
spot-open-orders.go 88.88% <88.88%> (ø)
spot-order.go 95.12% <95.12%> (ø)
spot-order-cancel.go 91.30% <100.00%> (+0.82%) :arrow_up:
spot-order-place.go 94.44% <100.00%> (+0.10%) :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 132dd02...7b766b0. Read the comment docs.

harryrose commented 4 years ago

fixes #16