I use lcov with an Objective-C project and the XcodeCoverage scripts and I get a nice html report on my code coverage.
However I would like to "keep" the intermediate .gcov
files (if any) to feed them to another tool.
Something similar to the --keep
option of gcovr. Does lcov provides such an option ? Is it generating any intermediate .gcov
files at all ?
I'm sure it's something obvious that I missed in the docs. Thanks.