Skip to content

elarivie/coveragepy

This branch is 4 commits ahead of, 2050 commits behind nedbat/coveragepy:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

162df6e · Jan 30, 2021
Jan 10, 2021
Dec 19, 2020
Jan 30, 2021
Jan 30, 2021
Jan 10, 2021
Aug 19, 2020
Jan 27, 2021
Jan 30, 2021
Jan 6, 2019
Jul 4, 2020
Sep 23, 2020
Jul 6, 2019
Jan 26, 2021
Jan 26, 2021
Jul 24, 2015
Jan 10, 2021
Jan 26, 2021
Jan 24, 2021
Jan 24, 2021
Jun 24, 2018
Jan 26, 2021
Jan 10, 2021
Dec 22, 2019
Jan 27, 2021
Jan 10, 2021
Jan 10, 2021
Jan 10, 2021

Repository files navigation

Coverage.py

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

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.

About

Code coverage measurement for Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 78.4%
  • HTML 10.7%
  • JavaScript 3.5%
  • C 3.4%
  • CSS 2.3%
  • SCSS 1.1%
  • Other 0.6%