-
Notifications
You must be signed in to change notification settings - Fork 31
Refac/stackitcli 286 mv assume yes into printer #1217
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
Refac/stackitcli 286 mv assume yes into printer #1217
Conversation
|
@cgoetz-inovex looks good apart from the 2 open comments ✔️ |
Please create a Jira issue for it so we can refine it with the team and plan it in 😅 |
05b3752 to
ddce431
Compare
Merging this branch changes the coverage (2 decrease, 228 increase)
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|


Description
relates to #1084
Preparation for fixing #1084, moved the AssumeYes check into PromptForConfirmation/Enter functions in printer.
Review Notes:
I tried to split the PR into more digestible pieces. I suggest to view each commit separately.
Checklist
make fmtmake generate-docs(will be checked by CI)make test(will be checked by CI)make lint(will be checked by CI)