diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2023-05-08 17:07:54 +0100 |
---|---|---|
committer | Toine Siebelink <toine.siebelink@est.tech> | 2023-05-10 12:38:57 +0000 |
commit | 9b829443ebf53885730c3786287568742c33582e (patch) | |
tree | 5adb886136f583d8f0b6620fffd3a6ecb7b1e594 /cps-ri/pom.xml | |
parent | 4adc3d8bf9a6d4a75ecdc32b654749abbb22ff1d (diff) |
Move integration test (DataService)
- dropped ri module coverage to alow for move
- removed performance tests (already better tests in intergration module)
- added 'save' iue cases in new integration-test
- removed no longer used version for save single data node
(todo: remove old tests for similar functionality, will wait until new test cover same)
Issue-ID: CPS-1687
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: I4c2e788e0a313938a923cd1e7e52584d739ec6f4
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r-- | cps-ri/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 3162aa89a9..3ef57cf03a 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -33,7 +33,8 @@ <artifactId>cps-ri</artifactId>
<properties>
- <minimum-coverage>0.79</minimum-coverage>
+ <minimum-coverage>0.45</minimum-coverage>
+ <!-- Coverage is provided by integration-test module instead -->
</properties>
<dependencies>
|