-
Notifications
You must be signed in to change notification settings - Fork 523
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: remove unused import from KubernetesClientUtilTest.java #3045
Conversation
Signed-off-by: ryukaizen <[email protected]>
Eclipse JKube CI ReportStarted new GH workflow run for #3045 (2024-05-12T13:36:49Z) ⚙️ JKube E2E Tests (9051746489)
|
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3045 +/- ##
=============================================
+ Coverage 59.36% 70.87% +11.51%
- Complexity 4586 5087 +501
=============================================
Files 500 490 -10
Lines 21211 19593 -1618
Branches 2830 2528 -302
=============================================
+ Hits 12591 13887 +1296
+ Misses 7370 4478 -2892
+ Partials 1250 1228 -22 ☔ View full report in Codecov by Sentry. |
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!
Description
Fixes #2924
Type of change
test, version modification, documentation, etc.)
Checklist