diff options
author | Sourabh Sourabh <sourabh.sourabh@est.tech> | 2023-04-12 12:14:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-04-12 12:14:17 +0000 |
commit | bc05c93a30bf7b11707476d3c277623ee5acc729 (patch) | |
tree | e031d25a8e5b5d0162005384a578ab352ba52da3 /cps-ri/pom.xml | |
parent | 2e4fbdf79514ecf1c6a5387d70045c498e325d8a (diff) | |
parent | 96a2f7b1d9891d40cdeeaa657ee84af0d00dcc9b (diff) |
Merge "Migrate query tests to integration-test module #2"
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r-- | cps-ri/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index f282069e35..3cb41303e3 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -32,6 +32,10 @@ <artifactId>cps-ri</artifactId>
+ <properties>
+ <minimum-coverage>0.96</minimum-coverage>
+ </properties>
+
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
|