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/bgp-distribution-test/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'infra/bgp-distribution-test') diff --git a/infra/bgp-distribution-test/pom.xml b/infra/bgp-distribution-test/pom.xml index f9ccafc8c..8401c88bb 100644 --- a/infra/bgp-distribution-test/pom.xml +++ b/infra/bgp-distribution-test/pom.xml @@ -57,4 +57,17 @@ test + + + + + org.jacoco + jacoco-maven-plugin + + + ${sonar.jacoco.itReportPath} + + + + \ No newline at end of file -- cgit 1.2.3-korg