From d019e3b6526a06b79ea0192a474b53a2c408fa72 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Wed, 15 Apr 2020 14:19:02 +0200 Subject: [PATCH] Add JaCoCo to netconf simulator Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski Change-Id: Icba743d9a7d8db59a7694c98e57d591b0f30988b --- netconfsimulator/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 + + + + -- 2.16.6