Skip to content

Commit

Permalink
Revert code climate action version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewl committed Aug 15, 2023
1 parent 2946140 commit 80099da
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 @@ -16,9 +16,9 @@ jobs:
run: bundle exec rspec

- name: Code Coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
uses: paambaati/[email protected]
with:
coverageLocations: |
${{github.workspace}}/coverage/.resultset.json:simplecov
Expand Down

0 comments on commit 80099da

Please sign in to comment.