mirror of
https://github.com/django/daphne.git
synced 2025-07-14 18:02:17 +03:00
Add codecov.io
This commit is contained in:
parent
049d6f65ae
commit
2d261353d9
|
@ -10,6 +10,8 @@ env:
|
||||||
- TOXENV=py27
|
- TOXENV=py27
|
||||||
- TOXENV=py35
|
- TOXENV=py35
|
||||||
install:
|
install:
|
||||||
- travis_retry pip install tox
|
- travis_retry pip install tox codecov
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
|
after_success:
|
||||||
|
- codecov
|
||||||
|
|
|
@ -7,6 +7,9 @@ daphne
|
||||||
.. image:: https://img.shields.io/pypi/v/daphne.svg
|
.. image:: https://img.shields.io/pypi/v/daphne.svg
|
||||||
:target: https://pypi.python.org/pypi/daphne
|
: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
|
Daphne is a HTTP, HTTP2 and WebSocket protocol server for
|
||||||
`ASGI <http://channels.readthedocs.org/en/latest/asgi.html>`_, and developed
|
`ASGI <http://channels.readthedocs.org/en/latest/asgi.html>`_, and developed
|
||||||
to power Django Channels.
|
to power Django Channels.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user