Skip to content

Commit 15ddc91

Browse files
committed
testing coverage across packages
1 parent 347335c commit 15ddc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ script:
1919
- golangci-lint run
2020
# Build and test
2121
- go build
22-
- go test -timeout 20m -v -coverprofile=coverage.txt -covermode=atomic ./...
22+
- go test -timeout 20m -v -coverpkg=./... -coverprofile=coverage.txt -covermode=atomic ./...
2323

2424
after_success:
2525
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)