Skip to content
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

makefile enhancements #95

Merged
merged 1 commit into from
Jul 1, 2024
Merged

makefile enhancements #95

merged 1 commit into from
Jul 1, 2024

Conversation

eguzki
Copy link
Collaborator

@eguzki eguzki commented Jun 28, 2024

What

Some small fixes to the Makefile and make files to have clean help

make help

Usage:
  make <target>
  help                            Display this help.

Development
  test                            Run unit tests
  install                         Build and install kuadrantctl binary ($GOBIN or GOPATH/bin)
  prepare-local-cluster           Deploy locally kuadrant operator from the current code
  local-setup                     Sets up Kind cluster with GatewayAPI manifests
  local-cleanup                   Delete local cluster
  fmt                             Run go fmt ./...
  vet                             Run go vet ./...
  clean-cov                       Remove coverage reports
  run-lint                        Run linter tool (golangci-lint)
  ginkgo                          Download ginkgo locally if necessary.
  kind                            Download kind locally if necessary.
  kustomize                       Download kustomize locally if necessary.
  golangci-lint                   Download golangci-lint 

Gateway API resources
  gateway-api-install             Install Gateway API CRDs

Kind
  kind-create-cluster             Create the "kuadrantctl-local" kind cluster.
  kind-delete-cluster             Delete the "kuadrantctl-local" kind cluster.

@eguzki eguzki requested a review from a team June 28, 2024 08:40
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.66%. Comparing base (7296e1b) to head (815be5f).
Report is 60 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##            main      #95       +/-   ##
==========================================
+ Coverage   0.38%   58.66%   +58.27%     
==========================================
  Files         17       17               
  Lines        783      612      -171     
==========================================
+ Hits           3      359      +356     
+ Misses       780      181      -599     
- Partials       0       72       +72     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


.PHONY: kind
kind: $(KIND) ## Download kind locally if necessary.
.PHONY : help
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very fancy 🧐

@eguzki eguzki merged commit 4e9741b into main Jul 1, 2024
5 checks passed
@eguzki eguzki deleted the makefile-enhancements branch July 1, 2024 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants