-
-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
After bumping the version to v2.14.1, I am facing the issue on github action. The job failed with the following error:
{"Threshold":75,"Path":"^internal/resourcelock$"},{"Threshold":84,"Path":"^internal/webhookcert$"},{"Threshold":85,"Path":"^webhook
{"level":"error","error":"could not find file [github.com/my-org/my-project/apis/operator/v1alpha1/telemetry_types.go]","message":"failed to generate coverage statistics"}
When I run it locally, the issue is not present.
There is a screenshot from CI:
The file causing the issue is excluded
exclude:
# Exclude files or packages matching their paths
paths:
- ^apis
It seems to be similar to #178
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working