Skip to content

Commit dd8fb04

Browse files
glmapperujjboy
authored andcommitted
Update .travis (#244)
1 parent b4adb31 commit dd8fb04

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.coveralls.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ script:
1212
- sh ./check_format.sh
1313

1414
after_success:
15-
- mvn clean test cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:report
15+
- bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## SOFATracer
22

33
[![Build Status](https://travis-ci.com/sofastack/sofa-tracer.svg?branch=master)](https://travis-ci.com/sofastack/sofa-tracer)
4-
[![Coverage Status](https://coveralls.io/repos/github/sofastack/sofa-tracer/badge.svg?branch=master)](https://coveralls.io/github/sofastack/sofa-tracer?branch=master)
4+
[![Coverage Status](https://codecov.io/gh/sofastack/sofa-tracer/branch/master/graph/badge.svg)](https://codecov.io/gh/sofastack/sofa-tracer/branch/master)
55
![license](https://img.shields.io/badge/license-Apache--2.0-green.svg)
66
[![Maven](https://img.shields.io/github/release/sofastack/sofa-tracer.svg)](https://github.com/sofastack/sofa-tracer/releases)
77

0 commit comments

Comments
 (0)