[autotest] add debug flag to code climate tool

This commit is contained in:
tobi-wan-kenobi 2022-07-29 13:27:03 +02:00
parent 00b7929df5
commit e8c493607f

View file

@ -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