[autotest] update codeclimate action
This commit is contained in:
parent
1fef60b32c
commit
79ce2167b0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/autotest.yml
vendored
2
.github/workflows/autotest.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
coverage run --source=. -m pytest tests -v
|
coverage run --source=. -m pytest tests -v
|
||||||
- name: Report coverage
|
- name: Report coverage
|
||||||
uses: paambaati/codeclimate-action@v3.0.0
|
uses: paambaati/codeclimate-action@v3.2.0
|
||||||
with:
|
with:
|
||||||
coverageCommand: coverage3 xml
|
coverageCommand: coverage3 xml
|
||||||
debug: true
|
debug: true
|
||||||
|
|
Loading…
Reference in a new issue