Unverified Commit 3fdb1e6b authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #69952 from Katharine/include-staging

Include vendor/k8s.io in coverage instrumentation
parents 125cb7b1 9ec5b7ff
...@@ -555,7 +555,7 @@ kube::golang::build_some_binaries() { ...@@ -555,7 +555,7 @@ kube::golang::build_some_binaries() {
go test -c -o "$(kube::golang::outfile_for_binary "${package}" "${platform}")" \ go test -c -o "$(kube::golang::outfile_for_binary "${package}" "${platform}")" \
-covermode count \ -covermode count \
-coverpkg k8s.io/... \ -coverpkg k8s.io/...,k8s.io/kubernetes/vendor/k8s.io/... \
"${build_args[@]}" \ "${build_args[@]}" \
-tags coverage \ -tags coverage \
"${package}" "${package}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment