On Thursday, March 14, 2019 at 11:37:30 PM UTC+5:30, Evgeny Mandrikov wrote:
> On Thursday, March 14, 2019 at 5:40:14 PM UTC+1, [email protected] wrote:Hi ,
> Thanks for the reply . I'm able to generate the report and also able to do 
> the jacoco "check" with single value of "COVERAGE RATIO" as .95 but my 
> requirement is I wanted to have the different "COVERAGERATIO" for different 
> module .
> Please help 
> Thanks
> 
> 
> In attachment you'll find example, where configuration for "check" is 
> specified in two separate pom.xml files corresponding to two separate modules.


Hi Mandrikov ,
Thanks for reply .
Let me give the more information regarding my issue .
I have a separate project called "Code-Coverage" maven project and I have added 
all project as dependencies and able to generate report and able to do jacoco 
"check" for single value as "COVEREDRATIO" as "0.95" . but I want to provide 
COVEREDRATIO value separately for each dependencies .
below are my some dependencies.


<dependency>
            <groupId>api.common</groupId>
            <artifactId>api-common</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>api.engine</groupId>
            <artifactId>api-engine</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>api.externalAuth</groupId>
            <artifactId>api-externalAuth</artifactId>
            <version>${project.version}</version>
        </dependency>

So I want to give the COVEREDRATIO value independently for each 
module/Dependency . 
Ex : for api-engine  --I want to give COVEREDRATIO - 0.95
      for api-common -- I want to give COVEREDRATIO --0.8

Thanks

-- 
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/1cdfb10b-717f-4ec9-8d87-5ccc39051ec7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to