From 9e5c7c5358bac3dc0890cf00848704dad47ad1ba Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 5 Dec 2018 14:37:59 +0100 Subject: Capture test coverage and add an aggregate test coverage report Configure Maven build to capture test coverage using jacoco. Add new org.eclipse.jgit.coverage Maven module to aggregate jacoco test coverage results and generate test coverage HTML report at org.eclipse.jgit.coverage/target/site/jacoco-aggregate/index.html See https://www.eclemma.org/jacoco/trunk/doc/maven.html Change-Id: Iaeec4033e448ebc16965c05ab54109c4155a307a Signed-off-by: Matthias Sohn --- org.eclipse.jgit.http.test/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org.eclipse.jgit.http.test/pom.xml') diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml index 244c8ae660..9eb8e7c835 100644 --- a/org.eclipse.jgit.http.test/pom.xml +++ b/org.eclipse.jgit.http.test/pom.xml @@ -139,7 +139,7 @@ maven-surefire-plugin - -Djava.io.tmpdir=${project.build.directory} -Xmx300m + @{argLine} -Djava.io.tmpdir=${project.build.directory} -Xmx300m **/*Test.java **/*Tests.java -- cgit v1.2.3