--
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/b1vAV3Q7wis/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jacoco+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/b230223a-d006-424f-a497-7fd15a330752n%40googlegroups.com.
Hello,
the issue is that also all files below the path '**/test/**' is also checked. So the exclude has not been taken.So is the wildcard in the beginning needed like **/test/**/*.class or test/**/*.class.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/16e6e1ab-33bb-41ab-8477-b27847a261f8n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/d32f3443-95cb-4b12-b628-a40021566473n%40googlegroups.com.
I tried that but my main point is that modules are not prevented from scanning.
Also in your example no possibility<exclude>**/a/*.class</exclude><exclude>a/*.class</exclude><exclude>**/a/**</exclude>