Skip to main content

Code coverage measurement for Python

Project description

Code coverage testing for Python.

License Python versions supported Package stability
Build status Windows build status Documentation Coverage!
PyPI status 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 many versions of Python:

  • CPython 2.7.

  • CPython 3.5 through 3.9 alpha 1.

  • PyPy2 7.0 and PyPy3 7.0.

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

New in 5.0: 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.

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.

Project details


Release history Release notifications | RSS feed

This version

5.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coverage-5.0.tar.gz (673.8 kB view details)

Uploaded Source

Built Distributions

coverage-5.0-cp39-cp39m-win_amd64.whl (204.7 kB view details)

Uploaded CPython 3.9m Windows x86-64

coverage-5.0-cp39-cp39m-win32.whl (203.4 kB view details)

Uploaded CPython 3.9m Windows x86

coverage-5.0-cp38-cp38m-win_amd64.whl (204.7 kB view details)

Uploaded CPython 3.8m Windows x86-64

coverage-5.0-cp38-cp38m-win32.whl (203.4 kB view details)

Uploaded CPython 3.8m Windows x86

coverage-5.0-cp38-cp38-manylinux1_x86_64.whl (227.6 kB view details)

Uploaded CPython 3.8

coverage-5.0-cp38-cp38-manylinux1_i686.whl (225.0 kB view details)

Uploaded CPython 3.8

coverage-5.0-cp38-cp38-macosx_10_13_x86_64.whl (202.1 kB view details)

Uploaded CPython 3.8 macOS 10.13+ x86-64

coverage-5.0-cp37-cp37m-win_amd64.whl (204.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

coverage-5.0-cp37-cp37m-win32.whl (203.3 kB view details)

Uploaded CPython 3.7m Windows x86

coverage-5.0-cp37-cp37m-manylinux1_x86_64.whl (226.0 kB view details)

Uploaded CPython 3.7m

coverage-5.0-cp37-cp37m-manylinux1_i686.whl (223.4 kB view details)

Uploaded CPython 3.7m

coverage-5.0-cp37-cp37m-macosx_10_13_x86_64.whl (201.8 kB view details)

Uploaded CPython 3.7m macOS 10.13+ x86-64

coverage-5.0-cp36-cp36m-win_amd64.whl (204.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

coverage-5.0-cp36-cp36m-win32.whl (203.3 kB view details)

Uploaded CPython 3.6m Windows x86

coverage-5.0-cp36-cp36m-manylinux1_x86_64.whl (226.0 kB view details)

Uploaded CPython 3.6m

coverage-5.0-cp36-cp36m-manylinux1_i686.whl (223.5 kB view details)

Uploaded CPython 3.6m

coverage-5.0-cp36-cp36m-macosx_10_13_x86_64.whl (201.9 kB view details)

Uploaded CPython 3.6m macOS 10.13+ x86-64

coverage-5.0-cp35-cp35m-win_amd64.whl (204.5 kB view details)

Uploaded CPython 3.5m Windows x86-64

coverage-5.0-cp35-cp35m-win32.whl (203.3 kB view details)

Uploaded CPython 3.5m Windows x86

coverage-5.0-cp35-cp35m-manylinux1_x86_64.whl (226.0 kB view details)

Uploaded CPython 3.5m

coverage-5.0-cp35-cp35m-manylinux1_i686.whl (223.5 kB view details)

Uploaded CPython 3.5m

coverage-5.0-cp35-cp35m-macosx_10_12_x86_64.whl (201.8 kB view details)

Uploaded CPython 3.5m macOS 10.12+ x86-64

coverage-5.0-cp27-cp27mu-manylinux1_x86_64.whl (222.9 kB view details)

Uploaded CPython 2.7mu

coverage-5.0-cp27-cp27mu-manylinux1_i686.whl (221.6 kB view details)

Uploaded CPython 2.7mu

coverage-5.0-cp27-cp27m-win_amd64.whl (202.1 kB view details)

Uploaded CPython 2.7m Windows x86-64

coverage-5.0-cp27-cp27m-win32.whl (201.9 kB view details)

Uploaded CPython 2.7m Windows x86

coverage-5.0-cp27-cp27m-manylinux1_x86_64.whl (222.9 kB view details)

Uploaded CPython 2.7m

coverage-5.0-cp27-cp27m-manylinux1_i686.whl (221.6 kB view details)

Uploaded CPython 2.7m

coverage-5.0-cp27-cp27m-macosx_10_13_intel.whl (206.8 kB view details)

Uploaded CPython 2.7m macOS 10.13+ intel

coverage-5.0-cp27-cp27m-macosx_10_12_x86_64.whl (201.8 kB view details)

Uploaded CPython 2.7m macOS 10.12+ x86-64

File details

Details for the file coverage-5.0.tar.gz.

File metadata

  • Download URL: coverage-5.0.tar.gz
  • Upload date:
  • Size: 673.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0.tar.gz
Algorithm Hash digest
SHA256 e1bad043c12fb58e8c7d92b3d7f2f49977dcb80a08a6d1e7a5114a11bf819fca
MD5 4992c3b0d2246698b955308e920f94d2
BLAKE2b-256 efb381032ae04ab75f3232afaa598191945f08811ea6824a0ba7d7ec9f84f80b

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp39-cp39m-win_amd64.whl.

File metadata

  • Download URL: coverage-5.0-cp39-cp39m-win_amd64.whl
  • Upload date:
  • Size: 204.7 kB
  • Tags: CPython 3.9m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp39-cp39m-win_amd64.whl
Algorithm Hash digest
SHA256 c1b030a79749aa8d1f1486885040114ee56933b15ccfc90049ba266e4aa2139f
MD5 4384df85b97f3c896a2e4e5b9e30ee1b
BLAKE2b-256 4454d22e179885637bd438c931a645cb535bcf7368414233c80f364664b58e3f

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp39-cp39m-win32.whl.

File metadata

  • Download URL: coverage-5.0-cp39-cp39m-win32.whl
  • Upload date:
  • Size: 203.4 kB
  • Tags: CPython 3.9m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp39-cp39m-win32.whl
Algorithm Hash digest
SHA256 79fd5d3d62238c4f583b75d48d53cdae759fe04d4fb18fe8b371d88ad2b6f8be
MD5 92151b39c8dc6750446d3ba875a6a40a
BLAKE2b-256 48146448325ff56f28b70a97141b1e2c660488cd99a769e20367b9b3f7dbbca1

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp38-cp38m-win_amd64.whl.

File metadata

  • Download URL: coverage-5.0-cp38-cp38m-win_amd64.whl
  • Upload date:
  • Size: 204.7 kB
  • Tags: CPython 3.8m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp38-cp38m-win_amd64.whl
Algorithm Hash digest
SHA256 a6d092545e5af53e960465f652e00efbf5357adad177b2630d63978d85e46a72
MD5 8cbbe464b5730e237e1f9485edc31361
BLAKE2b-256 1e6cb0d2539706d2b656941a66af6b94eeb6e9bb29321e35401ceb7f4fdd9457

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp38-cp38m-win32.whl.

File metadata

  • Download URL: coverage-5.0-cp38-cp38m-win32.whl
  • Upload date:
  • Size: 203.4 kB
  • Tags: CPython 3.8m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp38-cp38m-win32.whl
Algorithm Hash digest
SHA256 2ee55e6dba516ddf6f484aa83ccabbb0adf45a18892204c23486938d12258cde
MD5 23359bba8865d87079d1366bb5513e42
BLAKE2b-256 c06c5019333727eb22e1168b5cf7ef341215d27ac510b1cc4248c521a42ad752

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: coverage-5.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 227.6 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 88d2cbcb0a112f47eef71eb95460b6995da18e6f8ca50c264585abc2c473154b
MD5 86287bcd3ea0b0215ef9409ea80698e3
BLAKE2b-256 d90f66c324e9ab6c8409f1d9a76b38fa6fbee53c33f697890137fe4e41f64af1

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: coverage-5.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 225.0 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0cd13a6e98c37b510a2d34c8281d5e1a226aaf9b65b7d770ef03c63169965351
MD5 8fe01ab05af7de3552bc541ec0c98f93
BLAKE2b-256 0518b1f3638648b04d551654aa37b40d2d109da1aa7a423c21fa4fbc4e4052f7

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp38-cp38-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: coverage-5.0-cp38-cp38-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 202.1 kB
  • Tags: CPython 3.8, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c95bb147fab76f2ecde332d972d8f4138b8f2daee6c466af4ff3b4f29bd4c19e
MD5 863d1ee0be36b7179f4d410e3dc2c8cf
BLAKE2b-256 058653d3a4a2927eed51a2a04b9c84ab385588731ced626ac9719c5de55e6f01

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: coverage-5.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 204.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b5ed7837b923d1d71c4f587ae1539ccd96bfd6be9788f507dbe94dab5febbb5d
MD5 5a2cb352239c6f1255d400dc72bf6267
BLAKE2b-256 969bb2fe80d0403695ee0828316d0044039dcf7ee854713eef39735b094ca47d

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: coverage-5.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 203.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 50197163a22fd17f79086e087a787883b3ec9280a509807daf158dfc2a7ded02
MD5 58fcf18cab84401e4c64cddb766f5a0e
BLAKE2b-256 1236e6c37217a8b403d31c6b44f7c05a008b60f5550b5fca42fde4ffe54007d3

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: coverage-5.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 226.0 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d609a6d564ad3d327e9509846c2c47f170456344521462b469e5cb39e48ba31c
MD5 373ccbbe3082118d9d57ad3f1fa5456e
BLAKE2b-256 b6d8cb3f8bbae33db7f24027721d61f73145f25bfbcf078a23b2998478e5258c

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: coverage-5.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 223.4 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 4a7f8e72b18f2aca288ff02255ce32cc830bc04d993efbc87abf6beddc9e56c0
MD5 8bbb04337a4e5c8f20a68a2264d0db16
BLAKE2b-256 cc4e225797f09218b6a332ef6fd5b4b18daae2e44841996a606c0dbc5b4dec79

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp37-cp37m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: coverage-5.0-cp37-cp37m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 201.8 kB
  • Tags: CPython 3.7m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 79388ae29c896299b3567965dbcd93255f175c17c6c7bca38614d12718c47466
MD5 6e37036ddb08b6dbe2d014af4572181c
BLAKE2b-256 57c2c2bebbdc27a3754b61ee45b4c70bf00863eb09663b9293f438d273718737

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: coverage-5.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 204.5 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3be5338a2eb4ef03c57f20917e1d12a1fd10e3853fed060b6d6b677cb3745898
MD5 1ff1ffdc1a6d05ba6add59167d1ee44e
BLAKE2b-256 9e42f9cc0dd32d01add63b7356ca78ffbc84344c0875634cc8203e7774c31a70

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: coverage-5.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 203.3 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 47c81ee687eafc2f1db7f03fbe99aab81330565ebc62fb3b61edfc2216a550c8
MD5 14db5a0c4a5775d5b6ddc2a931cf53c7
BLAKE2b-256 4564c502eafd2ed64c52bd63e8eba62f363c987f189f2b0804d71af138963f30

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: coverage-5.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 226.0 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 be1d89614c6b6c36d7578496dc8625123bda2ff44f224cf8b1c45b810ee7383f
MD5 2a0e9f85b76d67879ab42c4ad27f550e
BLAKE2b-256 fd831f99e79d9b809eaf2a1dfc8a52a197a921501e4d7c592b1902bae0da0897

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: coverage-5.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 223.5 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 7fe3e2fde2bf1d7ce25ebcd2d3de3650b8d60d9a73ce6dcef36e20191291613d
MD5 ea34815022fb65a048b2ba59c126bccb
BLAKE2b-256 f5a34b7d074fdf47c03560af50b00b4240d2d5dba07fde92fc561c18a25e287d

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp36-cp36m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: coverage-5.0-cp36-cp36m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 201.9 kB
  • Tags: CPython 3.6m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fec32646b98baf4a22fdceb08703965bd16dea09051fbeb31a04b5b6e72b846c
MD5 abaf9a9a85e3727d98846f689ffdb088
BLAKE2b-256 87ca6ce60557d9f4b76fcca1d801be3e5fd7ce45bc5594ffc03e6ffdee8c7181

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: coverage-5.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 204.5 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 81042a24f67b96e4287774014fa27220d8a4d91af1043389e4d73892efc89ac6
MD5 251558b1c6edf92885bf27c11aaf7560
BLAKE2b-256 f1fc4d7914c89c9cd2b36d09fba57fa64418f099da6c4f6e39d0d228f95d1b96

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: coverage-5.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 203.3 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 56b13000acf891f700f5067512b804d1ec8c301d627486c678b903859d07f798
MD5 fc4b2710791ca5c35cd335533ee21dbe
BLAKE2b-256 a01145930e0e3ebec5e9f4714fb34a929fd758d5b8ceb107353936facac4e2c3

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: coverage-5.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 226.0 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1a4b6b6a2a3a6612e6361130c2cc3dc4378d8c221752b96167ccbad94b47f3cd
MD5 57cdcc3fd7045be2237d41d4ad8583f8
BLAKE2b-256 754e16fa6c4b43267bd9613ee6e49b7c9e3b5ee03923b1c589ac356bfc14b34b

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: coverage-5.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 223.5 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 979daa8655ae5a51e8e7a24e7d34e250ae8309fd9719490df92cbb2fe2b0422b
MD5 d1e49480365e7829e1a519ea249f89a4
BLAKE2b-256 62bb2de129a2aefc71131a6b09e16c0611124c232e5be1acbff0c5c214dff270

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp35-cp35m-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: coverage-5.0-cp35-cp35m-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 201.8 kB
  • Tags: CPython 3.5m, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp35-cp35m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 91f2491aeab9599956c45a77c5666d323efdec790bfe23fcceafcd91105d585a
MD5 653a61b9c717be4d42f3de7fc784e542
BLAKE2b-256 a7d8e74ce26a4e74f250490b4a56b354b789af3384f673813230e1c93cfe055b

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: coverage-5.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 222.9 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 475bf7c4252af0a56e1abba9606f1e54127cdf122063095c75ab04f6f99cf45e
MD5 7cb97e6fdd5cc660804507688b193593
BLAKE2b-256 35717673f8e6148884baf017e959fb5e01000b4558296b0874276951f97be8e4

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: coverage-5.0-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 221.6 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ba259f68250f16d2444cbbfaddaa0bb20e1560a4fdaad50bece25c199e6af864
MD5 774d9c4e4eaa36cf40c2e23af7627bff
BLAKE2b-256 0afa3d699907d443ab169733ed884fcf094f8c9a3818d709a216f25196fc32ff

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: coverage-5.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 202.1 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 d52c1c2d7e856cecc05aa0526453cb14574f821b7f413cc279b9514750d795c1
MD5 0ed31926de9ec5f744c79400450eb04a
BLAKE2b-256 2fc9e2d3f9aaf0af1c365304020e43045e2a9f40b38c48fe59cb45fc9cc0fd93

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp27-cp27m-win32.whl.

File metadata

  • Download URL: coverage-5.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 201.9 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 44b783b02db03c4777d8cf71bae19eadc171a6f2a96777d916b2c30a1eb3d070
MD5 3f9c601af5f4de6988e7fb042cb8652c
BLAKE2b-256 0b109742100926bbd9978cb3332fd2b4d62dfdbd8b090e44a7de139e9ef79c2a

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: coverage-5.0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 222.9 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8873dc0d8f42142ea9f20c27bbdc485190fff93823c6795be661703369e5877d
MD5 70efbd783b6ee4ab6f06e0be63447aa6
BLAKE2b-256 3919eb4d2db04879882846d416141fc329c76af135ca1b19c810103d60b667a5

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: coverage-5.0-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 221.6 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 81326f1095c53111f8afc95da281e1414185f4a538609a77ca50bdfa39a6c207
MD5 64d0bc9a51293535da38625c731cb3e9
BLAKE2b-256 3651a4f3b6d6f1d79e4b289cfdbf00545bad046a756c76fc2dc8a81bb730b3dc

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp27-cp27m-macosx_10_13_intel.whl.

File metadata

  • Download URL: coverage-5.0-cp27-cp27m-macosx_10_13_intel.whl
  • Upload date:
  • Size: 206.8 kB
  • Tags: CPython 2.7m, macOS 10.13+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp27-cp27m-macosx_10_13_intel.whl
Algorithm Hash digest
SHA256 e5a675f6829c53c87d79117a8eb656cc4a5f8918185a32fc93ba09778e90f6db
MD5 470bab462c4ada5ad7d5aee5be120915
BLAKE2b-256 6521588dd5b05c99099b52f701ff94dd3771e0d355742e1951e4c5d8fffbd651

See more details on using hashes here.

File details

Details for the file coverage-5.0-cp27-cp27m-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: coverage-5.0-cp27-cp27m-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 201.8 kB
  • Tags: CPython 2.7m, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0-cp27-cp27m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9c871b006c878a890c6e44a5b2f3c6291335324b298c904dc0402ee92ee1f0be
MD5 f0042c674f2decc49bc84a7bf90fe725
BLAKE2b-256 a3b3075ff412ea44fac7131c2e18a115ab0de4d8c221539553d92c6b54486960

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page