In order to make our code coverage statistics more accurate, we'd like to exclude accessors (at least) and certain source filename patterns (if possible) from code coverage statistics. We could implement runners to auto-test accessors, but this would be more work and would result in skewed coverage numbers on the business logic cases in our codebase.
I've poked around on the web, and it's very unclear if this is implemented in Jacoco yet, or if it's still being discussed, or if development on this feature is dead. Other coverage tools such as Cobertura support this feature - how can I do in Jacoco? I'd rather have our existing tool work than spend a lot of time migrating over to another framework. Thanks for your help! Michael -- 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/6b3324be-4121-48ca-a2e1-71ebc32a1707%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
