[autotest] add debug flag to code climate tool
This commit is contained in:
parent
00b7929df5
commit
e8c493607f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/autotest.yml
vendored
2
.github/workflows/autotest.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue