Update test.sh with coveralls job inclusion

This commit is contained in:
Kuralamudhan Ramakrishnan
2018-08-17 15:52:57 +01:00
committed by rkamudhan
parent e43f06b61d
commit 86af6ab69f
2 changed files with 2 additions and 3 deletions

View File

@@ -13,5 +13,5 @@ export GO15VENDOREXPERIMENT=1
export GOBIN=${PWD}/bin
export GOPATH=${PWD}/gopath
bash -c "umask 0; cd ${GOPATH}/src/${REPO_PATH}; PATH=${GOROOT}/bin:$(pwd)/bin:${PATH} go test ./..."
bash -c "umask 0; cd ${GOPATH}/src/${REPO_PATH}; PATH=${GOROOT}/bin:$(pwd)/bin:${PATH} go test -v -covermode=count -coverprofile=coverage.out ./..."