Skip to content

Commit

Permalink
change relative path of cc-test-reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
dmou committed Nov 6, 2024
1 parent 93eb072 commit 4d9d1be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ jobs:
export GOPATH=/tmp/go
mkdir -p /tmp/go/src/github.com/codeclimate
git clone -b 0.10.3 https://github.com/codeclimate/test-reporter /tmp/go/src/github.com/codeclimate/test-reporter
GIT_COMMIT_SHA=$GIT_SHA GIT_COMMITTED_AT=$GIT_COMMITTED_AT ./cc-test-reporter format-coverage -t simplecov --output codeclimate.json .resultset.json
GIT_COMMIT_SHA=$GIT_SHA GIT_COMMITTED_AT=$GIT_COMMITTED_AT ./test/cc-test-reporter format-coverage -t simplecov --output codeclimate.json .resultset.json
cat codeclimate.json
# cat ../coverage/codeclimate.json | sed 's/\/app\///g' | ./cc-test-reporter upload-coverage -r $cc_test_reporter_id --input -
# cat ../coverage/codeclimate.json | sed 's/\/app\///g' | ./test/cc-test-reporter upload-coverage -r $cc_test_reporter_id --input -
- name: Reset cache
id: reset-cache
Expand Down

0 comments on commit 4d9d1be

Please sign in to comment.