thrasher-corp / gocryptotrader

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

Kucoin: Fix transient test failure on XMR #1485

Closed gbjk closed 5 months ago

gbjk commented 5 months ago

Kucoin delisted XMR temporarily for margin trading. That seems quite likely long term too, due to XMR's privacy features.

Replace XMR with TRX to hopefully avoid in future

Type of change

Please delete options that are not relevant and add an x in [] as item is complete.

How has this been tested

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (08da42d) 35.89% compared to head (6f8c2c4) 35.91%. Report is 3 commits behind head on master.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/thrasher-corp/gocryptotrader/pull/1485/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/1485?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 #1485 +/- ## ========================================== + Coverage 35.89% 35.91% +0.01% ========================================== Files 411 411 Lines 177559 177542 -17 ========================================== + Hits 63733 63760 +27 + Misses 106048 106011 -37 + Partials 7778 7771 -7 ``` [see 14 files with indirect coverage changes](https://app.codecov.io/gh/thrasher-corp/gocryptotrader/pull/1485/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=thrasher-corp)