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

Commit ecc576b

Browse files
committed
Fix coverage run.
1 parent 1bdff78 commit ecc576b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ python:
77
install:
88
- pip install coveralls
99
script:
10-
coverage run python test.py
10+
coverage run test.py
1111
after_success:
1212
coveralls

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
cpplint JUnit Converter
22
=======================
33

4-
.. image:: https://coveralls.io/repos/github/johnthagen/ccpplint-junit/badge.svg
5-
:target: https://coveralls.io/github/johnthagen/cpplint-junit
6-
74
.. image:: https://travis-ci.org/johnthagen/cpplint-junit.svg
85
:target: https://travis-ci.org/johnthagen/cpplint-junit
96

7+
.. image:: https://coveralls.io/repos/github/johnthagen/ccpplint-junit/badge.svg
8+
:target: https://coveralls.io/github/johnthagen/cpplint-junit
9+
1010
.. image:: https://img.shields.io/pypi/v/cpplint-junit.svg
1111
:target: https://pypi.python.org/pypi/cpplint-junit
1212

0 commit comments

Comments
 (0)