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.
2 parents 727fb98 + 5f2ff84 commit a5026daCopy full SHA for a5026da
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
run: poetry run task test
37
- name: Test & publish code coverage
38
if: ${{ runner.os == 'Linux' && env.CC_TEST_REPORTER_ID != '' }}
39
- uses: paambaati/codeclimate-action@v5.0.0
+ uses: paambaati/codeclimate-action@v6.0.0
40
env:
41
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
42
with:
0 commit comments