Skip to content

Commit

Permalink
Update coverage location
Browse files Browse the repository at this point in the history
  • Loading branch information
cmason committed Aug 17, 2023
1 parent 16956b0 commit a27da86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ jobs:
# Add or replace test runners here
- name: Run tests
run: bin/rails test:all
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
- name: Publish code coverage
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
coverageLocations: ${{github.workspace}}/coverage/.resultset.json:simplecov
coverageLocations: ${{github.workspace}}/coverage/coverage.json:simplecov


lint:
Expand Down

0 comments on commit a27da86

Please sign in to comment.