-
Notifications
You must be signed in to change notification settings - Fork 517
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
refactor: reorganize JibService#build to support multiple target tar image files #3087
Conversation
…image files Signed-off-by: Marc Nuri <[email protected]>
Eclipse JKube CI ReportStarted new GH workflow run for #3087 (2024-05-22T10:38:30Z) ⚙️ JKube E2E Tests (9189601789)
|
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3087 +/- ##
=============================================
+ Coverage 59.36% 71.02% +11.66%
- Complexity 4586 5077 +491
=============================================
Files 500 489 -11
Lines 21211 19452 -1759
Branches 2830 2501 -329
=============================================
+ Hits 12591 13816 +1225
+ Misses 7370 4417 -2953
+ Partials 1250 1219 -31 ☔ View full report in Codecov by Sentry. |
Needs changes in the Spring Boot E2E test for Jib |
Description
refactor: reorganize JibService#build to support multiple target tar image files
Relates to #2098
Type of change
test, version modification, documentation, etc.)
Checklist