-
Notifications
You must be signed in to change notification settings - Fork 528
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: functional tests for PodLogService #2538
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #2538 (2024-01-11T14:15:44Z) ⚙️ JKube E2E Tests (7489781994)
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2538 +/- ##
=============================================
+ Coverage 59.36% 69.61% +10.25%
- Complexity 4586 4872 +286
=============================================
Files 500 473 -27
Lines 21211 19141 -2070
Branches 2830 2485 -345
=============================================
+ Hits 12591 13325 +734
+ Misses 7370 4595 -2775
+ Partials 1250 1221 -29 ☔ View full report in Codecov by Sentry. |
...kit/config/service/src/test/java/org/eclipse/jkube/kit/config/service/PodLogServiceTest.java
Outdated
Show resolved
Hide resolved
These tests will serve as the base to allow for a refactoring of the Pod Log service. Signed-off-by: Marc Nuri <[email protected]>
f8b6c7a
to
0abf416
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Description
test: functional tests for PodLogService
These tests will serve as the base to allow for a refactoring of the Pod Log service.
Type of change
test, version modification, documentation, etc.)
Checklist