Skip to content

Commit

Permalink
Update codeclimate-action in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSerth committed Dec 20, 2021
1 parent cd9d99e commit 78ffb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: bundle exec rspec --color --format progress --require spec_helper --require rails_helper

- name: Send coverage to CodeClimate
uses: paambaati/codeclimate-action@v2.7.4
uses: paambaati/codeclimate-action@v3
continue-on-error: true
if: ${{ success() || failure() }}
env:
Expand Down

0 comments on commit 78ffb1b

Please sign in to comment.