diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2023-04-04 19:00:44 +0100 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2023-04-11 17:52:05 +0100 |
commit | 96a2f7b1d9891d40cdeeaa657ee84af0d00dcc9b (patch) | |
tree | 067650443c5e2a939d21049e2b1e6d2911b0f13d /cps-ri/pom.xml | |
parent | ce880216ec85aa12c1fda23c3abaf4bd16d9595d (diff) |
Migrate query tests to integration-test module #2
- Migrate some query tests to integration-test
- Edit bookstore model to add integer leaf-list 'editions'
- Lower cps-ri code coverage
Issue-ID: CPS-1597
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: If50bf15ad7d7f147448f6b60d464efc1cdc91005
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>
|