-
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
SecretEnricher getSecretsFromXmlConfig should return Collections.emptyList() instead of null #2610
Conversation
…yList() instead of null eclipse-jkube#2530
…yList() instead of null eclipse-jkube#2530
…into issue#2530 # Conflicts: # jkube-kit/enricher/generic/src/main/java/org/eclipse/jkube/enricher/generic/SecretEnricher.java
…yList() instead of null
…into issue#2530
Eclipse JKube CI ReportStarted new GH workflow run for #2610 (2024-02-04T08:07:44Z) ⚙️ JKube E2E Tests (7772614197)
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2610 +/- ##
=============================================
+ Coverage 59.36% 70.33% +10.97%
- Complexity 4586 4962 +376
=============================================
Files 500 480 -20
Lines 21211 19308 -1903
Branches 2830 2494 -336
=============================================
+ Hits 12591 13580 +989
+ Misses 7370 4500 -2870
+ Partials 1250 1228 -22 ☔ View full report in Codecov by Sentry. |
@sankritimishra : Could you please update your master and then rebase this branch? Your branch seems to be outdated. |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Description
SecretEnricher getSecretsFromXmlConfig should return Collections.emptyList() instead of nullFixes #2530
Type of change
test, version modification, documentation, etc.)
Checklist