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

feat: add compiler to the binding api #2033

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

eddycharly
Copy link
Member

Explanation

Add compiler to the binding api.

Copy link

codecov bot commented Sep 28, 2024

Codecov Report

Attention: Patch coverage is 67.74194% with 10 lines in your changes missing coverage. Please review.

Project coverage is 67.35%. Comparing base (75ed8df) to head (ea78d54).
Report is 12 commits behind head on main.

Files with missing lines Patch % Lines
pkg/engine/bindings/bindings.go 40.00% 2 Missing and 1 partial ⚠️
pkg/engine/operations/apply/operation.go 0.00% 1 Missing ⚠️
pkg/engine/operations/create/operation.go 0.00% 1 Missing ⚠️
pkg/engine/operations/delete/operation.go 0.00% 1 Missing ⚠️
pkg/engine/operations/errors/resource.go 0.00% 1 Missing ⚠️
pkg/engine/operations/patch/operation.go 0.00% 1 Missing ⚠️
pkg/engine/operations/update/operation.go 0.00% 1 Missing ⚠️
pkg/runner/processors/namespace.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2033      +/-   ##
==========================================
- Coverage   67.37%   67.35%   -0.03%     
==========================================
  Files         137      137              
  Lines        6529     6534       +5     
==========================================
+ Hits         4399     4401       +2     
- Misses       1810     1812       +2     
- Partials      320      321       +1     

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

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
@eddycharly
Copy link
Member Author

/cherry-pick release-0.2

@eddycharly eddycharly marked this pull request as ready for review September 28, 2024 20:02
@eddycharly eddycharly requested a review from a team as a code owner September 28, 2024 20:02
@eddycharly eddycharly merged commit 4f2bc3c into kyverno:main Sep 29, 2024
16 of 17 checks passed
@eddycharly eddycharly deleted the binding-compiler branch September 29, 2024 12:43
gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Sep 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
eddycharly added a commit that referenced this pull request Sep 29, 2024
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant