-
Notifications
You must be signed in to change notification settings - Fork 67
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
Code cleanups from #547 #552
Code cleanups from #547 #552
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #552 +/- ##
==========================================
+ Coverage 45.73% 45.83% +0.10%
==========================================
Files 82 82
Lines 6236 6222 -14
==========================================
Hits 2852 2852
+ Misses 3030 3017 -13
+ Partials 354 353 -1
|
The #547 has not been merged? I think we can make changes directly there? |
@bmeng I split the change into two PRs because @samanthajayasinghe suggested that the new features should be one and the code cleanup should be another. |
/label tide/merge-method-squash |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bmeng, smarthall The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@smarthall: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
What type of PR is this?
cleanup
What this PR does / Why we need it?
This code removes some unused code, and cleans up some duplicated code paths.
Which Jira/Github issue(s) does this PR fix?
N/A
(was done as part of https://issues.redhat.com/browse/OSD-19766)
Special notes for your reviewer
Unit Test Coverage
Guidelines
Test coverage checks
Pre-checks (if applicable)