From 12e75e849df14bbcd58335cf543ee157db056518 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 24 Dec 2023 12:09:46 +0100 Subject: [PATCH] Don't do coverge on --longrun tests --- .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 03dc406c9..7a2fcd30f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -402,7 +402,7 @@ jobs: env: CI_WEB_PROXY: http://152.67.78.211:13128 run: | - pytest --random-order --cov=freqtrade --cov-config=.coveragerc --longrun -n auto + pytest --random-order --longrun -n auto # Notify only once - when CI completes (and after deploy) in case it's successfull