From a6ad36d08bf6c88c8416848c0d0853997df11da4 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 29 Mar 2024 12:33:28 +0100 Subject: [PATCH] Coverage for ft_client ... --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e101100eb..cb6d306ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: - name: Tests run: | - pytest --random-order --cov=freqtrade --cov-config=.coveragerc + pytest --random-order --cov-config=.coveragerc - name: Coveralls if: (runner.os == 'Linux' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-22.04')