Merge "Correct minimum-coverage in pom files"
authorSourabh Sourabh <sourabh.sourabh@est.tech>
Tue, 22 Aug 2023 11:02:24 +0000 (11:02 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 22 Aug 2023 11:02:24 +0000 (11:02 +0000)
cps-ncmp-rest/pom.xml
cps-ri/pom.xml

index e60e174..b56dbcd 100644 (file)
 
     <artifactId>cps-ncmp-rest</artifactId>
 
-    <properties>
-        <minimum-coverage>1.00</minimum-coverage>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 941d447..de4aa84 100644 (file)
@@ -33,7 +33,7 @@
     <artifactId>cps-ri</artifactId>\r
 \r
     <properties>\r
-        <minimum-coverage>0.28</minimum-coverage>\r
+        <minimum-coverage>0.29</minimum-coverage>\r
         <!-- Additional coverage is provided by integration-test module -->\r
     </properties>\r
 \r