Skip to content

Commit

Permalink
Merge pull request #27 from jrafanie/update_coverage_to_latest_ruby_r…
Browse files Browse the repository at this point in the history
…ails
  • Loading branch information
Fryguy authored Aug 6, 2024
2 parents b07380c + f165258 commit 7a93db0
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 @@ -44,7 +44,7 @@ jobs:
run: bundle exec rake
env:
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
- if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '2.7' }}"
- if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
name: Report code coverage
continue-on-error: true
uses: paambaati/codeclimate-action@v8
Expand Down

0 comments on commit 7a93db0

Please sign in to comment.