Add codecov.io

This commit is contained in:
jpic 2016-06-15 21:45:21 +02:00
parent 049d6f65ae
commit 2d261353d9
2 changed files with 7 additions and 2 deletions

View File

@ -10,6 +10,8 @@ env:
- TOXENV=py27
- TOXENV=py35
install:
- travis_retry pip install tox
- travis_retry pip install tox codecov
script:
- tox
after_success:
- codecov

View File

@ -3,10 +3,13 @@ daphne
.. image:: https://api.travis-ci.org/andrewgodwin/daphne.svg
:target: https://travis-ci.org/andrewgodwin/daphne
.. image:: https://img.shields.io/pypi/v/daphne.svg
:target: https://pypi.python.org/pypi/daphne
.. image:: https://codecov.io/github/andrewgodwin/daphne/coverage.svg?branch=master
:target: https://codecov.io/github/andrewgodwin/daphne?branch=master
Daphne is a HTTP, HTTP2 and WebSocket protocol server for
`ASGI <http://channels.readthedocs.org/en/latest/asgi.html>`_, and developed
to power Django Channels.