Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

deps: align ginkgo CLI to lib, use available helm-operator-plugins API improvements #855

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

joelanford
Copy link
Member

Fixes #534

@joelanford joelanford requested a review from a team as a code owner April 9, 2024 18:01
Copy link

codecov bot commented Apr 9, 2024

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 37.28%. Comparing base (08f272f) to head (3277fda).
Report is 3 commits behind head on main.

Files Patch % Lines
...l/controllers/bundledeployment/bundledeployment.go 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #855      +/-   ##
==========================================
+ Coverage   36.63%   37.28%   +0.64%     
==========================================
  Files           9        9              
  Lines         868      853      -15     
==========================================
  Hits          318      318              
+ Misses        506      491      -15     
  Partials       44       44              

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

Copy link

@perdasilva perdasilva left a comment

Choose a reason for hiding this comment

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

lgtm

@@ -29,11 +29,11 @@ $(CONTROLLER_GEN): $(BINGO_DIR)/controller-gen.mod
@echo "(re)installing $(GOBIN)/controller-gen-v0.14.0"
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=controller-gen.mod -o=$(GOBIN)/controller-gen-v0.14.0 "sigs.k8s.io/controller-tools/cmd/controller-gen"

GINKGO := $(GOBIN)/ginkgo-v2.15.0
GINKGO := $(GOBIN)/ginkgo-v2.17.1

Choose a reason for hiding this comment

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

non-blocking, but would it be worth it to put the ginkgo version in a variable?

Copy link
Contributor

Choose a reason for hiding this comment

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

@perdasilva This is an auto generated file by the bingo tool

Copy link
Contributor

@everettraven everettraven left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 10, 2024
@everettraven everettraven added this pull request to the merge queue Apr 10, 2024
Merged via the queue into operator-framework:main with commit c28caf5 Apr 10, 2024
9 of 10 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor helm provisioner with operator-framework/helm-operator-plugins#195 changes
3 participants