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 fad85d6 commit 0016999Copy full SHA for 0016999
.travis.yml
@@ -7,7 +7,7 @@ before_install:
7
- go get -t -v ./...
8
9
script:
10
- - go test ./... -race -coverprofile=coverage.txt -covermode=atomic
+ - go test -race -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... ./...
11
12
after_success:
13
- bash <(curl -s https://codecov.io/bash)
0 commit comments