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

  • 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.2

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

Uploaded Source

Built Distributions

coverage-5.0.2-cp39-cp39m-win_amd64.whl (205.4 kB view details)

Uploaded CPython 3.9m Windows x86-64

coverage-5.0.2-cp39-cp39m-win32.whl (204.1 kB view details)

Uploaded CPython 3.9m Windows x86

coverage-5.0.2-cp38-cp38m-win_amd64.whl (205.4 kB view details)

Uploaded CPython 3.8m Windows x86-64

coverage-5.0.2-cp38-cp38m-win32.whl (204.1 kB view details)

Uploaded CPython 3.8m Windows x86

coverage-5.0.2-cp38-cp38-manylinux1_x86_64.whl (228.3 kB view details)

Uploaded CPython 3.8

coverage-5.0.2-cp38-cp38-manylinux1_i686.whl (225.7 kB view details)

Uploaded CPython 3.8

coverage-5.0.2-cp38-cp38-macosx_10_13_x86_64.whl (202.7 kB view details)

Uploaded CPython 3.8 macOS 10.13+ x86-64

coverage-5.0.2-cp37-cp37m-win_amd64.whl (205.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

coverage-5.0.2-cp37-cp37m-win32.whl (204.0 kB view details)

Uploaded CPython 3.7m Windows x86

coverage-5.0.2-cp37-cp37m-manylinux1_x86_64.whl (226.7 kB view details)

Uploaded CPython 3.7m

coverage-5.0.2-cp37-cp37m-manylinux1_i686.whl (224.1 kB view details)

Uploaded CPython 3.7m

coverage-5.0.2-cp37-cp37m-macosx_10_13_x86_64.whl (202.5 kB view details)

Uploaded CPython 3.7m macOS 10.13+ x86-64

coverage-5.0.2-cp36-cp36m-win_amd64.whl (205.1 kB view details)

Uploaded CPython 3.6m Windows x86-64

coverage-5.0.2-cp36-cp36m-win32.whl (204.0 kB view details)

Uploaded CPython 3.6m Windows x86

coverage-5.0.2-cp36-cp36m-manylinux1_x86_64.whl (226.7 kB view details)

Uploaded CPython 3.6m

coverage-5.0.2-cp36-cp36m-manylinux1_i686.whl (224.2 kB view details)

Uploaded CPython 3.6m

coverage-5.0.2-cp36-cp36m-macosx_10_13_x86_64.whl (202.5 kB view details)

Uploaded CPython 3.6m macOS 10.13+ x86-64

coverage-5.0.2-cp35-cp35m-win_amd64.whl (205.1 kB view details)

Uploaded CPython 3.5m Windows x86-64

coverage-5.0.2-cp35-cp35m-win32.whl (204.0 kB view details)

Uploaded CPython 3.5m Windows x86

coverage-5.0.2-cp35-cp35m-manylinux1_x86_64.whl (226.7 kB view details)

Uploaded CPython 3.5m

coverage-5.0.2-cp35-cp35m-manylinux1_i686.whl (224.1 kB view details)

Uploaded CPython 3.5m

coverage-5.0.2-cp35-cp35m-macosx_10_12_x86_64.whl (202.5 kB view details)

Uploaded CPython 3.5m macOS 10.12+ x86-64

coverage-5.0.2-cp27-cp27mu-manylinux1_x86_64.whl (223.5 kB view details)

Uploaded CPython 2.7mu

coverage-5.0.2-cp27-cp27mu-manylinux1_i686.whl (222.2 kB view details)

Uploaded CPython 2.7mu

coverage-5.0.2-cp27-cp27m-win_amd64.whl (202.8 kB view details)

Uploaded CPython 2.7m Windows x86-64

coverage-5.0.2-cp27-cp27m-win32.whl (202.5 kB view details)

Uploaded CPython 2.7m Windows x86

coverage-5.0.2-cp27-cp27m-manylinux1_x86_64.whl (223.5 kB view details)

Uploaded CPython 2.7m

coverage-5.0.2-cp27-cp27m-manylinux1_i686.whl (222.2 kB view details)

Uploaded CPython 2.7m

coverage-5.0.2-cp27-cp27m-macosx_10_13_intel.whl (207.5 kB view details)

Uploaded CPython 2.7m macOS 10.13+ intel

coverage-5.0.2-cp27-cp27m-macosx_10_12_x86_64.whl (202.4 kB view details)

Uploaded CPython 2.7m macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: coverage-5.0.2.tar.gz
  • Upload date:
  • Size: 678.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.0.2.tar.gz
Algorithm Hash digest
SHA256 b251c7092cbb6d789d62dc9c9e7c4fb448c9138b51285c36aeb72462cad3600e
MD5 876be562bc78deac6fc2a06ee4a6d551
BLAKE2b-256 a758e406d5ae5181b32ce784ab143a4bb7f0831bb3cfb95bcf7e04f0b4c67783

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp39-cp39m-win_amd64.whl
  • Upload date:
  • Size: 205.4 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.2-cp39-cp39m-win_amd64.whl
Algorithm Hash digest
SHA256 ddeb42a3d5419434742bf4cc71c9eaa22df3b76808e23a82bd0b0bd360f1a9f1
MD5 37a2e53f8944308810d71c02c05bd8cb
BLAKE2b-256 72a4f8796cf09e21ae54ec8044c3ee42c58f8cc102cfac0cd86b59891a45cd66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp39-cp39m-win32.whl
  • Upload date:
  • Size: 204.1 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.2-cp39-cp39m-win32.whl
Algorithm Hash digest
SHA256 d095a7b473f8a95f7efe821f92058c8a2ecfb18f8db6677ae3819e15dc11aaae
MD5 554d20698e896964d4472610f4f79fd3
BLAKE2b-256 dfcbd0c43c400cf32813dca508f7f2da8024d1bf4590118a0189ca63463414d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp38-cp38m-win_amd64.whl
  • Upload date:
  • Size: 205.4 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.2-cp38-cp38m-win_amd64.whl
Algorithm Hash digest
SHA256 189aac76d6e0d7af15572c51892e7326ee451c076c5a50a9d266406cd6c49708
MD5 adcd935c4f75a46cd3dc76fd004c47e8
BLAKE2b-256 5dbe97fa9ca4891717bc4d0ddb5e93b54e02a0faaaa2690a1fa04f0cf93acf9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp38-cp38m-win32.whl
  • Upload date:
  • Size: 204.1 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.2-cp38-cp38m-win32.whl
Algorithm Hash digest
SHA256 88b51153657612aea68fa684a5b88037597925260392b7bb4509d4f9b0bdd889
MD5 4c93339498d3505ee4b9ecf310670bbb
BLAKE2b-256 2189a125518a4d69930365b73d895b5578d9e664143195e70e3a713c37f34ce6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 228.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.2-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5b0a07158360d22492f9abd02a0f2ee7981b33f0646bf796598b7673f6bbab14
MD5 ee53560a43aa83ee174b5688b30cab55
BLAKE2b-256 ded01b9da6962d1cbf9e4548c1a6f9da831754256df5596fda80a936cc690ae8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 225.7 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.2-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c1e4e39e43057396a5e9d069bfbb6ffeee892e40c5d2effbd8cd71f34ee66c4d
MD5 3988c3551aaf50f2f1d92dfc061055fc
BLAKE2b-256 e47d590432c5c81cb74e2caa16ed6b3290e1a3a3ce64897c6b93f680126e9a4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp38-cp38-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 202.7 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.2-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 53e7438fef0c97bc248f88ba1edd10268cd94d5609970aaf87abbe493691af87
MD5 14da2ef396b64a3f644135bacec81d44
BLAKE2b-256 6a999679bc1cf7059fd7be155ba8f5877a83b0b03fd2caaab914a906acf7cc4b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 205.1 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.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cb2b74c123f65e8166f7e1265829a6c8ed755c3cd16d7f50e75a83456a5f3fd7
MD5 16ad722c2eef6b831e1032dbd020cf1c
BLAKE2b-256 a70d4f3c064d17de872a1f760a329d46fdc5ccacd56edd03d77ee616a00bd8cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 204.0 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.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 cca38ded59105f7705ef6ffe1e960b8db6c7d8279c1e71654a4775ab4454ca15
MD5 4b6ff6c1b9891b4d89d6b1d165e42eb5
BLAKE2b-256 15904687ec8efd49867e380f7b43b94ea0d24f91543dbce749a76d896721129d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 226.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.2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f45fba420b94165c17896861bb0e8b27fb7abdcedfeb154895d8553df90b7b00
MD5 744851c3613b2d591a273c9113466569
BLAKE2b-256 ccfed8d06913b915383f87dade0286340d768284e95a0adb2c4ed9d4d999f8b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 224.1 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.2-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1f4ee8e2e4243971618bc16fcc4478317405205f135e95226c2496e2a3b8dbbf
MD5 399614037aab3962d11694faec395c62
BLAKE2b-256 b9ae87c676c135b2b7ad959a58806a34472207a4c5e33dc90ada38278ba9c894

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp37-cp37m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 202.5 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.2-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 955ec084f549128fa2702f0b2dc696392001d986b71acd8fd47424f28289a9c3
MD5 9cf9098087956ce34cfe68ed4c89a7bf
BLAKE2b-256 b06f831d8c193d854eb5d177809572de8d6df160e85e819e3cb9b1242e890a72

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 205.1 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.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 47874b4711c5aeb295c31b228a758ce3d096be83dc37bd56da48ed99efb8813b
MD5 4be39cde8c3839b6ac6332ae462b025a
BLAKE2b-256 06772e947dadbdf9d3fb37af05f3ba9a246ff1161cde5e82f802b8d9ed7b832a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 204.0 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.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 7ca3db38a61f3655a2613ee2c190d63639215a7a736d3c64cc7bbdb002ce6310
MD5 b80511c8efd5b86e8570351f3f2c5c9e
BLAKE2b-256 cb7466bf91d7ad74fc50552750573917f4f4aa880b71a3e31153bfe5e8e448b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 226.7 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.2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 bd82b684bb498c60ef47bb1541a50e6d006dde8579934dcbdbc61d67d1ea70d9
MD5 629c9adf50791df17a9129202c1b2667
BLAKE2b-256 f014a7811dbe428a01e2bd1cd5bd74a1cc66c63dade4707f37661f749f233855

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 224.2 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.2-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 225e79a5d485bc1642cb7ba02281419c633c216cdc6b26c26494ba959f09e69f
MD5 8c63210168b0543d1ff1bb8acf97299d
BLAKE2b-256 b13616ea760c9749aa6eca4ecb01da9f46879c26981e37f33c9b6c7de3265f03

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp36-cp36m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 202.5 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.2-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 eaad65bd20955131bcdb3967a4dea66b4e4d4ca488efed7c00d91ee0173387e8
MD5 ff98e40ae1e43b4b9f21a7dca3d884e5
BLAKE2b-256 223e46ff9411fc9aa97f3b0c23879e8f7e0677f9a3646fe430f3b8e41789570c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 205.1 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.2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 cf908840896f7aa62d0ec693beb53264b154f972eb8226fb864ac38975590c4f
MD5 9b6debb752cc96b2eb0e46d627ef0bd4
BLAKE2b-256 81a14a2ce8ef2b2bcf0c2a3d62e8240dae26269669f8d089ea7c8ca49d725dec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 204.0 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.2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 569f9ee3025682afda6e9b0f5bb14897c0db03f1a1dc088b083dd36e743f92bb
MD5 bd58f7e53ff0229a7b353c6760900442
BLAKE2b-256 d79722a9287d2967eb6cff831afb69f04b0e57e10c0a5e1d9d93ba9d92514081

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 226.7 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.2-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1bf7ba2af1d373a1750888724f84cffdfc697738f29a353c98195f98fc011509
MD5 01c40d9965ffebe7f2d253890206740d
BLAKE2b-256 40c94d94130dfb7eca3e6f790c797356d4e02836d6d2d23840ceaa9bf1402af3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 224.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.0.2-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 23688ff75adfa8bfa2a67254d889f9bdf9302c27241d746e17547c42c732d3f4
MD5 a41914fd31ee4b3249b2f4450d82111c
BLAKE2b-256 c75c48e65b3e23d1a6156d9b1ee93b725350f31fdeff31d6a8196c471252bb19

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp35-cp35m-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 202.5 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.2-cp35-cp35m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bfe102659e2ec13b86c7f3b1db6c9a4e7beea4255058d006351339e6b342d5d2
MD5 1cc6077cc09c1177043368e0d3abab9d
BLAKE2b-256 9c0f0f0941ebe287ad344efd56d7d05654857a439ea991bce50a646d2d97d225

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 223.5 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.2-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2d0cb9b1fe6ad0d915d45ad3d87f03a38e979093a98597e755930db1f897afae
MD5 fe8a9202e94738669909bde16048ab29
BLAKE2b-256 fe7a60b2e7c4cd364bdb50a4ef5a101600bec28526c55b68c60ff7d692285a45

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 222.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.2-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 7d1cc7acc9ce55179616cf72154f9e648136ea55987edf84addbcd9886ffeba2
MD5 068fd9f1d5ff561f4fa2bfa12a3428c0
BLAKE2b-256 024e697fbc2c4b207be96176b5d29ddc2aba02c2ec8e59579b92f7b9dd5dd7d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 202.8 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.2-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 28f7f73b34a05e23758e860a89a7f649b85c6749e252eff60ebb05532d180e86
MD5 305057726b033ce3b4d281a1598e9cd3
BLAKE2b-256 559764f36dc57d4384e39509d23ec9e1a943d54fbd2deab3ecc4cdaa766e08a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 202.5 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.2-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 d4a2b578a7a70e0c71f662705262f87a456f1e6c1e40ada7ea699abaf070a76d
MD5 e8a2864f71fc14c53c9760b11feafac6
BLAKE2b-256 f3cac8d56707e3d69f27a1bd71ba87a633767e368c81c83cc0fb6aedb93eb03c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 223.5 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.2-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e65a5aa1670db6263f19fdc03daee1d7dbbadb5cb67fd0a1f16033659db13c1d
MD5 657f1361c18242fa6013cfa0d1574b4e
BLAKE2b-256 24d8df4fe8b4d1acdef4e6693c386d1d2368fbc4eae0d81bab2ea00a474ecf2d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 222.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.2-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 593853aa1ac6dcc6405324d877544c596c9d948ef20d2e9512a0f5d2d3202356
MD5 0f71272014eec49f64fac73839d94dac
BLAKE2b-256 cbd76ae1a94c23e8cc0356e394326492080dd11e02e74c5301b47d64c8824165

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp27-cp27m-macosx_10_13_intel.whl
  • Upload date:
  • Size: 207.5 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.2-cp27-cp27m-macosx_10_13_intel.whl
Algorithm Hash digest
SHA256 d22b4297e7e4225ccf01f1aa55e7a96412ea0796b532dd614c3fcbafa341128e
MD5 714bb050f5e010bfe5f79f6cdd9ca1f3
BLAKE2b-256 afc031772e523f32a0ebd38ab56b39ee0277d964dbe7ad4ac84530efd405f2a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-5.0.2-cp27-cp27m-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 202.4 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.2-cp27-cp27m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 511ec0c00840e12fb4e852e4db58fa6a01ca4da72f36a9766fae344c3d502033
MD5 740661fbfadf52a3928d53b8d784a425
BLAKE2b-256 21349a488a770811fc2904d378f7d852b026d04ce7b64e8916e3ad89d4fc59be

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