Skip to content

Commit 8416905

Browse files
committed
testing coverage across packages
1 parent 6fb298c commit 8416905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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)