Skip to content

Commit

Permalink
Debugging 3
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosba committed Feb 19, 2025
1 parent 32da869 commit c22a2b8
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 @@ -114,7 +114,7 @@ jobs:
git clone -b 0.10.3 https://github.com/codeclimate/test-reporter /tmp/go/src/github.com/codeclimate/test-reporter
cd test
sed -i 's/\/app\/pender/\/home\/runner\/work\/pender\/pender/g' .resultset.json # convert container-paths to local-paths
echo "Debugging: GIT_COMMITTED_AT=$GIT_COMMITTED_AT GIT_COMMIT_TIMESTAMP=$GIT_COMMIT_TIMESTAMP"
echo "Debugging: GIT_COMMIT_SHA = $GIT_SHA"
GIT_COMMIT_SHA=$GIT_SHA GIT_COMMITTED_AT=$GIT_COMMITTED_AT ./cc-test-reporter format-coverage .resultset.json -t simplecov -o codeclimate.json
sed -i 's/\/home\/runner\/work\/pender\///g' codeclimate.json
cp codeclimate.json ../coverage/
Expand Down

0 comments on commit c22a2b8

Please sign in to comment.