From 04738e28737730f16b356d7be34b89df57ffb13c Mon Sep 17 00:00:00 2001 From: Wouter Smit Date: Thu, 16 Jun 2016 21:22:15 +0200 Subject: [PATCH] Setup Coveralls Coverage reporting (#245) This is required for the Software Improvement Group to analyze the code coverage of this project. --- .travis.yml | 2 ++ PL2/pom.xml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index c94cf696..2f33bd54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,3 +14,5 @@ env: script: cd $SRCDIR && mvn verify +after_success: + - mvn clean test jacoco:report coveralls:report diff --git a/PL2/pom.xml b/PL2/pom.xml index 260a2443..cc0cdaf9 100644 --- a/PL2/pom.xml +++ b/PL2/pom.xml @@ -197,12 +197,18 @@ + + org.eluder.coveralls + coveralls-maven-plugin + 4.2.0 + org.jacoco jacoco-maven-plugin 0.7.6.201602180812 + prepare-agent prepare-agent