Skip to content

Commit

Permalink
Merge pull request kubernetes#69952 from Katharine/include-staging
Browse files Browse the repository at this point in the history
Include vendor/k8s.io in coverage instrumentation
  • Loading branch information
k8s-ci-robot authored Oct 18, 2018
2 parents 125cb7b + 9ec5b7f commit 3fdb1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/lib/golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 3fdb1e6

Please sign in to comment.