I am using Jacoco to measure the code coverage.
The first 2 columns of code coverage report (html) are Instructions and Branch coverage columns. This 2 columns show something like progressbar indicating which part of code is covered, and the coverage percentage is written near the bar. I would like to have similar view in the line coverage column.
Can anyone advice how to do that?
Regards
Harut
On Monday, 28 September 2015 19:31:48 UTC+4, Marc R. Hoffmann wrote:
> Hi,
>
> this is currently not configurable, the layout is harcoded here:
>
> https://github.com/jacoco/jacoco/blob/master/org.jacoco.report/src/org/jacoco/report/html/HTMLFormatter.java#L132
>
> Regards,
> -marc
>
On Tuesday, September 29, 2015 at 3:16:48 PM UTC+4, Marc R. Hoffmann wrote:
> Hi Harut,
>
> here you can open a feature request:
>
> https://github.com/jacoco/jacoco/issues
>
> Please describe how exactly you want the report look like and what is
> the use case behind.
>
> Regards,
> -marc
>
>
>
> On 2015-09-29 09:40: