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: init controller-runtime logger #6453

Merged
merged 2 commits into from
Oct 17, 2024

move go package into upper require block

008c579
Select commit
Loading
Failed to load commit list.
Merged

fix: init controller-runtime logger #6453

move go package into upper require block
008c579
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 17, 2024 in 0s

15.62% (target 10.00%)

View this Pull Request on Codecov

15.62% (target 10.00%)

Details

Codecov Report

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

Project coverage is 15.62%. Comparing base (b46e4bf) to head (008c579).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
pkg/k8sclient/client.go 80.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6453      +/-   ##
==========================================
+ Coverage   15.61%   15.62%   +0.01%     
==========================================
  Files        3674     3674              
  Lines      311277   311625     +348     
==========================================
+ Hits        48604    48699      +95     
- Misses     257248   257471     +223     
- Partials     5425     5455      +30     
Files with missing lines Coverage Δ
pkg/k8sclient/client.go 20.00% <80.00%> (+12.85%) ⬆️

... and 9 files with indirect coverage changes