File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- Coveralls for Python
2
- ====================
1
+ Coveralls for Python (Docs)
2
+ ===========================
3
3
4
4
:Test Status:
5
5
.. image :: https://img.shields.io/circleci/project/github/coveralls-clients/coveralls-python/master.svg?style=flat-square&label=CircleCI
@@ -39,7 +39,7 @@ package provides seamless integration with `coverage.py`_ (and thus ``pytest``,
39
39
``nosetests ``, etc...) in your Python projects::
40
40
41
41
pip install coveralls
42
- coverage run --source=mypkg setup.py test
42
+ coverage run --source=mypkg -m pytest tests/
43
43
coveralls
44
44
45
45
For more information and usage instructions, see our `documentation `_.
@@ -61,7 +61,8 @@ If you're in an outdated environment and experiencing an issue, feel free to
61
61
open a ticket -- but please mention your environment! I'm willing to backport
62
62
fixes to the 1.x branch if need be.
63
63
64
- .. _ coveralls.io : https ://coveralls.io /
64
+ .. _ Docs : http ://coveralls-python.readthedocs.io/en/latest /
65
65
.. _coverage.py : https://coverage.readthedocs.io/en/latest/
66
+ .. _coveralls.io : https://coveralls.io/
66
67
.. _documentation : http://coveralls-python.readthedocs.io/en/latest/
67
68
.. _the PyPA docs : https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
You can’t perform that action at this time.
0 commit comments