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 91daa53 commit 6daf907Copy full SHA for 6daf907
.github/workflows/test.yml
@@ -27,6 +27,8 @@ jobs:
27
- run: bundle exec rake
28
- name: Format coverage
29
run: |
30
+ # Workaround for https://github.com/codeclimate/test-reporter/issues/495
31
+ jq 'map_values(. | map_values(if type=="object" then map_values(.lines) else . end))' coverage/.resultset.json
32
./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:
0 commit comments