aboutsummaryrefslogtreecommitdiffstats
path: root/cps-parent
diff options
context:
space:
mode:
authorClaudio D. Gasparini <claudio.gasparini@intl.att.com>2021-06-04 15:30:59 +0200
committerRishi Chail <rishi.chail@est.tech>2021-06-08 15:58:45 +0000
commit3241cda7c24efa66e1d0f6820934e82593b835af (patch)
treee5e086961e2ac83bcb0f27ad486f76991eeb1856 /cps-parent
parentcfc500b4192c356a3499040ebb714ec0b5f26584 (diff)
Include cps-path-parser under jacoco xml report paths
Issue-ID: CPS-376 Signed-off-by: Claudio D. Gasparini <claudio.gasparini@intl.att.com> Change-Id: I0c580dad1fb40a3462bd6fcdaffb7f31a643fd48
Diffstat (limited to 'cps-parent')
-rwxr-xr-xcps-parent/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml
index 18a985647..eb71b52e0 100755
--- a/cps-parent/pom.xml
+++ b/cps-parent/pom.xml
@@ -61,8 +61,12 @@
../cps-service/target/site/jacoco-aggregate/jacoco.xml,
../cps-rest/target/site/jacoco-ut/jacoco.xml,
../cps-rest/target/site/jacoco-aggregate/jacoco.xml,
+ ../cps-ncmp-service/target/site/jacoco-ut/jacoco.xml,
+ ../cps-ncmp-service/target/site/jacoco-aggregate/jacoco.xml,
../cps-ncmp-rest/target/site/jacoco-ut/jacoco.xml,
../cps-ncmp-rest/target/site/jacoco-aggregate/jacoco.xml,
+ ../cps-path-parser/target/site/jacoco-ut/jacoco.xml,
+ ../cps-path-parser/target/site/jacoco-aggregate/jacoco.xml,
../cps-application/target/site/jacoco-ut/jacoco.xml,
../cps-application/target/site/jacoco-aggregate/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>