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

Added option to generate report in html format and option to select one of gcovr predefined html theme #413

Merged
merged 8 commits into from
Sep 11, 2024

Conversation

niwciu
Copy link
Contributor

@niwciu niwciu commented Sep 10, 2024

Two additional inputs html-out and html-theme added.

  • html-out gives the option to generate code coverage reports in HTML format

  • html-theme used together with html-out gives the option to generate code coverage reports in HTML format using the specific predefined theme.

More info about the predefined themes can be found in gcovr documentation under --html-theme

@threeal threeal added the feat label Sep 11, 2024
@threeal threeal added this to the Version 1.1.0 milestone Sep 11, 2024
@threeal threeal linked an issue Sep 11, 2024 that may be closed by this pull request
Copy link
Owner

@threeal threeal left a comment

Choose a reason for hiding this comment

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

Code looks good enough, i'll merge it right away.

@threeal threeal merged commit 694becc into threeal:main Sep 11, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing html output format.
2 participants