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 7707684 + cc88ed3 commit 0afae73Copy full SHA for 0afae73
.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