I have tried everything: Trying to exclude a class called IntegrationTest (just an example)
The name of the class: IntegrationTest The name of the class with .class: IntegrationTest.class The name of the class with wildcards: *IntegrationTest* The full path including: /src/main/java/<package>/IntegrationTest The package name: com.test.IntegrationTest package name with class: com.test.IntegrationTest.class Exclude EVERYTHING: * IntegrationTest always runs! What am I missing here, or is this feature not working? Eclipse Java EE IDE for Web Developers. Version: Oxygen.3a Release (4.7.3a) Build id: 20180405-1200 OS: Windows 10, v.10.0, x86_64 / win32 EclEmma Java Code Coverage 3.1.0.201804041601 org.eclipse.eclemma.feature.feature.group Eclipse EclEmma -- 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/7600a48b-f9a0-4447-8f3b-cc63d85bb833%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
