File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166166 go install github.com/mattn/goveralls
167167 go install github.com/modocache/gover
168168 go get golang.org/x/crypto/ssh/terminal
169- - run : go test -v ./... -coverprofile=mta.coverprofile
169+ - run : go test -v ./... -coverprofile=mta.coverprofile -count=1 -timeout 30m
170170 - run : gover
171171 - run : goveralls -v -service=circle-ci -coverprofile=gover.coverprofile -repotoken $COVERALLS_TOKEN
172172
Original file line number Diff line number Diff line change 7373 go test -v -count=1 -timeout 30m ./...
7474# check code coverage
7575cover :
76- go test -v -coverprofile cover.out ./...
76+ go test -v -coverprofile cover.out ./... -count=1 -timeout 30m
7777 go tool cover -html=cover.out -o cover.html
7878 open cover.html
7979
You can’t perform that action at this time.
0 commit comments