Skip to content

Commit 0afae73

Browse files
authored
Merge pull request #553 from jrafanie/update_coverage_to_latest_ruby_rails
2 parents 7707684 + cc88ed3 commit 0afae73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
- name: Run tests
4545
run: bundle exec rake
4646
- name: Report code coverage
47-
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' }}"
47+
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
4848
continue-on-error: true
4949
uses: paambaati/codeclimate-action@v8

0 commit comments

Comments
 (0)