Skip to content

Commit ac544ee

Browse files
committed
Extend test coverage to all packages
1 parent 9a9964c commit ac544ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ script:
2121
- set -e
2222
- make test-fmt
2323
- make test-codegen
24-
- go test -race -coverprofile=coverage.txt -covermode=atomic ./pkg/controller/
24+
- go test -race -coverprofile=coverage.txt -covermode=atomic $(go list ./pkg/...)
2525
- make build
2626

2727
after_success:

0 commit comments

Comments
 (0)