circle-ci upload tests

This commit is contained in:
Adrien Marquès 2018-11-16 06:54:02 +01:00
parent bf391fd5a0
commit 3c598ea419
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
command: go get github.com/xdrm-brackets/nix-amer
- run:
name: Unit tests
command: go test -v -cover -race -coverprofile=$COVER_PROFILE github.com/xdrm-brackets/nix-amer/...
command: go test -v -cover -race -coverprofile=$COVER_PROFILE github.com/xdrm-brackets/nix-amer/... | tee $TEST_RESULTS/out
- run:
name: Update coveralls.io
command: /go/bin/goveralls -coverprofile=$COVER_PROFILE -service=circle-ci -repotoken=$COVERALLS_TOKEN