diff --git a/.travis.yml b/.travis.yml index 2656122..089f0ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,3 +23,7 @@ env: - TOXENV=py34-1.8.X notifications: irc: "irc.freenode.org#django-compressor" + +after_success: + - pip install codecov + - codecov diff --git a/README.rst b/README.rst index 86ed3d7..83c6893 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ Django Compressor ================= -.. image:: https://coveralls.io/repos/django-compressor/django-compressor/badge.png?branch=develop - :target: https://coveralls.io/r/django-compressor/django-compressor?branch=develop +.. image:: http://codecov.io/github/django-compressor/django-compressor/coverage.svg?branch=develop + :target: http://codecov.io/github/django-compressor/django-compressor?branch=develop .. image:: https://pypip.in/v/django_compressor/badge.svg :target: https://pypi.python.org/pypi/django_compressor