Closed joeyorlando closed 4 months ago
Attention: Patch coverage is 0%
with 552 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
main@5a6988e
). Learn more about missing BASE report.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I'm not entirely sure if make generate
is working 100% here? I get codegen'd results but an error when running the command:
❯ make generate
15:12:51 [ .. ] generating provider schema for grafana/grafana 3.3.0
15:12:51 [ OK ] generating provider schema for grafana/grafana 3.3.0
15:12:51 [ .. ] verify go modules dependencies have expected content
all modules verified
15:12:53 [ OK ] go modules dependencies verified
15:12:53 [WARN] the source directory is not relative to the GOPATH at /Users/joeyorlando/go or you are you using symlinks. The build might run into issue. Please move the source directory to be at /Users/joeyorlando/go/src/github.com/grafana/crossplane-provider-grafana
15:12:54 [ .. ] go generate linux_arm64
Generated 48 resources!
angryjet: error: error loading packages using pattern ./...: /Users/joeyorlando/coding/grafana/crossplane-provider-grafana/apis/cloud/v1alpha1/zz_generated.managed.go:11:11: undefined: APIKey
exit status 1
apis/generate.go:31: running "go": exit status 1
15:13:12 [FAIL]
make[1]: *** [go.generate] Error 1
make: *** [generate] Error 2
Description of your changes
Closes https://github.com/grafana/oncall/issues/4410