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.
1 parent 7707684 commit cc88ed3Copy full SHA for cc88ed3
.github/workflows/ci.yaml
@@ -44,6 +44,6 @@ jobs:
44
- name: Run tests
45
run: bundle exec rake
46
- name: Report code coverage
47
- if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' }}"
+ if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
48
continue-on-error: true
49
uses: paambaati/codeclimate-action@v8
0 commit comments