-
Notifications
You must be signed in to change notification settings - Fork 542
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
Issue Fix #2601 : Fix windows tests in jkube-kit/build/api
module
#2629
Conversation
…ckDefaultFilter for Windows Signed-off-by: l3002 <tanmaymathpal4545@gmail.com>
… for Windows Signed-off-by: l3002 <tanmaymathpal4545@gmail.com>
…dows Signed-off-by: l3002 <tanmaymathpal4545@gmail.com>
Eclipse JKube CI ReportStarted new GH workflow run for #2629 (2024-02-12T09:39:56Z) ⚙️ JKube E2E Tests (7869700028)
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2629 +/- ##
=============================================
+ Coverage 59.36% 70.47% +11.11%
- Complexity 4586 4998 +412
=============================================
Files 500 486 -14
Lines 21211 19456 -1755
Branches 2830 2504 -326
=============================================
+ Hits 12591 13712 +1121
+ Misses 7370 4521 -2849
+ Partials 1250 1223 -27 ☔ View full report in Codecov by Sentry. |
jkube-kit/build/api
module
@l3002 : Was |
@rohanKanojia : yeah, it was building successfully after the given changes. Though a few tests are still failing in |
@rohanKanojia, Do you mind if I pick #2640 up? Or Have you already planned on assigning it to someone else? I am already trying to figure out the cause of that issue. |
|
Description
Fixes #2601
Modified all the unit tests failing for Windows during the execution of
mvn clean install
.Type of change
test, version modification, documentation, etc.)
Checklist