Hi,

the example processes all files in the classesDirectory, see:

    analyzer.analyzeAll(classesDirectory);

If you want to filter classes/packages you need to implement your own directory traversal mechanism and supply only those folders or class files which should be included in the report.

Alternatively you might use a Ant script which already provides filesets with includes and excludes.

Regards,
-marc

On 07.04.15 18:49, krishnanghri reddy wrote:
I am using ReportGenerator.java from jacoco/tests. I tried to set excludes but 
am not successful.


--
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/5525B3BD.4010401%40mountainminds.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to