diff --git a/.coveralls.yml b/.coveralls.yml deleted file mode 100644 index 6e649991..00000000 --- a/.coveralls.yml +++ /dev/null @@ -1 +0,0 @@ -service_name: travis-ci \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index d3f1f3a4..1b5634b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ script: - sh ./check_format.sh after_success: -- mvn clean test cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:report \ No newline at end of file + - bash <(curl -s https://codecov.io/bash) diff --git a/README.md b/README.md index 5b24fd70..eb0debf7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## SOFATracer [![Build Status](https://travis-ci.com/sofastack/sofa-tracer.svg?branch=master)](https://travis-ci.com/sofastack/sofa-tracer) -[![Coverage Status](https://coveralls.io/repos/github/sofastack/sofa-tracer/badge.svg?branch=master)](https://coveralls.io/github/sofastack/sofa-tracer?branch=master) +[![Coverage Status](https://codecov.io/gh/sofastack/sofa-tracer/branch/master/graph/badge.svg)](https://codecov.io/gh/sofastack/sofa-tracer/branch/master) ![license](https://img.shields.io/badge/license-Apache--2.0-green.svg) [![Maven](https://img.shields.io/github/release/sofastack/sofa-tracer.svg)](https://github.com/sofastack/sofa-tracer/releases)