You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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
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 uselcov
instead ofgcov
?The text was updated successfully, but these errors were encountered: