lcov

Questions, problems, suggestions, bug reports, and so on.
Post Reply
blorf

lcov

Post by blorf »

Would it be possible to convert the report to something compatible with lcov? Has anyone tried to do this?
Ed
Posts: 120
Joined: 2008-10-11 6:52 pm

Re: lcov

Post by Ed »

blorf wrote:Would it be possible to convert the report to something compatible with lcov? Has anyone tried to do this?
The jscoverage.json output could be converted to something else, although some features of lcov (e.g., branch coverage) are not supported.
tessarakt
Posts: 3
Joined: 2012-06-07 10:24 pm

Re: lcov

Post by tessarakt »

I followed the approach presented in http://mercenary-code.blogspot.com/2010 ... enium.html (I basically translated the Ruby code there into Java).

It creates a Cobertura-compatible coverage.xml file.

-- Jens
Post Reply