-
Notifications
You must be signed in to change notification settings - Fork 551
issue resolved by adding final keyword #1853
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
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #1853 (2022-10-22T04:08:22Z) ⚙️ JKube E2E Tests (3301825771)
|
private final KitLogger logger; | ||
private final LogWaitCheckerCallback callback; | ||
private final Pattern pattern; | ||
private StringBuilder logBuffer; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, the issue is only related to the LogRequestor.java file, please revert changes to this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@manusa can you check now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thx!
Kudos, SonarCloud Quality Gate passed!
|
Codecov Report
@@ Coverage Diff @@
## master #1853 +/- ##
=========================================
Coverage 53.00% 53.00%
Complexity 3938 3938
=========================================
Files 464 464
Lines 20744 20744
Branches 2809 2809
=========================================
Hits 10996 10996
Misses 8622 8622
Partials 1126 1126
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Description
Fixes #1834
Type of change
test, version modification, documentation, etc.)
Checklist