From 815953e2426e8f56191f724cf5cdbf1b6e0445c6 Mon Sep 17 00:00:00 2001 From: Bruno Volpato Date: Thu, 30 Jun 2016 22:23:53 -0700 Subject: [PATCH] coverage report --- .travis.yml | 4 +++- pom.xml | 24 +++++++++++++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a783856..f9f31a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,4 @@ language: java -install: mvn clean install \ No newline at end of file +install: mvn clean install +after_success: + - mvn clean test jacoco:report coveralls:report diff --git a/pom.xml b/pom.xml index 6e0b39f..281594b 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ Master Data Management Transformation Language http://github.com/brunocvcunha/mdmlang 2015 - + The Apache License, Version 2.0 @@ -140,6 +140,28 @@ + + org.eluder.coveralls + coveralls-maven-plugin + 4.2.0 + + ${maven.build.timestamp.format} + + + + org.jacoco + jacoco-maven-plugin + 0.7.7.201606060606 + + + prepare-agent + + prepare-agent + + + + +