Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit bfd4214

Browse files
author
Jon Perritt
committed
run unit tests and compute coverage simultaneously
1 parent c22a8b9 commit bfd4214

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ before_install:
1515
- go get github.com/pierrre/gotestcover
1616
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
1717
script:
18-
- script/cibuild
18+
- exec $HOME/gopath/bin/gotestcover -v -tags=fixtures -coverprofile=cover.out ./...
1919
after_success:
20-
- $HOME/gopath/bin/gotestcover -tags=fixtures -coverprofile=cover.out ./...
2120
- $HOME/gopath/bin/goveralls -service=travis-ci -coverprofile=cover.out

0 commit comments

Comments
 (0)