Skip to content

Commit 194a472

Browse files
committed
Merge pull request #26 from retr0h/more-screwing-around
Testing codecov.io
2 parents ab4f6ed + cc84631 commit 194a472

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
.coverage
55
.eggs/
66
.tox/
7+
coverage.*
78
doc/build/
89
htmlcov/

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ python:
88
# - "3.7"
99

1010
install:
11-
- pip install tox-travis coveralls
11+
- pip install tox-travis codecov
1212

1313
script:
1414
- tox
1515

1616
after_success:
17-
- coveralls
17+
- (cd .tox/ && codecov -v -X gcov --required)

README.rst

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
.. image:: http://img.shields.io/travis/retr0h/git-url-parse.svg?style=flat-square
2-
:target: https://travis-ci.org/retr0h/git-url-parse
1+
.. image:: http://img.shields.io/travis/retr0h/git-url-parse.svg?style=popout-square&logo=travis
2+
:target: https://travis-ci.org/retr0h/git-url-parse
3+
4+
.. image:: https://img.shields.io/coveralls/github/retr0h/git-url-parse.svg?style=popout-square&logo=coveralls
5+
:target: https://coveralls.io/github/retr0h/git-url-parse
6+
7+
.. image:: https://img.shields.io/codecov/c/git/retr0h/git-url-parse.svg?style=popout-square&logo=codecov
8+
:target: https://codecov.io/gh/retr0h/git-url-parse
39

4-
.. image:: https://img.shields.io/coveralls/github/retr0h/git-url-parse.svg?style=flat-square
5-
:target: https://coveralls.io/github/retr0h/git-url-parse
610

711
***********
812
giturlparse

0 commit comments

Comments
 (0)