diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2021-09-17 15:07:38 +0100 |
---|---|---|
committer | ToineSiebelink <toine.siebelink@est.tech> | 2021-09-17 17:40:37 +0100 |
commit | 73001f6a64b3548a9584acc8c4bfe3a7806917e7 (patch) | |
tree | 21ec4cd440d18413019256d629da4189ab894ebe /cps-application/pom.xml | |
parent | bd8ab2fc4737aebada59962baed8b35d4f86dd1c (diff) |
Fix SonarQube (jacoco) code coverage reporting
- Add report module for aggregating (as per jacocos current recommendation)(
- increased overall (cps-parent) minimum code coverage to 0.97
- set lower minimum in modules that are not at that level (yet)
- add exclude for cps-events generated code
- made xml identing consistentent some pom files
Issue-ID: CPS-475
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: If7b7839d7e03522575bc76a2253b613e63400b6b
Diffstat (limited to 'cps-application/pom.xml')
-rwxr-xr-x | cps-application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml index dfa469745e..9c6945a5fe 100755 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -37,7 +37,7 @@ <app>org.onap.cps.Application</app> <jib-maven-plugin.version>2.8.0</jib-maven-plugin.version> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> - <minimum-coverage>0.7</minimum-coverage> + <minimum-coverage>0.82</minimum-coverage> <base.image>${docker.pull.registry}/onap/integration-java11:8.0.0</base.image> <image.tag>${project.version}-${maven.build.timestamp}</image.tag> </properties> |