-
Notifications
You must be signed in to change notification settings - Fork 85
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 prompting logic if port is 0 #2077
Conversation
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2077 +/- ##
==========================================
- Coverage 90.94% 90.93% -0.01%
==========================================
Files 616 616
Lines 17358 17359 +1
Branches 3571 3671 +100
==========================================
Hits 15786 15786
- Misses 1571 1572 +1
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Quality Gate passedIssues Measures |
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, thanks @awharn for updating all the cargo deps too 😋
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, thanks @awharn!
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.
forgot to approve 😅
What It Does
Prompts the user for port if the port retrieved from the user's config is 0 (default for includeInTemplate, invalid)
Resolves #2075
How to Test
Install, set port to 0 in config for a service, observe prompting
Review Checklist
I certify that I have:
Additional Comments