aboutsummaryrefslogtreecommitdiffstats
path: root/cps-rest/pom.xml
diff options
context:
space:
mode:
authorClaudio David Gasparini <claudio.gasparini@pantheon.tech>2021-01-15 14:08:34 +0100
committerClaudio David Gasparini <claudio.gasparini@pantheon.tech>2021-01-15 17:26:20 +0100
commit3e38d766da84e08254ec1b736ae342d850f9d5be (patch)
tree824b90f47614be16e61aba7ed4a1090c7ef0a4aa /cps-rest/pom.xml
parenta16c3fb5f7f0bbe7bda9e4f21f71a3e958ed523f (diff)
Configure coverage per module for cps-service
Set global minimum to 90 % coverage Set specific minimum for cps-service, once achieved the 90 all modules should respect this minimum Issue-ID: CPS-87 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I29172e47b907d596ffe983ff16429f44e44f8913
Diffstat (limited to 'cps-rest/pom.xml')
-rwxr-xr-xcps-rest/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml
index f2f643ac2..128c56680 100755
--- a/cps-rest/pom.xml
+++ b/cps-rest/pom.xml
@@ -11,6 +11,10 @@
<artifactId>cps-rest</artifactId>
+ <properties>
+ <minimum-coverage>0.88</minimum-coverage>
+ </properties>
+
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>