Skip to content

feat: add ui parameter to all add_info functions#561

Open
bdrung wants to merge 1 commit intocanonical:mainfrom
bdrung:ui-parameter
Open

feat: add ui parameter to all add_info functions#561
bdrung wants to merge 1 commit intocanonical:mainfrom
bdrung:ui-parameter

Conversation

@bdrung
Copy link
Copy Markdown
Member

@bdrung bdrung commented Mar 24, 2026

_run_hook calls the add_info functions with two parameters and falls back to one parameter for backward compatibility. So add the second ui parameter to all add_info functions.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.41%. Comparing base (0f6c20f) to head (4f07f1d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #561   +/-   ##
=======================================
  Coverage   84.41%   84.41%           
=======================================
  Files         104      104           
  Lines       20901    20901           
  Branches     3265     3265           
=======================================
  Hits        17644    17644           
- Misses       2817     2818    +1     
+ Partials      440      439    -1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

`_run_hook` calls the `add_info` functions with two parameters and falls
back to one parameter for backward compatibility. So add the second `ui`
parameter to all `add_info` functions.

Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
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.

1 participant