gituser/test_manylinux/: coverage-6.2 metadata and description

Homepage Simple index

Code coverage measurement for Python

author Ned Batchelder and 146 others
author_email ned@nedbatchelder.com
classifiers
  • Environment :: Console
  • Intended Audience :: Developers
  • License :: OSI Approved :: Apache Software License
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: Implementation :: CPython
  • Programming Language :: Python :: Implementation :: PyPy
  • Topic :: Software Development :: Quality Assurance
  • Topic :: Software Development :: Testing
  • Development Status :: 5 - Production/Stable
description_content_type text/x-rst
keywords code coverage testing
license Apache 2.0
project_urls
  • Documentation, https://coverage.readthedocs.io
  • Funding, https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=pypi
  • Issues, https://github.com/nedbat/coveragepy/issues
  • Twitter, https://twitter.com/coveragepy
provides_extras toml
requires_dist
  • tomli ; extra == 'toml'
requires_python >=3.6
File Tox results History
coverage-6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size
210 KB
Type
Python Wheel
Python
3.1.0
coverage-6.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size
209 KB
Type
Python Wheel
Python
3.7
coverage-6.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size
212 KB
Type
Python Wheel
Python
3.8
coverage-6.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size
210 KB
Type
Python Wheel
Python
3.9

Code coverage testing for Python.

License Python versions supported Package stability
Test suite status Quality check status Documentation Coverage!
PyPI status Weekly PyPI downloads Kit format Packaging status
Github stars Github forks Contributors
Tidelift coverage.py on Twitter nedbat on Twitter

Coverage.py measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.

Coverage.py runs on these versions of Python:

Documentation is on Read the Docs. Code repository and issue tracker are on GitHub.

New in 6.x: dropped support for Python 2.7 and 3.5; added support for 3.10 match/case statements.

For Enterprise

Tidelift

Available as part of the Tidelift Subscription. Coverage and thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. If you want the flexibility of open source and the confidence of commercial-grade software, this is for you. Learn more.

Getting Started

See the Quick Start section of the docs.

Change history

The complete history of changes is on the change history page.

Contributing

See the Contributing section of the docs.

Security

To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.

License

Licensed under the Apache 2.0 License. For details, see NOTICE.txt.