diff options
author | Claudio D. Gasparini <claudio.gasparini@intl.att.com> | 2021-06-04 15:30:59 +0200 |
---|---|---|
committer | Rishi Chail <rishi.chail@est.tech> | 2021-06-08 15:58:45 +0000 |
commit | 3241cda7c24efa66e1d0f6820934e82593b835af (patch) | |
tree | e5e086961e2ac83bcb0f27ad486f76991eeb1856 /cps-parent/pom.xml | |
parent | cfc500b4192c356a3499040ebb714ec0b5f26584 (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/pom.xml')
-rwxr-xr-x | cps-parent/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 18a985647b..eb71b52e00 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> |