• Kubernetes Submit Queue's avatar
    Merge pull request #31949 from asalkeld/fix-coverage · a89e4785
    Kubernetes Submit Queue authored
    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
    ```
    a89e4785
Name
Last commit
Last update
..
client.go Loading commit data...
client_test.go Loading commit data...
config.go Loading commit data...
config_test.go Loading commit data...
plugin.go Loading commit data...
plugin_test.go Loading commit data...
request.go Loading commit data...
request_test.go Loading commit data...
transport.go Loading commit data...
url_utils.go Loading commit data...
url_utils_test.go Loading commit data...
urlbackoff.go Loading commit data...
urlbackoff_test.go Loading commit data...
versions.go Loading commit data...