File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 26
26
fi
27
27
28
28
pip3 install -U setuptools
29
- pip3 install coveralls flake8 isort opencv-python
29
+ pip3 install coverage flake8 isort opencv-python
Original file line number Diff line number Diff line change 12
12
flake8 aiortc examples tests
13
13
isort -c -df -rc aiortc examples tests
14
14
coverage run setup.py test
15
- coveralls
15
+ curl -s https://codecov.io/bash | bash
16
16
fi
Original file line number Diff line number Diff line change 1
1
aiortc
2
2
======
3
3
4
- |rtd | |pypi-v | |pypi-pyversions | |pypi-l | |travis | |coveralls | |gitter |
4
+ |rtd | |pypi-v | |pypi-pyversions | |pypi-l | |travis | |codecov | |gitter |
5
5
6
6
.. |rtd | image :: https://readthedocs.org/projects/aiortc/badge/?version=latest
7
7
:target: https://aiortc.readthedocs.io/
18
18
.. |travis | image :: https://img.shields.io/travis/jlaine/aiortc.svg
19
19
:target: https://travis-ci.org/jlaine/aiortc
20
20
21
- .. |coveralls | image :: https://img.shields.io/coveralls /jlaine/aiortc.svg
22
- :target: https://coveralls .io/github /jlaine/aiortc
21
+ .. |codecov | image :: https://img.shields.io/codecov/c/github /jlaine/aiortc.svg
22
+ :target: https://codecov .io/gh /jlaine/aiortc
23
23
24
24
.. |gitter | image :: https://img.shields.io/gitter/room/aiortc/Lobby.svg
25
25
:target: https://gitter.im/aiortc/Lobby
Original file line number Diff line number Diff line change 1
1
aiortc
2
2
=========
3
3
4
- |pypi-v | |pypi-pyversions | |pypi-l | |travis | |coveralls | |gitter |
4
+ |pypi-v | |pypi-pyversions | |pypi-l | |travis | |codecov | |gitter |
5
5
6
6
.. |pypi-v | image :: https://img.shields.io/pypi/v/aiortc.svg
7
7
:target: https://pypi.python.org/pypi/aiortc
15
15
.. |travis | image :: https://img.shields.io/travis/jlaine/aiortc.svg
16
16
:target: https://travis-ci.org/jlaine/aiortc
17
17
18
- .. |coveralls | image :: https://img.shields.io/coveralls /jlaine/aiortc.svg
19
- :target: https://coveralls .io/github /jlaine/aiortc
18
+ .. |codecov | image :: https://img.shields.io/codecov/c/github /jlaine/aiortc.svg
19
+ :target: https://codecov .io/gh /jlaine/aiortc
20
20
21
21
.. |gitter | image :: https://img.shields.io/gitter/room/aiortc/Lobby.svg
22
22
:target: https://gitter.im/aiortc/Lobby
You can’t perform that action at this time.
0 commit comments