Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A tool for measuring code coverage of Python programs (Required by gunicorn, python-nodeenv, python-nose, python-pytest-cov, python-virtualenv) | (PKGBUILD: https://archlinux.org/packages/extra/x86_64/python-coverage)

License

Notifications You must be signed in to change notification settings

sysfce2/python-coverage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.6, 2.7 and 3.3 through beta 3.8.
  • PyPy2 6.0 and PyPy3 6.0.
  • Jython 2.7.1, though not for reporting.
  • IronPython 2.7.7, though not for reporting.

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

New in 4.5: Configurator plug-ins.

New in 4.4: Suppressable warnings, continuous coverage measurement.

New in 4.3: HTML --skip-covered, sys.excepthook support, tox.ini support.

New in 4.2: better support for multiprocessing and combining data.

New in 4.1: much-improved branch coverage.

New in 4.0: --concurrency, plugins for non-Python files, setup.cfg support, --skip-covered, HTML filtering, and more than 50 issues closed.

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.

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

A tool for measuring code coverage of Python programs (Required by gunicorn, python-nodeenv, python-nose, python-pytest-cov, python-virtualenv) | (PKGBUILD: https://archlinux.org/packages/extra/x86_64/python-coverage)

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 72.8%
  • HTML 18.4%
  • JavaScript 2.6%
  • C 2.3%
  • CSS 2.2%
  • SCSS 1.0%
  • Other 0.7%