diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dd713d43..a6f97667 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -66,7 +66,7 @@ jobs: run: "tox -e safety" - name: Send coverage report to codeclimate continue-on-error: true - uses: paambaati/codeclimate-action@v5.0.0 + uses: paambaati/codeclimate-action@v9.0.0 with: coverageCommand: echo "Ignore rerun" coverageLocations: ${{github.workspace}}/coverage.xml:coverage.py