public class Something
{
@ExcludeFromCodeCoverage // Some annotation to exclude the code coverage computation for this method.
public void someMethod() {}
}Anyone knows about it ? How to exclude the code coverage computation for the specifi methods?
--
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+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/a9dd8e83-4482-475b-882f-17df5eb578d7%40googlegroups.com.