Merge pull request #69952 from Katharine/include-staging

Include vendor/k8s.io in coverage instrumentation
pull/58/head
k8s-ci-robot 2018-10-18 14:44:28 -07:00 committed by GitHub
commit 3fdb1e6bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ kube::golang::build_some_binaries() {
go test -c -o "$(kube::golang::outfile_for_binary "${package}" "${platform}")" \
-covermode count \
-coverpkg k8s.io/... \
-coverpkg k8s.io/...,k8s.io/kubernetes/vendor/k8s.io/... \
"${build_args[@]}" \
-tags coverage \
"${package}"