-
Notifications
You must be signed in to change notification settings - Fork 647
chore: fix make gen-check #7937
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for cerulean-figolla-1f9435 canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7937 +/- ##
==========================================
- Coverage 72.80% 72.78% -0.02%
==========================================
Files 237 237
Lines 35475 35475
==========================================
- Hits 25827 25821 -6
- Misses 7807 7812 +5
- Partials 1841 1842 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
tools/make/common.mk
Outdated
| @@ -128,7 +128,7 @@ export USAGE_OPTIONS | |||
|
|
|||
| .PHONY: generate | |||
| generate: ## Generate go code from templates and tags | |||
| generate: kube-generate docs-api helm-generate go.generate kube-generate-examples | |||
| generate: kube-generate docs-api go.generate kube-generate-examples | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesnt this make generate ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe we should move helm template out of helm-generate
e244a79 to
f9c2997
Compare
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
960888a to
9ec0654
Compare
helm templatefromhelm-genreatehelm-templatepart of thegen-checkbut aftermanifest