Move CC_TEST_REPORTER_ID into circle.yml for pull requests
This commit is contained in:
parent
8f38f948a3
commit
bef3900051
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
./cc-test-reporter before-build
|
./cc-test-reporter before-build
|
||||||
go test -v -coverprofile=c.out ./...
|
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:
|
lint:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|
Loading…
Reference in a new issue