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 ae97093 + 356533c commit 5b68363Copy full SHA for 5b68363
.github/workflows/ci.yaml
@@ -28,6 +28,6 @@ jobs:
28
- name: Run tests
29
run: bundle exec rake
30
- name: Report code coverage
31
- if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' }}"
+ if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
32
continue-on-error: true
33
uses: paambaati/codeclimate-action@v8
0 commit comments