aboutsummaryrefslogtreecommitdiffstats
path: root/champ-service/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'champ-service/pom.xml')
-rw-r--r--champ-service/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml
index 1efa608..610de3f 100644
--- a/champ-service/pom.xml
+++ b/champ-service/pom.xml
@@ -42,6 +42,9 @@ limitations under the License.
<version.org.apache.commons.commons-lang3>3.7</version.org.apache.commons.commons-lang3>
<version.org.hamcrest.hamcrest-library>1.3</version.org.hamcrest.hamcrest-library>
<version.org.springframework.boot.spring-boot-dependencies>1.5.19.RELEASE</version.org.springframework.boot.spring-boot-dependencies>
+ <!-- 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.16</jacoco.line.coverage.limit>
</properties>
<dependencyManagement>