coveralls-python
================

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

Getting Started
---------------
.. toctree::
    :maxdepth: 2

    usage/index
    usage/configuration
    usage/vcsconfig
    usage/tox
    usage/multilang

    tips/coveragerc
    tips/nosetests

    troubleshooting

About
-----
.. toctree::
    :maxdepth: 2

    authors

Administration
--------------
.. toctree::
   :maxdepth: 2

   release

.. _coveralls.io: https://coveralls.io/
.. _coverage.py: https://coverage.readthedocs.io/en/latest/
