We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f66355 commit df2215bCopy full SHA for df2215b
.github/workflows/test.yml
@@ -26,10 +26,7 @@ jobs:
26
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
27
- run: bundle exec rake
28
- name: Format coverage
29
- run: |
30
- # Workaround for https://github.com/codeclimate/test-reporter/issues/495
31
- jq 'walk(try .lines // .)' coverage/.resultset.json > coverage/workaround.resultset.json
32
- ./cc-test-reporter format-coverage --input-type simplecov --output 'codeclimate-${{ matrix.ruby-version }}.json' coverage/workaround.resultset.json
+ run: ./cc-test-reporter format-coverage --input-type simplecov --output 'codeclimate-${{ matrix.ruby-version }}.json' coverage/.resultset.json
33
- uses: actions/upload-artifact@v3
34
with:
35
name: coverages
0 commit comments