Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 582bd0b

Browse files
committed
Swtich to codecov.
1 parent ecc576b commit 582bd0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ python:
55
- 3.3
66
- 2.7
77
install:
8-
- pip install coveralls
8+
- pip install codecov
99
script:
1010
coverage run test.py
1111
after_success:
12-
coveralls
12+
codecov

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ cpplint JUnit Converter
44
.. image:: https://travis-ci.org/johnthagen/cpplint-junit.svg
55
:target: https://travis-ci.org/johnthagen/cpplint-junit
66

7-
.. image:: https://coveralls.io/repos/github/johnthagen/ccpplint-junit/badge.svg
8-
:target: https://coveralls.io/github/johnthagen/cpplint-junit
7+
.. image:: https://codecov.io/github/johnthagen/cpplint-junit/coverage.svg
8+
:target: https://codecov.io/github/johnthagen/cpplint-junit
99

1010
.. image:: https://img.shields.io/pypi/v/cpplint-junit.svg
1111
:target: https://pypi.python.org/pypi/cpplint-junit

0 commit comments

Comments
 (0)