We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898799c commit a27dfc8Copy full SHA for a27dfc8
.github/workflows/python-quality.yml
@@ -28,7 +28,7 @@ jobs:
28
poetry config virtualenvs.create false
29
make dev-dependencies
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