-
Notifications
You must be signed in to change notification settings - Fork 529
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
deps: bump spring-boot version in integration tests to latest 2 (2.7.17) #2450
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #2450 (2023-11-17T08:59:12Z) ⚙️ JKube E2E Tests (6901770516)
|
9553d2c
to
ed79cb6
Compare
Some integration tests are failing on JDK 11 |
ed79cb6
to
9a01281
Compare
Signed-off-by: Marc Nuri <[email protected]>
9a01281
to
6dcb3f5
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.21) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2450 +/- ##
============================================
+ Coverage 59.36% 61.27% +1.91%
- Complexity 4586 4847 +261
============================================
Files 500 520 +20
Lines 21211 21515 +304
Branches 2830 2858 +28
============================================
+ Hits 12591 13184 +593
+ Misses 7370 7099 -271
+ Partials 1250 1232 -18 ☔ View full report in Codecov by Sentry. |
Description
deps: bump spring-boot version in integration tests to latest 2 (2.7.17)
Having a uniform version will prevent multiple versions from being downloaded from Maven Central and improve the overall test run performance.
Type of change
test, version modification, documentation, etc.)
Checklist