Skip to content

Commit

Permalink
Trying to fix coverage formatting, take 1
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosba committed Nov 6, 2024
1 parent 2f43027 commit 4722db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
echo '------ .resultset.json START ------'
cat .resultset.json # Debugging
echo '------- .resultset.json END -------'
GIT_COMMIT_SHA=$GIT_SHA GIT_COMMITTED_AT=$GIT_COMMITTED_AT ./cc-test-reporter format-coverage .resultset.json --input-type simplecov --output codeclimate.json
GIT_COMMIT_SHA=$GIT_SHA GIT_COMMITTED_AT=$GIT_COMMITTED_AT ./cc-test-reporter format-coverage -t simplecov --output codeclimate.json .resultset.json
cat codeclimate.json
# cat codeclimate.json | sed 's/\/app\///g' | ./cc-test-reporter upload-coverage -r $cc_test_reporter_id --input -
Expand Down

0 comments on commit 4722db8

Please sign in to comment.