From 01aedbd640ca733e8fea497def29c09a3f68e373 Mon Sep 17 00:00:00 2001 From: Ilkka Seppala Date: Sun, 28 Jun 2015 21:24:40 +0300 Subject: [PATCH] Switch to jacoco code coverage analysis #59 --- .travis.yml | 2 +- pom.xml | 60 +++++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 52 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index dfbe569d1..0bd0f0595 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ branches: - master after_success: - - mvn clean cobertura:cobertura coveralls:report \ No newline at end of file + - mvn clean test jacoco:report coveralls:report \ No newline at end of file diff --git a/pom.xml b/pom.xml index a065016dd..71ad2c9ea 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 4.12 3.0 3.1.0 - 2.6 + 0.7.2.201409121644 abstract-factory @@ -88,8 +88,47 @@ + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.jacoco + + jacoco-maven-plugin + + + [0.6.2,) + + + prepare-agent + + + + + + + + + + + + + @@ -110,14 +149,17 @@ - org.codehaus.mojo - cobertura-maven-plugin - ${cobertura.version} - - xml - 256m - true - + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + prepare-agent + + prepare-agent + + +