loongson/pypi/: coverage-5.4 metadata and description
Code coverage measurement for Python
author | Ned Batchelder and 140 others |
author_email | ned@nedbatchelder.com |
classifiers |
|
description_content_type | text/x-rst |
keywords | code coverage testing |
license | Apache 2.0 |
project_urls |
|
provides_extras | toml |
requires_dist |
|
requires_python | >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4 |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
coverage-5.4-cp37-cp37m-linux_loongarch64.whl
|
|
Code coverage testing for Python.
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 many versions of Python:
- CPython 2.7.
- CPython 3.5 through 3.10 alpha.
- PyPy2 7.3.3 and PyPy3 7.3.3.
Documentation is on Read the Docs. Code repository and issue tracker are on GitHub.
New in 5.x: SQLite data storage, JSON report, contexts, relative filenames, dropped support for Python 2.6, 3.3 and 3.4.
For Enterprise
![]() |
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.