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

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.0b2.tar.gz (673.6 kB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9mWindows x86-64

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

Uploaded CPython 3.9mWindows x86

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

Uploaded CPython 3.8mWindows x86-64

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

Uploaded CPython 3.8mWindows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8macOS 10.13+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7mmacOS 10.13+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6mmacOS 10.13+ x86-64

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

Uploaded CPython 3.5mWindows x86-64

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

Uploaded CPython 3.5mWindows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5mmacOS 10.12+ x86-64

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

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

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

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

Uploaded CPython 2.7mmacOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: coverage-5.0b2.tar.gz
  • Upload date:
  • Size: 673.6 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.0b2.tar.gz
Algorithm Hash digest
SHA256 bd31b194b42e0de4c29fd2c56ad0c493639bcb792c48b694b18568f65f0c2c6d
MD5 beb10a276b9d4e1ebf51784dcffe456a
BLAKE2b-256 1efa92fde00856c396fd751f62a2686792fa92211fb3caecd6b7964b9ee1f97d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp39-cp39m-win_amd64.whl
Algorithm Hash digest
SHA256 8524e47b78fc7eea96a25717e779c5e6657536515dd57dfd1110aff34dc747b6
MD5 5273a97df04a67024a5beed1176d72cd
BLAKE2b-256 370fba1ba947865510cdfc19ff111be4c43dd714a781db7bfe93643ad84e56a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp39-cp39m-win32.whl
Algorithm Hash digest
SHA256 be732dcc0e9ca31a15ab5ba116ed7af9b5a046d035a00555ad593f4ddfeb7a00
MD5 5d02345b3da1988308e0e83deda2ca31
BLAKE2b-256 23ce61a79a318e107e730970f71dd7ba2861703329e9a4e06591acb84f3ee86e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp38-cp38m-win_amd64.whl
Algorithm Hash digest
SHA256 65929e8d15999450d09117114ee185948bc77637e868daff5f5ab47219e1e7b6
MD5 93efd5e5f8a5a653d58eeabf4159eba0
BLAKE2b-256 456c95936cad82a6223c1d0030f579a3f1242a57d46b066eb6d0ea4ede1b10bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp38-cp38m-win32.whl
Algorithm Hash digest
SHA256 bf4131b04dc2bf35e091b2c759d9e741876a235427c001c6d20147cf29797691
MD5 70cece62ec1dcec2b99a88fe112ecd4b
BLAKE2b-256 48242cbeaddb1a02f639b3c74b48d52bfde9c80772ff49f57e3e8c6bba1265c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6a70362452ea9c09efe1a7faa365f6603f4a0ef54306a6e5a46e6e32913536fc
MD5 a99d50221825bed7608ea255292225a5
BLAKE2b-256 2985897c5497fca75943b55da403536dc61ebc0521458f8883ce491aa7dbadb7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b2de4918d6d4aea7fe2b6ef778190f60ff4355248045d7b1fbb35922e0ceb39e
MD5 7b33f63e44d5ad5c764f020e13d42ac6
BLAKE2b-256 d22cb0501d1213a268803ac809df06c6f99b53a307504edff8d64637388c2488

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b72f1b6f27cf67b74370cc9df6b7f47546669861aad660587a7c6f2a01728840
MD5 926e8989839e70a76bf2d34f2fddf0e0
BLAKE2b-256 0d917e0256930a24a09cb99ffa1f122852fa0e97de751b4bf9a7d30167759480

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 54770fe39bb4718b5a07665e1f4c676382d6927299ab736149618f0d37d72e85
MD5 ff753d3c43a1bf55467721e95bb801b1
BLAKE2b-256 66931b49a0e308358aee90e03bf4a720318fc6ef501d775938f64c4ae841e6bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 203.4 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.0b2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 607ed848b1373b161629d0c8228d90dd47ecb342f1f800dc41ebd0bce2432e24
MD5 741cb2d7f48b806e27f95a693a348273
BLAKE2b-256 38ad3e9e73c51909065b8746dae140176282a19da51705f17a48d76ed4db1a3a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4a8b839c3a5579502ffecd4519533d406ad2bec1488724cee4b2c79dd6cbea79
MD5 9cb6dc9ef9b5dcdaf496a0755988a796
BLAKE2b-256 2cc5531f5ce09418f38178f0fc8391384d4d496723bbf76945f1dad12fbb6acf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9e48182563c7861c47593a4b931a6d57e4e499027913e5fdc61efc0d368e804a
MD5 40289986cb405f2f95d2b9aaa42d4844
BLAKE2b-256 a592982ce1c10fc27104bc43f5567fccdc50af6af59419f950b787684a308dec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-cp37-cp37m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 201.9 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.0b2-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a7f3be4952f25a0cb8c275cdf064c3ba1765e370f337b015e84a00bb6244c86b
MD5 3c8efd2520cc0c2747686ffb72b38568
BLAKE2b-256 fb90d5e7cc1e1428f09fa8b46dfbc073769646e7950b6acffee4db08d03286cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 77c90b0a221e6355c771f1b9a6ed45c384f9dff00836823a732f5fe4224cb43a
MD5 7268b12f034835c5f9147ea1688f90b4
BLAKE2b-256 5ad82c720aaae80f3f3d9348990ff4b6786cc5acf73c212f4c51f4df1ba7398a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 203.4 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.0b2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 90389fea98570dc1f155ceae40972fcf798954467c69d810e385b170c34205cd
MD5 d34d41b13db1bc10c50ade8146a633ff
BLAKE2b-256 6a83bdff427a1b2145ac263a30df9be958ccf22ceb1aeb6d4856969aa86ec924

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 226.1 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.0b2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5a237fa332721721545e88fbed42e79acbe9c77be8310c167ec5449df44dac7c
MD5 dd18c4428c04a5f84d7f590878a73c33
BLAKE2b-256 1ba7c58b89a90788192646b3bafed2e1a3069d9c18f55577b35a77f798a63017

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d3021b26f86118c447afccbd53b443dc25b4848f9ae49ffb4b9588cb5110d360
MD5 ed40a5e689fda25c9a054b762ee7e566
BLAKE2b-256 abe1169ea2d5f232cb3defb2da505ab1e31a3dc85394a05762d37b31802bb457

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 67a0f5c50503a6226e28fb7ee3c3aa1a104681460d5123eeb80e6afb65ba46a5
MD5 b776c24f9f415acbe52fd4be2d2d1465
BLAKE2b-256 c817144b87924d1e2e53520df618b0208242e9899a4778d372fe6d7623c35653

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 a5a5f3a9167a5316d675932e455925e136b1e33d15ce48692b94af746736260e
MD5 1bc6d5770f83df7a7212b68ea59ae467
BLAKE2b-256 094a569cf4991bdc0be5eecc82572b0fa616853b1fdcd111e7e3a1f988a4570d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 203.4 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.0b2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 6cf4502b0087f06906059a718e02b231a9f611ae34794a955baa2e443d5064ad
MD5 f7dd2d0eefde9c1805966b8c5653aa27
BLAKE2b-256 000bacd7f4165b17ae2d301ec8f288c4b41db7b31328c9f894457e1b747a64ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 226.1 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.0b2-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2643ec874d3aa30a65a36e42042424ce08f80a948e1c942d3d787489ae318a64
MD5 aa5e4395e0aa7d8fc8b057332c7e139c
BLAKE2b-256 2c4e4a9df68f13187dc93e6263b96d1d4bcfcdde559600528bc51d39b52f28bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5061a8c4bba83b7613077d6cfa8e81381c80f134dc7f02853c3235b38f76b8a6
MD5 167b4f7e95fb73c38e83011941b3bdad
BLAKE2b-256 3a865f07170406c3c65912fb8c4f0472f4ca25ae21e86121fbffea053d784cf0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-cp35-cp35m-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 201.9 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.0b2-cp35-cp35m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d500eb1db73cd5cfe28755c790fcb4e3c653b70d30d0ddf79fde3cc603d3789f
MD5 a055a4dc83971583947f0ce020444e7e
BLAKE2b-256 ba52e6bb58d4ea3d0b4531e8c583f594a2f96c347c9b065bfbfc7668e919c19f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 73f596fcd93d76579b4aefa53b7cf5df90d953a8fd94ebfc9b36d0ba47db4236
MD5 bd335c04e1572351be227fa56f1c5789
BLAKE2b-256 9232c9753d24562bea77e11e0bfba77cbbb4d398426504ccb50e77cba96e7892

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b9b8189f6f8c4a2a09142d95a11f91dff2cac30c9c0b5ab61e3e0a785e960b94
MD5 daf43985949311380efd30da07d4fece
BLAKE2b-256 a01ebafcb4c3a92edad3cc96a7e74270b2bbc67227c6b6f5b4207fa00528eb5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 28a19392a6c4616a76e059a03118c8cca28af46d9e72032590ce329e6b30ac40
MD5 1115c28fa7f7322a05c84fcaff9c2e1c
BLAKE2b-256 9ebc0a022f3ec6a708e6f949704f0a081df4d99cdee9590fa265ec2f887b915e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 018e74df50a58fd2aaa7efeb301d1599d8fd3cc5c92388506e45a2bd0154c003
MD5 5c9821d1265be1db8a9ca4bbbdea9ba1
BLAKE2b-256 aace5864e9a70747914f609025d0f85966b8273aee4d09bced7c3bbdde060a57

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0e08415f35cc57b6eb93fb31ec48a2a169ab838e12ac22106cf9baee4938e46d
MD5 a0702046ca4b0aaa91e882a737ddcba0
BLAKE2b-256 2513db14ca84746f60410ba30c20ac7b45680bf9b264ed84f666fd9e699b26e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 85b8db2e8c7e9bdf44e4b5859be2cbeaf73e54cf7cecd6c6705f010110581840
MD5 99e6797ba67111216d9fde2d13083d32
BLAKE2b-256 c2d13bbe1c0d6b7c3a3dd8ae5db9ff4728ea9947b4c644be6975920964e5a6b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-cp27-cp27m-macosx_10_13_intel.whl
  • Upload date:
  • Size: 206.9 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/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0b2-cp27-cp27m-macosx_10_13_intel.whl
Algorithm Hash digest
SHA256 32c6be8ba90aa885a4900a0187de44f51730c0660c45de3b943c40f1547d47c2
MD5 c6af5fed4595db7c4f10e5524ef7859b
BLAKE2b-256 900866edb281355ffacd5080b814997960b7563333126bdd892c8a80cdf9682c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0b2-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.0b2-cp27-cp27m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1f9c1d9692339a7ec5cf3ba4475fb648675f438db3413b3d98e2c9ed30ac956c
MD5 1cf8f288a96a2e6079ecc7bdbe53556f
BLAKE2b-256 7ca44d1710586142bc50da5d729e566ca8a628b02f3be9a8e43a0c4394cb0772

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