Skip to content

Commit

Permalink
Testing codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Feb 7, 2019
1 parent ab4f6ed commit cc84631
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
.coverage
.eggs/
.tox/
coverage.*
doc/build/
htmlcov/
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ python:
# - "3.7"

install:
- pip install tox-travis coveralls
- pip install tox-travis coveralls codecov

script:
- tox

after_success:
- coveralls
- codecov -X gcov
12 changes: 8 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
.. image:: http://img.shields.io/travis/retr0h/git-url-parse.svg?style=flat-square
:target: https://travis-ci.org/retr0h/git-url-parse
.. image:: http://img.shields.io/travis/retr0h/git-url-parse.svg?style=popout-square&logo=travis
:target: https://travis-ci.org/retr0h/git-url-parse

.. image:: https://img.shields.io/coveralls/github/retr0h/git-url-parse.svg?style=popout-square&logo=coveralls
:target: https://coveralls.io/github/retr0h/git-url-parse

.. image:: https://img.shields.io/codecov/c/git/retr0h/git-url-parse.svg?style=popout-square&logo=codecov
:target: https://codecov.io/gh/retr0h/git-url-parse

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

***********
giturlparse
Expand Down

0 comments on commit cc84631

Please sign in to comment.