From: Bartosz Gardziejewski Date: Wed, 15 Apr 2020 12:19:02 +0000 (+0200) Subject: Add JaCoCo to netconf simulator X-Git-Tag: 1.0.0~40 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d019e3b6526a06b79ea0192a474b53a2c408fa72;p=integration%2Fsimulators%2Fpnf-simulator.git Add JaCoCo to netconf simulator Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski Change-Id: Icba743d9a7d8db59a7694c98e57d591b0f30988b --- diff --git a/netconfsimulator/pom.xml b/netconfsimulator/pom.xml index 35ef1e5..d03c650 100644 --- a/netconfsimulator/pom.xml +++ b/netconfsimulator/pom.xml @@ -240,6 +240,28 @@ + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + +