thrasher-corp / gocryptotrader

A cryptocurrency trading bot and framework supporting multiple exchanges written in Golang.
MIT License
2.99k stars 802 forks source link

BTSE: Various fixes #1550

Closed gbjk closed 3 months ago

gbjk commented 4 months ago

Type of change

How has this been tested

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 75.55556% with 22 lines in your changes missing coverage. Please review.

Project coverage is 38.16%. Comparing base (06b9980) to head (3f033d4). Report is 1 commits behind head on master.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/thrasher-corp/gocryptotrader/pull/1550/graphs/tree.svg?width=650&height=150&src=pr&token=41784B23TS&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=thrasher-corp)](https://app.codecov.io/gh/thrasher-corp/gocryptotrader/pull/1550?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=thrasher-corp) ```diff @@ Coverage Diff @@ ## master #1550 +/- ## ========================================== + Coverage 36.28% 38.16% +1.87% ========================================== Files 419 419 Lines 183133 152315 -30818 ========================================== - Hits 66458 58133 -8325 + Misses 108578 86076 -22502 - Partials 8097 8106 +9 ``` | [Files](https://app.codecov.io/gh/thrasher-corp/gocryptotrader/pull/1550?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=thrasher-corp) | Coverage Δ | | |---|---|---| | [common/common.go](https://app.codecov.io/gh/thrasher-corp/gocryptotrader/pull/1550?src=pr&el=tree&filepath=common%2Fcommon.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=thrasher-corp#diff-Y29tbW9uL2NvbW1vbi5nbw==) | `94.95% <ø> (+0.16%)` | :arrow_up: | | [exchanges/asset/asset.go](https://app.codecov.io/gh/thrasher-corp/gocryptotrader/pull/1550?src=pr&el=tree&filepath=exchanges%2Fasset%2Fasset.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=thrasher-corp#diff-ZXhjaGFuZ2VzL2Fzc2V0L2Fzc2V0Lmdv) | `93.44% <ø> (-0.26%)` | :arrow_down: | | [exchanges/btse/btse.go](https://app.codecov.io/gh/thrasher-corp/gocryptotrader/pull/1550?src=pr&el=tree&filepath=exchanges%2Fbtse%2Fbtse.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=thrasher-corp#diff-ZXhjaGFuZ2VzL2J0c2UvYnRzZS5nbw==) | `36.14% <100.00%> (+0.94%)` | :arrow_up: | | [exchanges/order/limits.go](https://app.codecov.io/gh/thrasher-corp/gocryptotrader/pull/1550?src=pr&el=tree&filepath=exchanges%2Forder%2Flimits.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=thrasher-corp#diff-ZXhjaGFuZ2VzL29yZGVyL2xpbWl0cy5nbw==) | `92.57% <100.00%> (+0.36%)` | :arrow_up: | | [exchanges/btse/btse\_wrapper.go](https://app.codecov.io/gh/thrasher-corp/gocryptotrader/pull/1550?src=pr&el=tree&filepath=exchanges%2Fbtse%2Fbtse_wrapper.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=thrasher-corp#diff-ZXhjaGFuZ2VzL2J0c2UvYnRzZV93cmFwcGVyLmdv) | `47.62% <75.00%> (+2.79%)` | :arrow_up: | ... and [393 files with indirect coverage changes](https://app.codecov.io/gh/thrasher-corp/gocryptotrader/pull/1550/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=thrasher-corp)