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

chore: use any instead of interface

937635b
Select commit
Loading
Failed to load commit list.
Merged

chore: use any instead of interface #267

chore: use any instead of interface
937635b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 8, 2024 in 0s

20.69% (+0.00%) compared to 460d3b6

View this Pull Request on Codecov

20.69% (+0.00%) compared to 460d3b6

Details

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.