/coveralls-python

Show coverage stats online via coveralls.io

Primary LanguagePythonMIT LicenseMIT

Coveralls for python

image

image

image

image

image

image

image

image

coveralls.io is a service for publishing your coverage stats online. This package provides seamless integration with coverage.py (and thus pytest, nosetests, etc...) in your Python projects:

pip install coveralls
coverage run --source=mypkg setup.py test
coveralls

For more information and usage instructions, see our documentation.