Skip to content

Commit

Permalink
add codecov covereage
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepeak committed May 17, 2015
1 parent a4c5801 commit 12f48d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -74,6 +74,8 @@ install:
export IS_LATEST=false
fi;
# codecov is the interface to codecov.io; see after_success
- "echo 'travis_fold:start:codecov'; pip install codecov; echo 'travis_fold:end:codecov'"
# coveralls is the interface to coveralls.io; see after_success
- "echo 'travis_fold:start:coveralls'; pip install coveralls; echo 'travis_fold:end:coveralls'"
- "echo 'travis_fold:start:tw'; [ $TWISTED = latest ] || pip install Twisted==$TWISTED; echo 'travis_fold:end:tw'"
Expand Down Expand Up @@ -117,4 +119,5 @@ notifications:
email: false

after_success:
- "[ $IS_LATEST = false ] || codecov"
- "[ $IS_LATEST = false ] || coveralls"
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -27,5 +27,7 @@ Related repositories:

.. |travis-badge| image:: https://travis-ci.org/buildbot/buildbot.svg?branch=master
.. _travis-badge: https://travis-ci.org/buildbot/buildbot
.. |codecov-badge| image:: https://img.shields.io/codecov/buildbot/buildbot.svg
.. _codecov-badge: https://codecov.io/buildbot/buildbot?branch=master
.. |coveralls-badge| image:: https://img.shields.io/coveralls/buildbot/buildbot.svg
.. _coveralls-badge: https://coveralls.io/r/buildbot/buildbot?branch=master

0 comments on commit 12f48d3

Please sign in to comment.