From bef390005194a9beeb97aab25118999fe596b5a0 Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Sat, 17 Mar 2018 15:42:27 +1100 Subject: [PATCH] Move CC_TEST_REPORTER_ID into circle.yml for pull requests --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ae8ec3d..2e55768 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ jobs: command: | ./cc-test-reporter before-build go test -v -coverprofile=c.out ./... - ./cc-test-reporter after-build --exit-code $? + export CC_TEST_REPORTER_ID=5a29fe5d2c613af8a8a4f41f8e3a0a0d74895ecc6dc5deb84664ad46a48d1ce6 ./cc-test-reporter after-build --exit-code $? lint: <<: *defaults