-
Notifications
You must be signed in to change notification settings - Fork 515
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
updated setUp() function #2798
updated setUp() function #2798
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #2798 (2024-03-12T00:47:54Z) ⚙️ JKube E2E Tests (8241693456)
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2798 +/- ##
=============================================
+ Coverage 59.36% 70.60% +11.24%
- Complexity 4586 5013 +427
=============================================
Files 500 486 -14
Lines 21211 19457 -1754
Branches 2830 2506 -324
=============================================
+ Hits 12591 13738 +1147
+ Misses 7370 4495 -2875
+ Partials 1250 1224 -26 ☔ View full report in Codecov by Sentry. |
@sraghav42 Welcome, Thanks a lot for contributing to Eclipse JKube 👍, In order to contribute to Eclipse, you would need to create an Eclipse Account and Sign Eclipse Contributor Agreement. Once you've created an eclipse account you would need to update your commit message with a
|
Signed-off-by: sraghav42 sraghav42@gmail.com
Hello @rohanKanojia, i have updated the commit message to include the Signed-off-by: footer. |
Quality Gate passedIssues Measures |
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!
Description
Fixes #2720 - KubernetesWatchTaskTest.setUp The declared Exception exception is never thrown
Type of change
test, version modification, documentation, etc.)
Checklist