lcov
-
- Posts: 120
- Joined: 2008-10-11 6:52 pm
Re: lcov
The jscoverage.json output could be converted to something else, although some features of lcov (e.g., branch coverage) are not supported.blorf wrote:Would it be possible to convert the report to something compatible with lcov? Has anyone tried to do this?
-
- Posts: 3
- Joined: 2012-06-07 10:24 pm
Re: lcov
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
It creates a Cobertura-compatible coverage.xml file.
-- Jens