-
Notifications
You must be signed in to change notification settings - Fork 532
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
fix: remove redundant method identical to super method in HelmMojo #3065
fix: remove redundant method identical to super method in HelmMojo #3065
Conversation
Signed-off-by: Rohit Satya <[email protected]>
Eclipse JKube CI ReportStarted new GH workflow run for #3065 (2024-05-16T17:15:46Z) ⚙️ JKube E2E Tests (9116291314)
|
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3065 +/- ##
=============================================
+ Coverage 59.36% 70.98% +11.62%
- Complexity 4586 5068 +482
=============================================
Files 500 488 -12
Lines 21211 19432 -1779
Branches 2830 2501 -329
=============================================
+ Hits 12591 13794 +1203
+ Misses 7370 4421 -2949
+ Partials 1250 1217 -33 ☔ 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
Remove redundant method identical to super method in HelmMojo
Fixes #2929
Type of change
test, version modification, documentation, etc.)
Checklist