mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Include vendor/k8s.io in coverage.
This commit is contained in:
parent
bc79dcfd05
commit
9ec5b7ffde
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user