Skip to content

Commit

Permalink
Merge pull request #26 from retr0h/more-screwing-around
Browse files Browse the repository at this point in the history
Testing codecov.io
  • Loading branch information
retr0h committed Feb 7, 2019
2 parents ab4f6ed + cc84631 commit 194a472
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 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/
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ python:
# - "3.7"

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

script:
- tox

after_success:
- coveralls
- (cd .tox/ && codecov -v -X gcov --required)
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 194a472

Please sign in to comment.