File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 44.coverage
55.eggs /
66.tox /
7+ coverage. *
78doc /build /
89htmlcov /
Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ python:
88 # - "3.7"
99
1010install :
11- - pip install tox-travis coveralls
11+ - pip install tox-travis coveralls codecov
1212
1313script :
1414 - tox
1515
1616after_success :
1717 - coveralls
18+ - codecov -X gcov
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
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***********
812giturlparse
You can’t perform that action at this time.
0 commit comments