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

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

Uploaded Source

Built Distributions

coverage-5.0.4-cp39-cp39-win_amd64.whl (205.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

coverage-5.0.4-cp39-cp39-win32.whl (204.6 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-5.0.4-cp38-cp38-win_amd64.whl (206.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

coverage-5.0.4-cp38-cp38-win32.whl (204.7 kB view details)

Uploaded CPython 3.8 Windows x86

coverage-5.0.4-cp38-cp38-manylinux1_x86_64.whl (228.9 kB view details)

Uploaded CPython 3.8

coverage-5.0.4-cp38-cp38-manylinux1_i686.whl (226.3 kB view details)

Uploaded CPython 3.8

coverage-5.0.4-cp38-cp38-macosx_10_13_x86_64.whl (203.4 kB view details)

Uploaded CPython 3.8 macOS 10.13+ x86-64

coverage-5.0.4-cp37-cp37m-win_amd64.whl (205.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

coverage-5.0.4-cp37-cp37m-win32.whl (204.6 kB view details)

Uploaded CPython 3.7m Windows x86

coverage-5.0.4-cp37-cp37m-manylinux1_x86_64.whl (227.3 kB view details)

Uploaded CPython 3.7m

coverage-5.0.4-cp37-cp37m-manylinux1_i686.whl (224.7 kB view details)

Uploaded CPython 3.7m

coverage-5.0.4-cp37-cp37m-macosx_10_13_x86_64.whl (203.1 kB view details)

Uploaded CPython 3.7m macOS 10.13+ x86-64

coverage-5.0.4-cp36-cp36m-win_amd64.whl (205.8 kB view details)

Uploaded CPython 3.6m Windows x86-64

coverage-5.0.4-cp36-cp36m-win32.whl (204.6 kB view details)

Uploaded CPython 3.6m Windows x86

coverage-5.0.4-cp36-cp36m-manylinux1_x86_64.whl (227.3 kB view details)

Uploaded CPython 3.6m

coverage-5.0.4-cp36-cp36m-manylinux1_i686.whl (224.8 kB view details)

Uploaded CPython 3.6m

coverage-5.0.4-cp36-cp36m-macosx_10_13_x86_64.whl (203.2 kB view details)

Uploaded CPython 3.6m macOS 10.13+ x86-64

coverage-5.0.4-cp35-cp35m-win_amd64.whl (205.8 kB view details)

Uploaded CPython 3.5m Windows x86-64

coverage-5.0.4-cp35-cp35m-win32.whl (204.6 kB view details)

Uploaded CPython 3.5m Windows x86

coverage-5.0.4-cp35-cp35m-manylinux1_x86_64.whl (227.4 kB view details)

Uploaded CPython 3.5m

coverage-5.0.4-cp35-cp35m-manylinux1_i686.whl (224.8 kB view details)

Uploaded CPython 3.5m

coverage-5.0.4-cp35-cp35m-macosx_10_12_x86_64.whl (203.1 kB view details)

Uploaded CPython 3.5m macOS 10.12+ x86-64

coverage-5.0.4-cp27-cp27mu-manylinux1_x86_64.whl (224.2 kB view details)

Uploaded CPython 2.7mu

coverage-5.0.4-cp27-cp27mu-manylinux1_i686.whl (222.9 kB view details)

Uploaded CPython 2.7mu

coverage-5.0.4-cp27-cp27m-win_amd64.whl (203.4 kB view details)

Uploaded CPython 2.7m Windows x86-64

coverage-5.0.4-cp27-cp27m-win32.whl (203.1 kB view details)

Uploaded CPython 2.7m Windows x86

coverage-5.0.4-cp27-cp27m-manylinux1_x86_64.whl (224.2 kB view details)

Uploaded CPython 2.7m

coverage-5.0.4-cp27-cp27m-manylinux1_i686.whl (222.9 kB view details)

Uploaded CPython 2.7m

coverage-5.0.4-cp27-cp27m-macosx_10_13_intel.whl (208.1 kB view details)

Uploaded CPython 2.7m macOS 10.13+ intel

coverage-5.0.4-cp27-cp27m-macosx_10_12_x86_64.whl (203.0 kB view details)

Uploaded CPython 2.7m macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: coverage-5.0.4.tar.gz
  • Upload date:
  • Size: 680.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/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0.4.tar.gz
Algorithm Hash digest
SHA256 1b60a95fc995649464e0cd48cecc8288bac5f4198f21d04b8229dc4097d76823
MD5 687b7d95466baf7804f60ab82c1bf5d8
BLAKE2b-256 d17dac53d7350a5178c1f59ddf0f17552bf68e4bb3a202543f9a30bbaa46cf80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 205.9 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/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4482f69e0701139d0f2c44f3c395d1d1d37abd81bfafbf9b6efbe2542679d892
MD5 325c55cdd90c9e8698eeff9ebac361ab
BLAKE2b-256 6993bd4b44d1fd76196601c1de55745361a9b3a31262be1df1718ec70404ae5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 204.6 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/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7c9762f80a25d8d0e4ab3cb1af5d9dffbddb3ee5d21c43e3474c84bf5ff941f7
MD5 b2e7354eae421a10305c2ffab6b5e857
BLAKE2b-256 5bcea369f2664b3be7f66dd778dd2c1d9ba8c2dad5b3feda0d58842b60f5c19d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 206.0 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/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 03f630aba2b9b0d69871c2e8d23a69b7fe94a1e2f5f10df5049c0df99db639a0
MD5 44cf20ee6ccd229917e5b3ff2121f442
BLAKE2b-256 53dc8e421f794d3c76aeafb621179e35f6a8976799fc6a142783697ad0cb81b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 204.7 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/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for coverage-5.0.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 86a0ea78fd851b313b2e712266f663e13b6bc78c2fb260b079e8b67d970474b1
MD5 83971aeefc77d3401ed9d7cd96128a53
BLAKE2b-256 ea3348d34112ee9ddd86227fa0824d0f0505fbc008947077c13cb7ea8e98804d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 228.9 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.4-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 85596aa5d9aac1bf39fe39d9fa1051b0f00823982a1de5766e35d495b4a36ca9
MD5 37a62ade7afdf1737036b2db04c47506
BLAKE2b-256 98026804fd81522ca3e9a057daf580d1a7d0fd26308ae20b64865df4de7a8bc8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 226.3 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.4-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1f66cf263ec77af5b8fe14ef14c5e46e2eb4a795ac495ad7c03adc72ae43fafe
MD5 f5ed6b2de91029a4268e6a0a9bc25b5e
BLAKE2b-256 61479887b225aade03b297233ab6ad0904b4ade5af016aa8ae467dac2af9015d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp38-cp38-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 203.4 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.4-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 65a7e00c00472cd0f59ae09d2fb8a8aaae7f4a0cf54b2b74f3138d9f9ceb9cb2
MD5 ea7fbcf74f6864454d19af0ef0188ff2
BLAKE2b-256 676243c961aa46299acae79ce92ff9e2cf9bbb3c1e81224ad31cd52f377a1a90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 205.8 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.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 62061e87071497951155cbccee487980524d7abea647a1b2a6eb6b9647df9006
MD5 0163b83f6b30da45b57c67c8d2c18af1
BLAKE2b-256 78a9d0c36d64799b120ef3b30316872ef0beed7e5af6dd4a1fca83e6fd29ed37

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 204.6 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.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 db1d4e38c9b15be1521722e946ee24f6db95b189d1447fa9ff18dd16ba89f732
MD5 806c19beaa14b13e3ea006e5f3ee5ad0
BLAKE2b-256 f4886dfa4edce14c5698839fe881dd366ba2cfecf6f1009ceed3ac73ff5259bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 227.3 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.4-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 641e329e7f2c01531c45c687efcec8aeca2a78a4ff26d49184dce3d53fc35014
MD5 51f2606ab6ca0a1a805e328a7af7824d
BLAKE2b-256 28dd0cfaaf04aba427ad5e784a3a5887d3ba7e2fc97f96d49e2f328d705732e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 224.7 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.4-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 3844c3dab800ca8536f75ae89f3cf566848a3eb2af4d9f7b1103b4f4f7a5dad6
MD5 e88240d2dee5489825c159c7540578c0
BLAKE2b-256 3d015f2b587ecf1ba826951bdd895a940e3165d6383a92e79608bcd82ec58dec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp37-cp37m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 203.1 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.4-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 513e6526e0082c59a984448f4104c9bf346c2da9961779ede1fc458e8e8a1f78
MD5 aa3c3246965c079c9165a7a870e01c2c
BLAKE2b-256 ccc9f5c77b3385d2951ed6abd25f90e36eee056a5e2cd4fe7f93625c0024fcb8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 205.8 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.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0a907199566269e1cfa304325cc3b45c72ae341fbb3253ddde19fa820ded7a8b
MD5 ec963b8ca84f745c7a1593b4b140da89
BLAKE2b-256 e1857696ef031314f5e8ca1bdd5e7b5696dfe603ef3c55d4e53d6f138d1f3bdc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 204.6 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.4-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 165a48268bfb5a77e2d9dbb80de7ea917332a79c7adb747bd005b3a07ff8caf0
MD5 8b6fd107d1cb6b5cf10610d9b7228622
BLAKE2b-256 6cdbaabf8753966b857816928132b35184b52bed8650f414090d6a6b843e941a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 227.3 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.4-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 443be7602c790960b9514567917af538cac7807a7c0c0727c4d2bbd4014920fd
MD5 13ccdc9de461be00c203916696057789
BLAKE2b-256 ea8ab190b4cafb8d94c518efb22f561326b5b7e045f13133ec2d482fce395dd0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 224.8 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.4-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a37c6233b28e5bc340054cf6170e7090a4e85069513320275a4dc929144dccf0
MD5 b7f18e4980e52349a74265b9e6dc3408
BLAKE2b-256 f30a5f6711b0b632e06acab021e5833d704a7fd0a41d9e3662545edc4808c134

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp36-cp36m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 203.2 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.4-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f372cdbb240e09ee855735b9d85e7f50730dcfb6296b74b95a3e5dea0615c4c1
MD5 e05a20be60537c13ce76c44972bdfa94
BLAKE2b-256 f6794edbf9f5eff239cc40618f65108d446ef569402fe4ede4ad129d66ea2b14

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 205.8 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.4-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 4a8a259bf990044351baf69d3b23e575699dd60b18460c71e81dc565f5819ac1
MD5 ae7defdd08fe0dfa47110e777b992643
BLAKE2b-256 c0ace0ebd1b5b1e6d238995ec652aa47c33f06b0d9c6dfffe29c9bde7883060c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 204.6 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.4-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 eda55e6e9ea258f5e4add23bcf33dc53b2c319e70806e180aecbff8d90ea24de
MD5 c30e617fb17f6c332f03a9df79d370f6
BLAKE2b-256 cbd977731572f10dd8b0c1e9926d3e64267869db54efa4d1d9727151a47d3428

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 227.4 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.4-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6ad6ca45e9e92c05295f638e78cd42bfaaf8ee07878c9ed73e93190b26c125f7
MD5 0cd10b604fbafc6629f307bd2e5ab7c2
BLAKE2b-256 896f8ec875c995e26950dcf15f870ef2a79fc6ec227661873e5e408e821d1c85

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 224.8 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.4-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 046a1a742e66d065d16fb564a26c2a15867f17695e7f3d358d7b1ad8a61bca30
MD5 e90c672fcc41e421297ea0d3749fe8f0
BLAKE2b-256 85118b5adb4306ca78e135d340c159114246445ff2fade2e26f19c5e5385e6f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp35-cp35m-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 203.1 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.4-cp35-cp35m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c3fc325ce4cbf902d05a80daa47b645d07e796a80682c1c5800d6ac5045193e5
MD5 aaa10f51ed012216c83bbdbb11a1ebe4
BLAKE2b-256 7c5eb469dec2dae0cec1153563d1ffe0ce9b7e2de7b3a00917d5b8c78b39229a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 224.2 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.4-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 922fb9ef2c67c3ab20e22948dcfd783397e4c043a5c5fa5ff5e9df5529074b0a
MD5 fdafa3b1d3329e00cadfdde52e525566
BLAKE2b-256 336ed88e6ab2ff107fd67744fcffabd410be11cf0e4455750e1daf717b3a91a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp27-cp27mu-manylinux1_i686.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.4-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 2e08c32cbede4a29e2a701822291ae2bc9b5220a971bba9d1e7615312efd3037
MD5 9e93e64a97592870af4c02a2d5017b53
BLAKE2b-256 4f90e857ebc68e676e5e8aa04daf6d2e0b27ef42022321e4feeeb05550dc69a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 203.4 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.4-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 9fad78c13e71546a76c2f8789623eec8e499f8d2d799f4b4547162ce0a4df435
MD5 25aef89eba81987838fca783ee7bae1c
BLAKE2b-256 92f185425a29a9768800bb6693cb88ee90c8e50c5582665a55f5ff376b5ec6fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 203.1 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.4-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 5f587dfd83cb669933186661a351ad6fc7166273bc3e3a1531ec5c783d997aac
MD5 b572074dc2029ad54fb41ddcb2f34222
BLAKE2b-256 4027d7ded05927383b52c5eaff4515280103a8ba228b5193f25d935ac86d7fbd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 224.2 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.4-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cda33311cb9fb9323958a69499a667bd728a39a7aa4718d7622597a44c4f1441
MD5 b5790fd2f7fc68e7ca7703c6e3e2b019
BLAKE2b-256 2e6880d579248ecf3b3d76695772e0beed48df0c8a07245e2ff94d736b999872

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp27-cp27m-manylinux1_i686.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.4-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 408ce64078398b2ee2ec08199ea3fcf382828d2f8a19c5a5ba2946fe5ddc6c31
MD5 c8e46586bd53c2b6c68a28d8f989ed29
BLAKE2b-256 61248adbbb84701582079eeee6bbe427b0c6930408c19a95e9bcd6d2cd85861f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp27-cp27m-macosx_10_13_intel.whl
  • Upload date:
  • Size: 208.1 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.4-cp27-cp27m-macosx_10_13_intel.whl
Algorithm Hash digest
SHA256 73aa6e86034dad9f00f4bbf5a666a889d17d79db73bc5af04abd6c20a014d9c8
MD5 50140ee364d5e110ff9507575213f8c0
BLAKE2b-256 465bef93d595762289fea8266978ee8e131a57c08115b7e8d2820e0d36f27878

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.4-cp27-cp27m-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 203.0 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.4-cp27-cp27m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8a620767b8209f3446197c0e29ba895d75a1e272a36af0786ec70fe7834e4307
MD5 802fece1f333f3d3f36343c20b1e75d7
BLAKE2b-256 bbb068dcccff5442bd33104d89c09f67bb3949a7908e33912d85c44e3a62cb6e

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