Lines Matching refs:coverage
2 Name: coverage
4 Summary: Code coverage measurement for Python
5 Home-page: https://coverage.readthedocs.org
16 Code coverage testing for Python.
22 Coverage.py measures code coverage, typically during test execution. It uses
29 Documentation is on `Read the Docs <https://coverage.readthedocs.org>`_.
40 See the `quick start <https://coverage.readthedocs.org/#quick-start>`_
57 .. |docs| image:: https://readthedocs.org/projects/coverage/badge/?version=latest&style=flat
58 :target: https://coverage.readthedocs.org
63 .. |kit| image:: https://badge.fury.io/py/coverage.svg
64 :target: https://pypi.python.org/pypi/coverage
66 .. |format| image:: https://img.shields.io/pypi/format/coverage.svg
67 :target: https://pypi.python.org/pypi/coverage
69 .. |downloads| image:: https://img.shields.io/pypi/dd/coverage.svg
70 :target: https://pypi.python.org/pypi/coverage
72 .. |versions| image:: https://img.shields.io/pypi/pyversions/coverage.svg
73 :target: https://pypi.python.org/pypi/coverage
75 .. |status| image:: https://img.shields.io/pypi/status/coverage.svg
76 :target: https://pypi.python.org/pypi/coverage
78 .. |license| image:: https://img.shields.io/pypi/l/coverage.svg
79 :target: https://pypi.python.org/pypi/coverage
81 .. |codecov| image:: http://codecov.io/github/nedbat/coveragepy/coverage.svg?branch=master
85 Keywords: code coverage testing