We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5f797 commit 32e26acCopy full SHA for 32e26ac
.travis.yml
@@ -9,8 +9,8 @@ before_install:
9
- GO111MODULE=off go get github.com/mattn/goveralls
10
11
script:
12
- - go test -covermode=count -coverprofile=profile.cov ./pkg/...
13
- - $GOPATH/bin/goveralls -coverprofile=profile.cov -service=travis-ci
+ #- go test -covermode=count -coverprofile=profile.cov ./pkg/...
+ #- $GOPATH/bin/goveralls -coverprofile=profile.cov -service=travis-ci
14
- make verify
15
- make smb-windows
16
- make container
0 commit comments