[autotest] use coverage3 explicitly?

This commit is contained in:
tobi-wan-kenobi 2022-07-29 13:35:58 +02:00
parent db13bd94a1
commit 6980d5e5d0

View file

@ -37,9 +37,9 @@ jobs:
./cc-test-reporter before-build
- name: Run tests
run: |
RESULT=coverage run --source=. -m pytest tests -v
RESULT=coverage3 run --source=. -m pytest tests -v
- name: Report coverage
uses: paambaati/codeclimate-action@v3.0.0
with:
coverageCommand: coverage xml
coverageCommand: coverage3 xml
debug: true