On Thursday, March 14, 2019 at 4:55:18 PM UTC+1, [email protected] wrote: > > Hi Team , > > I'm doing the code coverage with jacoco plugin . I have multiple projects > and I'm able to generate single jacoco.exe but issue is I'm unable to set > the threshold value separately for each module . I wanted to set the > threshold value for each module. > > I have multiple projects and I wanted to give the different value for each > module. >
The "check" goal considers classes only of a single module for which it is executed. If maven plugin is not flexible enough for your use case, please consider usage of JaCoCo Ant Tasks ( https://www.jacoco.org/jacoco/trunk/doc/ant.html ) , e.g. via maven-antrun-plugin or JaCoCo Command Line Interface ( https://www.jacoco.org/jacoco/trunk/doc/cli.html ). -- 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/78d2d09a-0162-417d-aac2-a5920dc5dd05%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
