-
Notifications
You must be signed in to change notification settings - Fork 1.8k
refactor cmd/cleanup/packagemanifests to be more testable #3375
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
refactor cmd/cleanup/packagemanifests to be more testable #3375
Conversation
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
/approve
@estroz any objection here?
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
@jberkhahn can you rebase this PR. |
@jmrodri done |
hmm, the PR isn't picking up the updated branch for some reason... |
New changes are detected. LGTM label has been removed. |
Well, this is so much worse |
68c5938
to
66f5948
Compare
Hi @jberkhahn, GH issues : https://www.githubstatus.com/ |
1892359
to
810e238
Compare
this seems have to worked itself out by now |
Description of the change:
Refactor cmd/cleanup/packagemanifests to be more testable. This includes breaking up the functionality into validate and run method that can be individually tested.
Motivation for the change:
Ongoing work for #3246