mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Automatic merge from submit-queue Ignore troublesome paths that cause coverage to fail **What this PR does / why we need it**: `KUBE_COVER=y make check` currently fails, this patch fixes it. **Which issue this PR fixes** fixes #31691 **Special notes for your reviewer**: None **Release note**: ```release-note NONE ``` This avoids the whole command failing because of errors like the following: ``` # cover k8s.io/kubernetes/pkg/client/restclient cover: internal error: block 268 overlaps block 270 ``` |
||
|---|---|---|
| .. | ||
| client.go | ||
| client_test.go | ||
| config.go | ||
| config_test.go | ||
| plugin.go | ||
| plugin_test.go | ||
| request.go | ||
| request_test.go | ||
| transport.go | ||
| url_utils.go | ||
| url_utils_test.go | ||
| urlbackoff.go | ||
| urlbackoff_test.go | ||
| versions.go | ||