We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0f76ab + 50cd25e commit fd94e7cCopy full SHA for fd94e7c
.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@v8
+ uses: paambaati/codeclimate-action@v9
70
env:
71
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
0 commit comments