Skip to content

Commit afc3883

Browse files
committed
Update to the latest version of the CodeClimate test coverage reporter
1 parent 0a57cbd commit afc3883

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,11 @@ jobs:
4848
ruby-version: 3.1
4949
bundler-cache: true
5050

51-
- name: Run tests
52-
run: bundle exec rake spec
5351

5452
- name: Report test coverage
55-
uses: paambaati/codeclimate-action@v3.2.0
53+
uses: paambaati/codeclimate-action@v9
5654
env:
5755
CC_TEST_REPORTER_ID: 89aff99f016ae5eb4bc5437c5e1b1ea6ffaacd8b20cea6b4873288a822bdb9ee
5856
with:
57+
coverageCommand: bundle exec rake spec
5958
coverageLocations: ${{github.workspace}}/coverage/lcov/*.lcov:lcov

0 commit comments

Comments
 (0)