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

kcov #711

Merged
merged 1 commit into from
Sep 12, 2024
Merged

kcov #711

merged 1 commit into from
Sep 12, 2024

Conversation

nim65s
Copy link
Collaborator

@nim65s nim65s commented Sep 8, 2024

Hi,

This should simplify coverage of C/C++ & Python, with a single tool capable of handling both: kcov.

With this, and -DENABLE_COVERAGE=ON, python unit tests will be run twice: once to gather C++ covered files/lines to deal with python bindings, and a second time to gather covered files/lines in pure python sources.

Using this on pinocchio says "percent_covered": "87.76", and for eigenpy it is 89.22.

@jcarpent
Copy link
Contributor

Perfect, thanks a lot @nim65s for the nice coverage support.

@nim65s nim65s merged commit 8708ebe into master Sep 12, 2024
3 checks passed
@nim65s nim65s deleted the kcov branch October 13, 2024 12:09
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