[autotest] update codeclimate action

This commit is contained in:
tobi-wan-kenobi 2022-11-26 12:09:04 +01:00
parent 1fef60b32c
commit 79ce2167b0

View file

@ -39,7 +39,7 @@ jobs:
run: |
coverage run --source=. -m pytest tests -v
- name: Report coverage
uses: paambaati/codeclimate-action@v3.0.0
uses: paambaati/codeclimate-action@v3.2.0
with:
coverageCommand: coverage3 xml
debug: true