[WARNING] Rule violated for class com.foo.bar.EntityMessageHandlerImpl.1: lines covered ratio is 0.00, but expected minimum is 0.75
I do have a class called com.foo.bar.EntityMessageHandlerImpl, and I have added an <exclude> in the pom file for it. But until I add an explicit exclude also for com.foo.bar.EntityMessageHandlerImpl.1 (notice the dot-one at the end), build will not succeed. This only happens to a couple of my classes. I have a mix of classes in my exclude and most of them are ignored if the coverage is below min limit. What can I do to help debug this further? Thanks -Sundar -- 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/ac1d29c3-0d45-4f10-aa50-b44c6b144dd0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
