There was an error while loading. Please reload this page.
1 parent 0a57cbd commit afc3883Copy full SHA for afc3883
.github/workflows/main.yml
@@ -48,12 +48,11 @@ jobs:
48
ruby-version: 3.1
49
bundler-cache: true
50
51
- - name: Run tests
52
- run: bundle exec rake spec
53
54
- name: Report test coverage
55
- uses: paambaati/codeclimate-action@v3.2.0
+ uses: paambaati/codeclimate-action@v9
56
env:
57
CC_TEST_REPORTER_ID: 89aff99f016ae5eb4bc5437c5e1b1ea6ffaacd8b20cea6b4873288a822bdb9ee
58
with:
+ coverageCommand: bundle exec rake spec
59
coverageLocations: ${{github.workspace}}/coverage/lcov/*.lcov:lcov
0 commit comments