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 option to use lcov instead of gcov #1

Open
designatednerd opened this issue Mar 20, 2015 · 3 comments
Open

Add option to use lcov instead of gcov #1

designatednerd opened this issue Mar 20, 2015 · 3 comments

Comments

@designatednerd
Copy link

For those of us using other tools like XcodeCoverage which depend on lcov, would it be possible to set up some kind of way to use lcov instead of gcov?

@tylermann
Copy link
Contributor

I'm not very familiar with lcov. It looks like it builds upon gcov and displays it as an html? I wonder if it still saves the .gcov files somewhere that we could point the plugin to look at.

I can try downloading the XcodeCoverage tool and seeing what it is generating sometime when I get a chance.

Thanks for the report!

@designatednerd
Copy link
Author

FWIW, I've got a PR into that with something that auto-generates Cobertura files. Here's the fork I've been working off of: https://github.com/vokal/XcodeCoverage

@designatednerd
Copy link
Author

And you can ignore my fork, it just got merged to the main repo. :)

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

No branches or pull requests

2 participants