-
Notifications
You must be signed in to change notification settings - Fork 527
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
KubernetesResourceUtil.ensureHasPort unnecessary 'null' check before 'equals()' call #2580 #2589
Conversation
Fix issue eclipse-jkube#2580: null-check
Update KubernetesResourceUtil.java
Eclipse JKube CI ReportStarted new GH workflow run for #2589 (2024-01-30T21:14:42Z) ⚙️ JKube E2E Tests (7717434774)
|
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2589 +/- ##
=============================================
+ Coverage 59.36% 70.34% +10.98%
- Complexity 4586 4964 +378
=============================================
Files 500 480 -20
Lines 21211 19306 -1905
Branches 2830 2494 -336
=============================================
+ Hits 12591 13581 +990
+ Misses 7370 4499 -2871
+ Partials 1250 1226 -24 ☔ View full report in Codecov by Sentry. |
Description
Fixes #2580
Fixed 'null' check before 'equals()' call #2580
Type of change
test, version modification, documentation, etc.)
Checklist