-
Notifications
You must be signed in to change notification settings - Fork 541
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
test (jkube-kit/build/service/buildpacks) : Refactor AbstractBuildPackCliDownloaderTest to initialize server only once #2569
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #2569 (2024-01-17T16:37:29Z) ⚙️ JKube E2E Tests (7558766923)
|
…kCliDownloaderTest to initialize server only once Follow up to eclipse-jkube#2495 Update TestHttpStaticServer used in tests to be initialized only once, holding both valid and invalid upload directories. Only change the download url properties in setup methods where needed. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
aef9af1
to
ea9bc24
Compare
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2569 +/- ##
=============================================
+ Coverage 59.36% 70.00% +10.64%
- Complexity 4586 4937 +351
=============================================
Files 500 476 -24
Lines 21211 19264 -1947
Branches 2830 2492 -338
=============================================
+ Hits 12591 13485 +894
+ Misses 7370 4551 -2819
+ Partials 1250 1228 -22 ☔ View full report in Codecov by Sentry. |
Description
Follow up to #2495
Update TestHttpStaticServer used in tests to be initialized only once, holding both valid and invalid upload directories. Only change the download url properties in setup methods where needed.
Type of change
test, version modification, documentation, etc.)
Checklist