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 4.

  • PyPy2 7.3.0 and PyPy3 7.3.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.

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.

Project details


Release history Release notifications | RSS feed

This version

5.1

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.1.tar.gz (687.4 kB view details)

Uploaded Source

Built Distributions

coverage-5.1-cp39-cp39-win_amd64.whl (206.0 kB view details)

Uploaded CPython 3.9Windows x86-64

coverage-5.1-cp39-cp39-win32.whl (204.7 kB view details)

Uploaded CPython 3.9Windows x86

coverage-5.1-cp38-cp38-win_amd64.whl (206.1 kB view details)

Uploaded CPython 3.8Windows x86-64

coverage-5.1-cp38-cp38-win32.whl (204.8 kB view details)

Uploaded CPython 3.8Windows x86

coverage-5.1-cp38-cp38-manylinux1_x86_64.whl (229.0 kB view details)

Uploaded CPython 3.8

coverage-5.1-cp38-cp38-manylinux1_i686.whl (226.5 kB view details)

Uploaded CPython 3.8

coverage-5.1-cp38-cp38-macosx_10_13_x86_64.whl (203.5 kB view details)

Uploaded CPython 3.8macOS 10.13+ x86-64

coverage-5.1-cp37-cp37m-win_amd64.whl (205.9 kB view details)

Uploaded CPython 3.7mWindows x86-64

coverage-5.1-cp37-cp37m-win32.whl (204.8 kB view details)

Uploaded CPython 3.7mWindows x86

coverage-5.1-cp37-cp37m-manylinux1_x86_64.whl (227.4 kB view details)

Uploaded CPython 3.7m

coverage-5.1-cp37-cp37m-manylinux1_i686.whl (224.8 kB view details)

Uploaded CPython 3.7m

coverage-5.1-cp37-cp37m-macosx_10_13_x86_64.whl (203.3 kB view details)

Uploaded CPython 3.7mmacOS 10.13+ x86-64

coverage-5.1-cp36-cp36m-win_amd64.whl (205.9 kB view details)

Uploaded CPython 3.6mWindows x86-64

coverage-5.1-cp36-cp36m-win32.whl (204.8 kB view details)

Uploaded CPython 3.6mWindows x86

coverage-5.1-cp36-cp36m-manylinux1_x86_64.whl (227.5 kB view details)

Uploaded CPython 3.6m

coverage-5.1-cp36-cp36m-manylinux1_i686.whl (224.9 kB view details)

Uploaded CPython 3.6m

coverage-5.1-cp36-cp36m-macosx_10_13_x86_64.whl (203.3 kB view details)

Uploaded CPython 3.6mmacOS 10.13+ x86-64

coverage-5.1-cp35-cp35m-win_amd64.whl (205.9 kB view details)

Uploaded CPython 3.5mWindows x86-64

coverage-5.1-cp35-cp35m-win32.whl (204.8 kB view details)

Uploaded CPython 3.5mWindows x86

coverage-5.1-cp35-cp35m-manylinux1_x86_64.whl (227.5 kB view details)

Uploaded CPython 3.5m

coverage-5.1-cp35-cp35m-manylinux1_i686.whl (224.9 kB view details)

Uploaded CPython 3.5m

coverage-5.1-cp35-cp35m-macosx_10_12_x86_64.whl (203.3 kB view details)

Uploaded CPython 3.5mmacOS 10.12+ x86-64

coverage-5.1-cp27-cp27mu-manylinux1_x86_64.whl (224.3 kB view details)

Uploaded CPython 2.7mu

coverage-5.1-cp27-cp27mu-manylinux1_i686.whl (223.0 kB view details)

Uploaded CPython 2.7mu

coverage-5.1-cp27-cp27m-win_amd64.whl (203.5 kB view details)

Uploaded CPython 2.7mWindows x86-64

coverage-5.1-cp27-cp27m-win32.whl (203.3 kB view details)

Uploaded CPython 2.7mWindows x86

coverage-5.1-cp27-cp27m-manylinux1_x86_64.whl (224.3 kB view details)

Uploaded CPython 2.7m

coverage-5.1-cp27-cp27m-manylinux1_i686.whl (223.0 kB view details)

Uploaded CPython 2.7m

coverage-5.1-cp27-cp27m-macosx_10_13_intel.whl (208.3 kB view details)

Uploaded CPython 2.7mmacOS 10.13+ Intel (x86-64, i386)

coverage-5.1-cp27-cp27m-macosx_10_12_x86_64.whl (203.2 kB view details)

Uploaded CPython 2.7mmacOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: coverage-5.1.tar.gz
  • Upload date:
  • Size: 687.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1.tar.gz
Algorithm Hash digest
SHA256 f90bfc4ad18450c80b024036eaf91e4a246ae287701aaa88eaebebf150868052
MD5 506e30fb011158abe5ce92f39866b271
BLAKE2b-256 fe4d3d892bdd21acba6c9e9bec6dc93fbe619883a0967c62f976122f2c6366f3

See more details on using hashes here.

File details

Details for the file coverage-5.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: coverage-5.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 206.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bb28a7245de68bf29f6fb199545d072d1036a1917dca17a1e75bbb919e14ee8e
MD5 2803ec7fc2280770e517edcf7814fa9a
BLAKE2b-256 9e914fbe2cd5a71d429f2bace69214cb90b6750ec5686969805527adba869435

See more details on using hashes here.

File details

Details for the file coverage-5.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: coverage-5.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 204.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a82b92b04a23d3c8a581fc049228bafde988abacba397d57ce95fe95e0338ab4
MD5 19207284821d61115b9688ed9cc44469
BLAKE2b-256 6cb0f07693d618b928436113ab17004e6fd0cfd414c605f1960cd69f1c10bc91

See more details on using hashes here.

File details

Details for the file coverage-5.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: coverage-5.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 206.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 79a3cfd6346ce6c13145731d39db47b7a7b859c0272f02cdb89a3bdcbae233a0
MD5 3f2354053841c0591fd1697bcf9a7880
BLAKE2b-256 3aea989d45f66cbe42d289535c0542c8efe25d44cf8e5dd9071088e0bf162d6e

See more details on using hashes here.

File details

Details for the file coverage-5.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: coverage-5.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 204.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8fa0cbc7ecad630e5b0f4f35b0f6ad419246b02bc750de7ac66db92667996d24
MD5 ed53ddbb1667da6711e4bd6678651699
BLAKE2b-256 e872bb87c825596ee80c6872ea8380114765988e0d46f238b7626f71af4c2ed9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 229.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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6402bd2fdedabbdb63a316308142597534ea8e1895f4e7d8bf7476c5e8751fef
MD5 1a021cc2774df7f2e039f67c35a1bf43
BLAKE2b-256 523853a28fcbe77f56f92d45f9961feca85caebe7424b63a10b07aa8607a4f8d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 226.5 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a3f3654d5734a3ece152636aad89f58afc9213c6520062db3978239db122f03c
MD5 dde08e3641ff489dee06198c95c98dac
BLAKE2b-256 969fa04c0c4c400ede6a13992c87f5534b87d02c6ff3d8d2c777404221f220c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp38-cp38-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 203.5 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 402e1744733df483b93abbf209283898e9f0d67470707e3c7516d84f48524f55
MD5 869161d870962d46b2a8e623e94646d9
BLAKE2b-256 e6918d6601041371a8e1e97bbe2239a58eefb7a07d08eef0a7079ab63365af78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 205.9 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 00f1d23f4336efc3b311ed0d807feb45098fc86dee1ca13b3d6768cdab187c8a
MD5 59cc8fdaea4068e3d412eb8ef65e2826
BLAKE2b-256 f3cf6ab0887ad2633d8a4688f5fb56d4901822ef6d810a8524b69ca693f2b41e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 204.8 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 782caea581a6e9ff75eccda79287daefd1d2631cc09d642b6ee2d6da21fc0a4e
MD5 46b79d0144a83e88524d852642a7a769
BLAKE2b-256 27229985db171dce34141cc8ea1176516de70c78eb66a6fa72a07816277770be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 227.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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 adeb4c5b608574a3d647011af36f7586811a2c1197c861aedb548dd2453b41cd
MD5 a340f86152c02c0af43bc841dbc30403
BLAKE2b-256 0d85b055f9c1a210f0c7e16e675b286ce4e16d80ba4c4e566de143e8d58dd7f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 224.8 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e1ea316102ea1e1770724db01998d1603ed921c54a86a2efcb03428d5417e489
MD5 834c5123bb937d4a9e35cc85088e2608
BLAKE2b-256 e799c46b10b77e3768668a2528f184cc495186674a94ae1d380270601badb6c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp37-cp37m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 203.3 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 01333e1bd22c59713ba8a79f088b3955946e293114479bbfc2e37d522be03355
MD5 7ca93a128dba80bb58e880b8177c5b94
BLAKE2b-256 62356b122410465e10d59fd1155c7a2882ec05af03326e33265a21986790dbe7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 205.9 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 dead2ddede4c7ba6cb3a721870f5141c97dc7d85a079edb4bd8d88c3ad5b20c7
MD5 75c4804d976d1cfe2adac6886790a86a
BLAKE2b-256 7d73877820428deb07ef1173d93b4e9134684fef87c5a932866fc3c41681a3b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 204.8 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 2742c7515b9eb368718cd091bad1a1b44135cc72468c731302b3d641895b83d1
MD5 6124fa25b505a8749984752b582f92d7
BLAKE2b-256 ba2c80e00277314686bb6bd4035b8b48378bd03d76d018be67d7f0e55c736007

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 227.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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5c542d1e62eece33c306d66fe0a5c4f7f7b3c08fecc46ead86d7916684b36d6c
MD5 1e798f84ea022b4d7725b0338069283e
BLAKE2b-256 2a3efc18ecef69f174c13493576f46966053c1da07fd8721962530dc1a10b1ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 224.9 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 66460ab1599d3cf894bb6baee8c684788819b71a5dc1e8fa2ecc152e5d752019
MD5 c47b33bd48070f74513bf5e481b7fe6a
BLAKE2b-256 b8d5fe3b7ed67326b1c4e90420861c6e1d45fa7f6f2fdc42e90c756f80ed318f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp36-cp36m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 203.3 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2d27a3f742c98e5c6b461ee6ef7287400a1956c11421eb574d843d9ec1f772f0
MD5 c8cd079446b6ab7a8bc1e88e90d23227
BLAKE2b-256 8da12febc6973d1086ab92c2db2a4812b05ae42c3bf7e93c87b43cb59e46cbd6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 205.9 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 0e61d9803d5851849c24f78227939c701ced6704f337cad0a91e0972c51c1ee7
MD5 89e2e233768e74cc83adf0d792e9b68e
BLAKE2b-256 1d7b2f65e91d70ded93311842798665f7e92fb90a70bef5c6127eac44d743417

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 204.8 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 a027ef0492ede1e03a8054e3c37b8def89a1e3c471482e9f046906ba4f2aafd2
MD5 6394c3162e734fccf3cd767d776012bf
BLAKE2b-256 8daf5a8530e1f0db9e2cd36a3da5fabe33732ca9a6827f24abf6c6aee5e5b375

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 227.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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 dbe8c6ae7534b5b024296464f387d57c13caa942f6d8e6e0346f27e509f0f768
MD5 492ea41d0f7aaf1a9389bb9930ddcbe2
BLAKE2b-256 f63310fd30e91f5daf9b0712dff47031e7ba29537e104585aef2a3f4b59665ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 224.9 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1601e480b9b99697a570cea7ef749e88123c04b92d84cedaa01e117436b4a0a9
MD5 6a29b622640582e7dcb33a756d1d6d0d
BLAKE2b-256 f9b84aa11b2e03080b500eb537f2f3485d6a16fad0c66402cec93d7781898be1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp35-cp35m-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 203.3 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp35-cp35m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7a5bdad4edec57b5fb8dae7d3ee58622d626fd3a0be0dfceda162a7035885ecf
MD5 cb44bd5bc6a846aa5e1fc675eb000c08
BLAKE2b-256 4d914c163080cedb82b6de5932f86f24952405f16b324b97f803e9bd777eb5b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 224.3 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 dec5202bfe6f672d4511086e125db035a52b00f1648d6407cc8e526912c0353a
MD5 571bafc6039825ab3730fcc06a96b8be
BLAKE2b-256 bac30bf72bdfff10c964ec24408962c34317d4b69fcefa4ca2f410e86bac2f19

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 223.0 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 acf3763ed01af8410fc36afea23707d4ea58ba7e86a8ee915dfb9ceff9ef69d0
MD5 be13a6404c5aa0e7a3c8a351fb591894
BLAKE2b-256 f227c650dfb2684101e24e235ca22791c98173a57f2f26fe527f4f63170961d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 203.5 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 bf9cb9a9fd8891e7efd2d44deb24b86d647394b9705b744ff6f8261e6f29a730
MD5 960a00ebbd1a6ecbfc1200948a47226f
BLAKE2b-256 288068f6302ab9e4fcf66b46ef1211d8574d4dd4d5150a362d7e2170e2114846

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 203.3 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 de807ae933cfb7f0c7d9d981a053772452217df2bf38e7e6267c9cbf9545a796
MD5 67d59dd55eccf4931a2d9d9b2d186521
BLAKE2b-256 43a60eff1c43384853138f2f36d33eadb79fcc243f83cb46116cbf9e0656e569

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 224.3 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5f2294dbf7875b991c381e3d5af2bcc3494d836affa52b809c91697449d0eda6
MD5 b161ceba50950fbda502b06e692a5230
BLAKE2b-256 e661d5ec1216952a1eb59d5069ac14151719387680a30395a5fc080ed73c2fc5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 223.0 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b83835506dfc185a319031cf853fa4bb1b3974b1f913f5bb1a0f3d98bdcded04
MD5 b1d17a2b61040afa750b851fe577fa99
BLAKE2b-256 07d91309c3573f29420d514d55645591d5aea661d6d5940eb564c1b57f282a4a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp27-cp27m-macosx_10_13_intel.whl
  • Upload date:
  • Size: 208.3 kB
  • Tags: CPython 2.7m, macOS 10.13+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp27-cp27m-macosx_10_13_intel.whl
Algorithm Hash digest
SHA256 c317eaf5ff46a34305b202e73404f55f7389ef834b8dbf4da09b9b9b37f76dd2
MD5 5f08a48df986266f1dbeb2564c6b8617
BLAKE2b-256 d165ca4516aea59a980c37524a2dae498bd8a210b4d97eafd975006c2cb71570

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.1-cp27-cp27m-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 203.2 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for coverage-5.1-cp27-cp27m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0cb4be7e784dcdc050fc58ef05b71aa8e89b7e6636b99967fadbdba694cf2b65
MD5 ac67cb53b3278c7c5b3d586f4074459f
BLAKE2b-256 357a90a73d4084e80fcbcc0aaa13385774994309710ad8045027e7dcca7e2fdb

See more details on using hashes here.

Supported by

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