File tree 3 files changed +11
-6
lines changed
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 4
4
.coverage
5
5
.eggs /
6
6
.tox /
7
+ coverage. *
7
8
doc /build /
8
9
htmlcov /
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ python:
8
8
# - "3.7"
9
9
10
10
install :
11
- - pip install tox-travis coveralls
11
+ - pip install tox-travis codecov
12
12
13
13
script :
14
14
- tox
15
15
16
16
after_success :
17
- - coveralls
17
+ - (cd .tox/ && codecov -v -X gcov --required)
Original file line number Diff line number Diff line change 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
3
9
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
6
10
7
11
***********
8
12
giturlparse
You can’t perform that action at this time.
0 commit comments