On 17/10/2024 16:54, Marc Hoffmann wrote: > Hi, > > indeed JaCoCo processes all class files and recursively all zip files by > default. So if you’re *.mkp is in ZIP format it will be processed by JaCoCo. > > The problem can probably be fixed by specifying an includes pattern > **/*.class for the report-aggregate goal: > https://www.jacoco.org/jacoco/trunk/doc/report-aggregate-mojo.html#includes
Hello! I did spot the include options in the documentation, but the problem is that I don't know what the actual _class_ files will be called; I just know that if they're in an `.mpk` archive, I shouldn't be looking at them. What's the right kind of pattern to put into an include for this? I feel like what I actually need is an _exclude_ pattern, and am otherwise happy including everything. -- Mark Raynsford | https://www.io7m.com -- 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 jacoco+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/e22b2fd5-1ab0-441b-a8a6-81ddda8864c2%40io7m.com.