Skip to content

Commit df2215b

Browse files
committed
Remove obsolete workaround
Fixed in codeclimate/test-reporter#488
1 parent 3f66355 commit df2215b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ jobs:
2626
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
2727
- run: bundle exec rake
2828
- 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
29+
run: ./cc-test-reporter format-coverage --input-type simplecov --output 'codeclimate-${{ matrix.ruby-version }}.json' coverage/.resultset.json
3330
- uses: actions/upload-artifact@v3
3431
with:
3532
name: coverages

0 commit comments

Comments
 (0)