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 06ea231 commit a9d6cabCopy full SHA for a9d6cab
.travis.yml
@@ -18,7 +18,7 @@ before_install:
18
- go get golang.org/x/tools/cmd/cover
19
20
install:
21
- - go get -v .
+ - go get -v ./...
22
23
script:
24
- go test -v ./... -coverprofile=coverage.txt -covermode=atomic
0 commit comments