Ah, understood. Thanks for the information! On Tue, Dec 19, 2017 at 10:01 PM, Marc Hoffmann <[email protected]> wrote:
> There is no "check-aggregate" goals like report-aggregate. The check goal > only works on single projects. > > The includes/excludes properties are file name filters. Absolute paths > will not work here. > > Regards, > -marc > > > On 2017-12-20 01:49, [email protected] wrote: > >> 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 a topic in the > Google Groups "JaCoCo and EclEmma Users" group. > To unsubscribe from this topic, visit https://groups.google.com/d/to > pic/jacoco/6BW25k0zDwg/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ms > gid/jacoco/b87f02b6d2a8626aec050f026a317436%40mountainminds.com. > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAKjWdzM85%3DuduFG-sinqa5rggcF2XrTtvti3FGcoj8yJRc30kg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
