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

chore: use any instead of interface #267

Merged
merged 1 commit into from
Jan 8, 2024
Merged

Conversation

eddycharly
Copy link
Member

Explanation

Use any instead of interface.

Signed-off-by: Charles-Edouard Brétéché <[email protected]>
Copy link

codecov bot commented Jan 8, 2024

Codecov Report

Attention: 105 lines in your changes are missing coverage. Please review.

Comparison is base (460d3b6) 20.69% compared to head (937635b) 20.69%.
Report is 1 commits behind head on main.

Files Patch % Lines
pkg/engine/template/kyverno/functions.go 0.00% 56 Missing ⚠️
pkg/engine/template/kyverno/arithmetic.go 0.00% 17 Missing ⚠️
pkg/engine/template/kyverno/time.go 0.00% 14 Missing ⚠️
pkg/engine/assert/parse.go 0.00% 5 Missing ⚠️
pkg/engine/assert/match.go 0.00% 4 Missing ⚠️
pkg/engine/assert/binding.go 0.00% 3 Missing ⚠️
pkg/engine/assert/assert.go 0.00% 2 Missing ⚠️
pkg/engine/template/kyverno/error.go 0.00% 2 Missing ⚠️
pkg/engine/assert/project.go 66.66% 1 Missing ⚠️
pkg/engine/template/kyverno/utils.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #267   +/-   ##
=======================================
  Coverage   20.69%   20.69%           
=======================================
  Files          32       32           
  Lines        2344     2344           
=======================================
  Hits          485      485           
  Misses       1833     1833           
  Partials       26       26           

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

@eddycharly eddycharly merged commit c8e0b74 into kyverno:main Jan 8, 2024
33 of 34 checks passed
@eddycharly eddycharly deleted the use-any branch January 8, 2024 17:58
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.

1 participant