[autotest] use separate action for code climate
This commit is contained in:
parent
e8c493607f
commit
db13bd94a1
1 changed files with 5 additions and 2 deletions
7
.github/workflows/autotest.yml
vendored
7
.github/workflows/autotest.yml
vendored
|
@ -38,5 +38,8 @@ jobs:
|
|||
- name: Run tests
|
||||
run: |
|
||||
RESULT=coverage run --source=. -m pytest tests -v
|
||||
coverage xml
|
||||
./cc-test-reporter -d after-build --exit-status $RESULT
|
||||
- name: Report coverage
|
||||
uses: paambaati/codeclimate-action@v3.0.0
|
||||
with:
|
||||
coverageCommand: coverage xml
|
||||
debug: true
|
||||
|
|
Loading…
Reference in a new issue