mirror of https://github.com/statping/statping
travis-ci updates
parent
38c70da8da
commit
b088be1394
2
Makefile
2
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue