[autotest] use separate action for code climate

This commit is contained in:
tobi-wan-kenobi 2022-07-29 13:29:50 +02:00
parent e8c493607f
commit db13bd94a1

View file

@ -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