Hi,

exec files are basically plain arrays of boolean probes. Beside the name and hash they do not contain any information about the corresponding class files. During report generation the original class files are used to analyze the control flow and calculate coverage for lines, methods and so on.

Therefore JaCoCo always requires class files to generate reports. Source files are optional, but without them you don't get source highlighting in the HTML report of course.

Regards,
-marc

On 09.05.17 01:05, [email protected] wrote:
That makes sense.  I was hoping that there was a way to generate a report using 
just the jacoco.exec file.  The project that is generating the report is not 
part of multi module project.  During the multi-module build, individual 
jacoco.exec files are created.  Later, the report project is built and a jacoco 
merge takes place to build a merged jacoco.exec file.  Then I was trying to run 
the report on the merged jacoco.exec file.  Can this be done?  Does the report 
process need class files, source files, etc etc?  Or is the execution data 
enough?


--
You received this message because you are subscribed to the Google Groups "JaCoCo 
and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/0df9cb36-fe81-b58c-98db-20770b9033dc%40mountainminds.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to