-
Notifications
You must be signed in to change notification settings - Fork 521
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
Remove unused imports #2932
Remove unused imports #2932
Conversation
…t in jkube/gradle-plugin/kubernetes/src/test/java/org/eclipse/jkube/gradle/plugin/task/KubernetesWatchTaskTest.java
Eclipse JKube CI ReportStarted new GH workflow run for #2932 (2024-04-17T19:48:45Z) ⚙️ JKube E2E Tests (8727679376)
|
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2932 +/- ##
=============================================
+ Coverage 59.36% 70.61% +11.25%
- Complexity 4586 5030 +444
=============================================
Files 500 488 -12
Lines 21211 19507 -1704
Branches 2830 2512 -318
=============================================
+ Hits 12591 13775 +1184
+ Misses 7370 4504 -2866
+ 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 #2928
Removed an unused import statement in jkube/gradle-plugin/kubernetes/src/test/java/org/eclipse/jkube/gradle/plugin/task/KubernetesWatchTaskTest.java
Type of change
test, version modification, documentation, etc.)
Checklist