From 77800ac0a479cd3b7047693079caf7887a1a158f Mon Sep 17 00:00:00 2001 From: wusheng Date: Tue, 22 Mar 2016 16:20:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95coveralls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 5 ++++- skywalking-api/pom.xml | 11 +++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 156ff0635..877a46ab3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,4 +36,7 @@ script: - cd .. - cd skywalking-webui - - mvn clean install -Dmaven.test.skip=true \ No newline at end of file + - mvn clean install -Dmaven.test.skip=true + +after_success: + - mvn clean cobertura:cobertura coveralls:report \ No newline at end of file diff --git a/skywalking-api/pom.xml b/skywalking-api/pom.xml index eac7b1487..52f2ba030 100644 --- a/skywalking-api/pom.xml +++ b/skywalking-api/pom.xml @@ -125,6 +125,17 @@ coveralls-maven-plugin 4.1.0 + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + xml + 256m + + true + +