-
Notifications
You must be signed in to change notification settings - Fork 519
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/unused imports in kubernetes config auth util test #3003
Chore/unused imports in kubernetes config auth util test #3003
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #3003 (2024-04-30T13:29:43Z) ⚙️ JKube E2E Tests (8895474054)
|
@pratikgurjar : Please ask on the issue to get assigned first before creating pull request directly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thx!
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3003 +/- ##
=============================================
+ Coverage 59.36% 70.81% +11.45%
- Complexity 4586 5081 +495
=============================================
Files 500 489 -11
Lines 21211 19580 -1631
Branches 2830 2527 -303
=============================================
+ Hits 12591 13866 +1275
+ Misses 7370 4486 -2884
+ Partials 1250 1228 -22 ☔ View full report in Codecov by Sentry. |
Description
Removed and rerranged the unused import from KubernetesConfigAuthUtilTest fileFixes #2925
Type of change
test, version modification, documentation, etc.)
Checklist