diff --git a/.travis.yml b/.travis.yml index a4c5bcc8eee..1e703899bbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ before_install: install: true script: ./travis.sh after_success: - - mvn clean cobertura:cobertura coveralls:report + - bash <(curl -s https://codecov.io/bash) branches: only: - master diff --git a/README.md b/README.md index 1ceef2a9e08..4bd22845d2d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # java-docs-samples [![Build Status](https://travis-ci.org/GoogleCloudPlatform/java-docs-samples.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/java-docs-samples) -[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/java-docs-samples/badge.svg?branch=master)](https://coveralls.io/r/GoogleCloudPlatform/java-docs-samples?branch=master) +[![Coverage Status](https://codecov.io/gh/GoogleCloudPlatform/java-docs-samples/branch/master/graph/badge.svg)](https://codecov.io/gh/GoogleCloudPlatform/java-docs-samples) + This is a repository that contains java code snippets on [Cloud Platform Documentation](https://cloud.google.com/docs/). diff --git a/java-repo-tools/pom.xml b/java-repo-tools/pom.xml index 680352cd620..90560a99bac 100644 --- a/java-repo-tools/pom.xml +++ b/java-repo-tools/pom.xml @@ -75,32 +75,25 @@ limitations under the License. check - - org.eluder.coveralls - coveralls-maven-plugin - 4.1.0 - - - ${basedir}/target/coverage.xml - - - - - org.codehaus.mojo - cobertura-maven-plugin - 2.6 - - ${basedir}/target - - xml - html - - xml - 256m - - true - - + + org.jacoco + jacoco-maven-plugin + 0.7.6.201602180812 + + + + prepare-agent + + + + report + test + + report + + + +