mirror of
https://github.com/django/daphne.git
synced 2025-04-20 08:42:18 +03:00
Add codecov.io
This commit is contained in:
parent
049d6f65ae
commit
2d261353d9
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user