Skip to content

Commit

Permalink
updated codeclime
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Jan 15, 2025
1 parent b641b91 commit 340ee24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ jobs:

- name: Aggregate & upload results to Code Climate
run: |
./cc-test-reporter sum-coverage coverage/codeclimate.*.json
./cc-test-reporter upload-coverage
./cc-test-reporter sum-coverage coverage/codeclimate.*.json -p 1
./cc-test-reporter upload-coverage -r ${{ secrets.CC_TEST_REPORTER_ID }}

0 comments on commit 340ee24

Please sign in to comment.