You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
I have got the kubernetes coverprofile with make test, I want to convert the profile to html with gocov-html, but when I run gocov to convert the combined-coverage.out to json format under the dir of /opt/zz/kubernetes which is the source root of my code, it raise the following error messages: error: open /opt/zz/kubernetes/vendor/k8s.io/kubernetes/vendor/k8s.io/api/core/v1/generated.pb.go: no such file or directory unmarshal coverage data: unexpected end of JSON input
I found that the file exist, but the path with duplicate parts, the exist file path is /opt/zz/kubernetes/vendor/k8s.io/api/core/v1/generated.pb.go, I guess that there must be some misconfiguration, can anyone help me?
The text was updated successfully, but these errors were encountered:
I have got the kubernetes coverprofile with make test, I want to convert the profile to html with gocov-html, but when I run gocov to convert the combined-coverage.out to json format under the dir of /opt/zz/kubernetes which is the source root of my code, it raise the following error messages:
error: open /opt/zz/kubernetes/vendor/k8s.io/kubernetes/vendor/k8s.io/api/core/v1/generated.pb.go: no such file or directory unmarshal coverage data: unexpected end of JSON input
I found that the file exist, but the path with duplicate parts, the exist file path is /opt/zz/kubernetes/vendor/k8s.io/api/core/v1/generated.pb.go, I guess that there must be some misconfiguration, can anyone help me?
The text was updated successfully, but these errors were encountered: