We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e233e39 commit f278f2aCopy full SHA for f278f2a
.github/workflows/ci.yaml
@@ -66,6 +66,6 @@ jobs:
66
- name: Report code coverage
67
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
68
continue-on-error: true
69
- uses: paambaati/codeclimate-action@v6
+ uses: paambaati/codeclimate-action@v8
70
env:
71
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
0 commit comments