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

Add code coverage summary target #56

Open
xmkg opened this issue Sep 29, 2020 · 0 comments
Open

Add code coverage summary target #56

xmkg opened this issue Sep 29, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@xmkg
Copy link
Owner

xmkg commented Sep 29, 2020

Add a target which summarizes code coverage results to stdout.

add_custom_target(
    ${PROJECT_NAME}.gcovr.summary
    COMMAND gcovr -r ${PROJECT_SOURCE_DIR} -e '.*/test/.*' -e '.*/CompilerIdCXX/.*'
)
@xmkg xmkg added the enhancement New feature or request label Sep 29, 2020
@xmkg xmkg added this to the 0.12.3 milestone Sep 29, 2020
@xmkg xmkg modified the milestones: 0.12.3, 0.13.2 Nov 19, 2020
@xmkg xmkg modified the milestones: 0.13.2, 0.14.1 Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant