We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4761ec commit 0af11cfCopy full SHA for 0af11cf
.github/workflows/python-quality.yml
@@ -28,7 +28,7 @@ jobs:
28
poetry config virtualenvs.create false
29
poetry install --no-root --with dev
30
- name: Test & publish code coverage
31
- uses: paambaati/codeclimate-action@v8.0.0
+ uses: paambaati/codeclimate-action@v9.0.0
32
env:
33
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_REPORTER_ID }}
34
with:
0 commit comments