-
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
refactor: rename JibBuildService to JibImageBuildService #3062
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #3062 (2024-05-16T14:00:15Z) ⚙️ JKube E2E Tests (9113379068)
|
Allows for a new JibService generic service class that wraps JibServiceUtil Signed-off-by: Marc Nuri <marc@marcnuri.com>
c926f60
to
3e81a19
Compare
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3062 +/- ##
=============================================
+ Coverage 59.36% 70.99% +11.63%
- Complexity 4586 5069 +483
=============================================
Files 500 488 -12
Lines 21211 19433 -1778
Branches 2830 2501 -329
=============================================
+ Hits 12591 13797 +1206
+ Misses 7370 4419 -2951
+ Partials 1250 1217 -33 ☔ View full report in Codecov by Sentry. |
Description
Allows for a new JibService generic service class that wraps JibServiceUtil
relates to #2098
Type of change
test, version modification, documentation, etc.)
Checklist