Skip to content

Commit 32e26ac

Browse files
committed
test: disable code coverage collecting temporarily
1 parent 8b5f797 commit 32e26ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ before_install:
99
- GO111MODULE=off go get github.com/mattn/goveralls
1010

1111
script:
12-
- go test -covermode=count -coverprofile=profile.cov ./pkg/...
13-
- $GOPATH/bin/goveralls -coverprofile=profile.cov -service=travis-ci
12+
#- go test -covermode=count -coverprofile=profile.cov ./pkg/...
13+
#- $GOPATH/bin/goveralls -coverprofile=profile.cov -service=travis-ci
1414
- make verify
1515
- make smb-windows
1616
- make container

0 commit comments

Comments
 (0)