Skip to content
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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

BupycHuk
Copy link
Member

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:

  • API Docs updated

If this PR is related to some other PRs in this or other repositories, please provide links to those PRs:

  • Links to related pull requests (optional).

@BupycHuk BupycHuk requested a review from a team as a code owner September 12, 2024 09:33
@BupycHuk BupycHuk requested review from idoqo and JiriCtvrtka and removed request for a team September 12, 2024 09:33
Copy link

codecov bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.38%. Comparing base (79a2310) to head (92b2afe).

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           
Flag Coverage Δ
admin 11.71% <100.00%> (+0.09%) ⬆️
agent 52.89% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines 68 to 70
res = strings.ToLower(res)
res = cases.Title(language.English).String(res)
res = strings.ReplaceAll(res, "_", " ")
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants