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 347335c commit 15ddc91Copy full SHA for 15ddc91
.travis.yml
@@ -19,7 +19,7 @@ script:
19
- golangci-lint run
20
# Build and test
21
- go build
22
- - go test -timeout 20m -v -coverprofile=coverage.txt -covermode=atomic ./...
+ - go test -timeout 20m -v -coverpkg=./... -coverprofile=coverage.txt -covermode=atomic ./...
23
24
after_success:
25
- bash <(curl -s https://codecov.io/bash)
0 commit comments