aboutsummaryrefslogtreecommitdiffstats
path: root/event-client-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'event-client-api/pom.xml')
-rw-r--r--event-client-api/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/event-client-api/pom.xml b/event-client-api/pom.xml
index f1f42bf..dfda911 100644
--- a/event-client-api/pom.xml
+++ b/event-client-api/pom.xml
@@ -20,7 +20,8 @@
============LICENSE_END=========================================================
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -32,4 +33,10 @@
<artifactId>event-client-api</artifactId>
+ <properties>
+ <!-- Minimum code coverage percentage. Please update this figure as coverage increases to prevent any drops in
+ coverage caused by new changes. Note that this figure cannot be lower than the ONAP requirement of 0.55 -->
+ <jacoco.line.coverage.limit>0.85</jacoco.line.coverage.limit>
+ </properties>
+
</project>