-
Notifications
You must be signed in to change notification settings - Fork 130
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
PMM-13348 Fix status presentation. #3200
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3200 +/- ##
=======================================
Coverage 43.37% 43.38%
=======================================
Files 399 399
Lines 41698 41702 +4
=======================================
+ Hits 18087 18091 +4
Misses 21595 21595
Partials 2016 2016
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
admin/commands/list.go
Outdated
res = strings.ToLower(res) | ||
res = cases.Title(language.English).String(res) | ||
res = strings.ReplaceAll(res, "_", " ") |
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.
Maybe it would be good to extract this into method since it is used in two places. With that we can ensure always same "formatting" in both methods.
PMM-13348
Link to the Feature Build: SUBMODULES-3708
If this PR adds or removes or alters one or more API endpoints, please review and add or update the relevant API documents as well:
If this PR is related to some other PRs in this or other repositories, please provide links to those PRs: