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 a0efd3c
Show file tree
Hide file tree
Showing 3 changed files with 15 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/
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ python:
# - "3.7"

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

script:
- tox

after_success:
- coveralls
- find . -name ".coverage"
- ls -al
- coveralls -v
- ls -al
- codecov -v -X gcov --required --file ./.tox/.coverage
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 a0efd3c

Please sign in to comment.