aboutsummaryrefslogtreecommitdiffstats
path: root/event-client-dmaap
diff options
context:
space:
mode:
authorLee, Tian (tl5884) <tianl@amdocs.com>2019-03-27 15:55:28 +0000
committerTian Lee <TianL@amdocs.com>2019-03-28 12:37:42 +0000
commit805f654e66cf34be8e314a43b5498020da6e7851 (patch)
tree393d625d461c2d520909d2c86be7ba88fe528061 /event-client-dmaap
parent12b124314b1c45dec208083896e00ec799cddaef (diff)
Configure Jacoco plugin to enforce min coverage
Jacoco plugin is configured to set the minimum line coverage ratios to equal that of the current coverage level, to prevent future updates from decreasing the coverage level. Change-Id: I5913c3bf99fd98e344eaf6ee176e232bd7e61bb1 Issue-ID: AAI-2293 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
Diffstat (limited to 'event-client-dmaap')
-rw-r--r--event-client-dmaap/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/event-client-dmaap/pom.xml b/event-client-dmaap/pom.xml
index d9b6db9..8bb61cb 100644
--- a/event-client-dmaap/pom.xml
+++ b/event-client-dmaap/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>
@@ -35,6 +36,9 @@
<properties>
<common.logging.version>1.2.2</common.logging.version>
<dmaap.client.version>1.1.5</dmaap.client.version>
+ <!-- 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.90</jacoco.line.coverage.limit>
</properties>
<dependencies>