[autotest] use coverage3 explicitly?
This commit is contained in:
parent
db13bd94a1
commit
6980d5e5d0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/autotest.yml
vendored
4
.github/workflows/autotest.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue