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

gcovr is support lcov and jacoco. Can I custom used that ? #963

Open
SamPeng87 opened this issue Dec 5, 2024 · 1 comment
Open

gcovr is support lcov and jacoco. Can I custom used that ? #963

SamPeng87 opened this issue Dec 5, 2024 · 1 comment

Comments

@SamPeng87
Copy link

https://gcovr.com/en/7.0/output/jacoco.html#

because I want use that format import to our ide(clion)

@mkarlesky
Copy link
Member

Hi, @SamPeng87. Ceedling’s GCov plugin hasn't been updated to support more recent versions of gcovr reporting in a while. And, it will be a while until the plugin officially supports these reporting options added in GCovr version 7.0.

However, you can very likely add these options yourself with some additional configuration. See the documentation on how to add arguments to an existing tool definition. You should be able to simply provide gcovr the arguments you need for LCOV and JaCoCo XML reports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants