From 404120d28cdb94866a66bb085752c3076c1fcd76 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Fri, 29 Sep 2017 10:52:07 +0200 Subject: Include IT coverage in JaCoCo and Sonar reports * introduces jacoco-it.exec which stores aggregated IT test execution data, * configures Sonar to use jacoco-it.exec to report IT coverage, * marks following modules as integration tests: - it-test - minimal-distribution-test - bgp-distribution-test Change-Id: I538c1febb6112a6abad29061f6b00259a0d79f9f Signed-off-by: Marek Gradzki --- infra/it/it-test/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'infra/it') diff --git a/infra/it/it-test/pom.xml b/infra/it/it-test/pom.xml index db3200f73..422127f08 100644 --- a/infra/it/it-test/pom.xml +++ b/infra/it/it-test/pom.xml @@ -70,4 +70,17 @@ ${project.version} + + + + + org.jacoco + jacoco-maven-plugin + + + ${sonar.jacoco.itReportPath} + + + + \ No newline at end of file -- cgit 1.2.3-korg