From e8c493607f7c6b67c445326bf990077b88b56f29 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Fri, 29 Jul 2022 13:27:03 +0200 Subject: [PATCH] [autotest] add debug flag to code climate tool --- .github/workflows/autotest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml index f4fdb6a..889bac4 100644 --- a/.github/workflows/autotest.yml +++ b/.github/workflows/autotest.yml @@ -39,4 +39,4 @@ jobs: run: | RESULT=coverage run --source=. -m pytest tests -v coverage xml - ./cc-test-reporter after-build --exit-status $RESULT + ./cc-test-reporter -d after-build --exit-status $RESULT