Extend test coverage to all packages

This commit is contained in:
stefanprodan
2019-03-05 11:59:40 +02:00
parent 9a9964c968
commit ac544eea4b
+1 -1
View File
@@ -21,7 +21,7 @@ script:
- set -e
- make test-fmt
- make test-codegen
- go test -race -coverprofile=coverage.txt -covermode=atomic ./pkg/controller/
- go test -race -coverprofile=coverage.txt -covermode=atomic $(go list ./pkg/...)
- make build
after_success: