Skip to content

config: docker: base: host-tools: add gcovr #2908

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

a-wai
Copy link
Contributor

@a-wai a-wai commented Jun 19, 2025

gcovr is needed to post-process coverage data. However, the version available in Debian Bookworm is old and lacks features we need, such as generating lcov-compatible tracefiles. Install it using pip as a temporary workaround.

`gcovr` is needed to post-process coverage data. However, the version
available in Debian Bookworm is old and lacks features we need, such as
generating `lcov`-compatible tracefiles. Install it using `pip` as a
temporary workaround.

Signed-off-by: Arnaud Ferraris <[email protected]>
Copy link
Contributor

@pawiecz pawiecz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

For the record it's:

  • v5.2 in Bookworm
  • v7.2 in Trixie
  • v8.3 in PyPI (Released: Jan 19, 2025)

(I'd merge it but I don't have sufficient permissions in Core)

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.

2 participants