We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a70d6ac + b7b42c3 commit d2f9b1eCopy full SHA for d2f9b1e
.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@v3.2.0
+ uses: paambaati/codeclimate-action@v5.0.0
32
env:
33
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_REPORTER_ID }}
34
with:
0 commit comments