Skip to content

Commit

Permalink
Merge pull request #887 from jrafanie/update_coverage_to_latest_ruby_…
Browse files Browse the repository at this point in the history
…rails
  • Loading branch information
Fryguy committed Aug 6, 2024
2 parents b98c09d + 44ca4f5 commit 3650b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Report code coverage
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' }}"
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
continue-on-error: true
uses: paambaati/codeclimate-action@v8

0 comments on commit 3650b8b

Please sign in to comment.