-
Notifications
You must be signed in to change notification settings - Fork 538
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
Update OpenShiftHelmLintTaskTest.java #2977
Update OpenShiftHelmLintTaskTest.java #2977
Conversation
removed the unused imports.
Eclipse JKube CI ReportStarted new GH workflow run for #2977 (2024-04-25T07:37:33Z) ⚙️ JKube E2E Tests (8828612735)
|
@kushagrasinha123ks 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
|
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2977 +/- ##
=============================================
+ Coverage 59.36% 70.73% +11.37%
- Complexity 4586 5056 +470
=============================================
Files 500 489 -11
Lines 21211 19548 -1663
Branches 2830 2518 -312
=============================================
+ Hits 12591 13828 +1237
+ Misses 7370 4491 -2879
+ Partials 1250 1229 -21 ☔ View full report in Codecov by Sentry. |
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 #2966
Removed the unused import statement
import java.io.IOException;
from theOpenShiftHelmLintTaskTest.java
file.Type of change
test, version modification, documentation, etc.)
Checklist
git config user.name "Kushagra Sinha"
git config user.email "[email protected]"
git commit --amend --signoff
git push origin kushagra/issue#2966 -f