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

fix(helm-operator): do not send empty patch requests to kube apiserver #139

Merged

Conversation

varshaprasad96
Copy link
Member

The change filters out empty patches generated from the 3-way merge,
which could be in the form of the "{}" byte array that
represents an empty map.

Reference: operator-framework/operator-sdk#4957
Co-authored-by: Cheuk Lam

@coveralls
Copy link

coveralls commented Dec 6, 2021

Pull Request Test Coverage Report for Build 1546340797

  • 5 of 7 (71.43%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 62.335%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/client/actionclient.go 5 7 71.43%
Totals Coverage Status
Change from base Build 1543355069: 0.1%
Covered Lines: 1703
Relevant Lines: 2732

💛 - Coveralls

The change filters out empty patches generated from the 3-way merge,
which could be in the form of the "{}" byte array that
represents an empty map.

Reference: operator-framework/operator-sdk#4957
Co-authored-by: Cheuk Lam
Copy link
Member

@joelanford joelanford 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 Dec 6, 2021
@varshaprasad96 varshaprasad96 merged commit 2c20f02 into operator-framework:main Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/sdk area/testing lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants