We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbc09d4 + f278f2a commit 0a566fbCopy full SHA for 0a566fb
.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