Skip to content

Commit 1d1942c

Browse files
yasirfolio3Michael Ng
authored andcommitted
fix(coveralls): Fix for Coveralls to generate coverage for all packages. (#57)
1 parent de5082b commit 1d1942c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ before_script:
1111
- go get -u golang.org/x/lint/golint
1212
script:
1313
- golint ./...
14-
- $GOPATH/bin/goveralls -service=travis-ci
14+
- go test -v -race ./... -coverprofile=profile.cov
15+
- $GOPATH/bin/goveralls -coverprofile=profile.cov -service=travis-ci
1516
stages:
1617
- 'Integration tests'
1718
- 'Test'

0 commit comments

Comments
 (0)