Skip to content

Commit

Permalink
Merge pull request pycontribs#332 from pycontribs/feature/coverage
Browse files Browse the repository at this point in the history
Enabled codecov.io and hidden coveralls.io
  • Loading branch information
ssbarnea authored Jan 23, 2017
2 parents 7c6aa01 + 2e963ee commit 8be565f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ script:
- pip uninstall -y jira && easy_install ./dist/jira-*.tar.gz
after_success:
- coveralls
- bash <(curl -s https://codecov.io/bash)
- requires.io update-site -t ac3bbcca32ae03237a6aae2b02eb9411045489bb -r
notifications:
email:
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ JIRA Python Library
.. image:: https://img.shields.io/pypi/status/jira.svg
:target: https://pypi.python.org/pypi/jira/

.. image:: https://img.shields.io/coveralls/pycontribs/jira.svg
:target: https://coveralls.io/r/pycontribs/jira
.. image:: https://codecov.io/gh/pycontribs/jira/branch/develop/graph/badge.svg
:target: https://codecov.io/gh/pycontribs/jira

.. image:: https://img.shields.io/bountysource/team/pycontribs/activity.svg
:target: https://www.bountysource.com/teams/pycontribs/issues?tracker_ids=3650997
Expand Down

0 comments on commit 8be565f

Please sign in to comment.