[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
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
RESULT=coverage run --source=. -m pytest tests -v
|
RESULT=coverage run --source=. -m pytest tests -v
|
||||||
coverage xml
|
- name: Report coverage
|
||||||
./cc-test-reporter -d after-build --exit-status $RESULT
|
uses: paambaati/codeclimate-action@v3.0.0
|
||||||
|
with:
|
||||||
|
coverageCommand: coverage xml
|
||||||
|
debug: true
|
||||||
|
|
Loading…
Reference in a new issue