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?
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/b87f02b6d2a8626aec050f026a317436%40mountainminds.com.--
You received this message because you are subscribed to a topic in the Google Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jacoco/6BW25k0zDwg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jacoco+unsubscribe@googlegroups.com.