diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2023-05-23 09:30:37 +0100 |
---|---|---|
committer | ToineSiebelink <toine.siebelink@est.tech> | 2023-06-12 14:59:38 +0100 |
commit | 240ac3d9cd8107250574dd0f7221ae2f1afa3bd7 (patch) | |
tree | 1677ef197e3b785a79d12418c9554b9f25ad4975 /cps-ri/pom.xml | |
parent | b3b44d9aa4e71c4264df140ffff27b5ba4c44e82 (diff) |
Move integration test (DataService)
- Moved all Data Intergation Test
- Added/improved some module Moudle Servcie test too
- Removed some unused (impossible) code-paths in prod code
- Replaced null's with meaningful strings (in edge case scenarios)
- Replaced @Shared with static (shorter) in some test
Issue-ID: CPS-1687
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: Ib4b1ec1706ace7e3f5ac03d85177a6f7d4f6b8d0
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r-- | cps-ri/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index aa86a7fc06..66b89de926 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -33,8 +33,8 @@ <artifactId>cps-ri</artifactId>
<properties>
- <minimum-coverage>0.53</minimum-coverage>
- <!-- Additional coverage is provided by integration-test module -->
+ <minimum-coverage>0.34</minimum-coverage>
+ <!-- Additional coverage is provided by the integration-test module -->
</properties>
<dependencies>
|