Skip to content

Commit

Permalink
Merge pull request #56 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 ef10aa7 + cd3f049 commit 009f4af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Report code coverage
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' &&
matrix.rails-version == '6.1' }}"
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' && matrix.rails-version == '7.0' }}
continue-on-error: true
uses: paambaati/codeclimate-action@v8

0 comments on commit 009f4af

Please sign in to comment.