diff --git a/Makefile b/Makefile index 62574429..863e4653 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ release: make build-all test-ci: clean compile test-deps - SASS=`which sass` STATPING_DIR=${GOPATH}/src/github.com/statping/statping go test -v -covermode=count -coverprofile=coverage.out -p=4 ./... + SASS=`which sass` go test -v -covermode=count -coverprofile=coverage.out -p=1 ./... goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS bash <(curl -s https://codecov.io/bash)