Hello all,

I've got a module layout that almost exactly mirrors the one in this example 
(https://github.com/jacoco/jacoco/tree/master/jacoco-maven-plugin.test/it/it-report-aggregate),
 and, using that as a model, I have report generation working successfully. 

However, I can't seem to get the check command to work properly. The check 
passes every time, saying that it successfully processed 0 classes, no matter 
what I put in the <includes> configuration block (including a hardcoded 
absolute path to my child1 target/classes folder).

In case a better description of my layout is useful, I have 4 modules:
product
utility
tests
report

Utility depends on product, and the tests use utility as part of the testing 
process. I'm attempting to check the code coverage on product. report-aggregate 
is currently handled in my report pom, and my root pom handles the initial 
instrumentation. 

It seems like this should be doable, given that I can generate reports just 
fine, but I'm pretty stuck on how I could get a check to work.

Any advice on how to do this? Am I misunderstanding what <includes> does?

-- 
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/40bbe0f4-2191-4565-a3bf-58dd3752c2d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to