Skip to main content

Code coverage measurement for Python

Project description

Code coverage testing for Python.

License Python versions supported Package stability
Test suite status Quality check status Documentation Coverage reports
PyPI status Weekly PyPI downloads 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 these versions of Python:

  • CPython 3.7 through 3.11.

  • PyPy3 7.3.7.

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

New in 6.x: dropped support for Python 2.7, 3.5, and 3.6; write data on SIGTERM; added support for 3.10 match/case statements.

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

6.3

Download files

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

Source Distribution

coverage-6.3.tar.gz (705.1 kB view details)

Uploaded Source

Built Distributions

coverage-6.3-pp36.pp37.pp38-none-any.whl (174.9 kB view details)

Uploaded PyPy

coverage-6.3-cp310-cp310-win_amd64.whl (186.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

coverage-6.3-cp310-cp310-win32.whl (185.1 kB view details)

Uploaded CPython 3.10 Windows x86

coverage-6.3-cp310-cp310-musllinux_1_1_x86_64.whl (215.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

coverage-6.3-cp310-cp310-musllinux_1_1_i686.whl (214.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

coverage-6.3-cp310-cp310-musllinux_1_1_aarch64.whl (216.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

coverage-6.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (211.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

coverage-6.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (210.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

coverage-6.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (209.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

coverage-6.3-cp310-cp310-macosx_11_0_arm64.whl (182.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

coverage-6.3-cp310-cp310-macosx_10_9_x86_64.whl (182.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

coverage-6.3-cp39-cp39-win_amd64.whl (186.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

coverage-6.3-cp39-cp39-win32.whl (185.2 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-6.3-cp39-cp39-musllinux_1_1_x86_64.whl (215.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

coverage-6.3-cp39-cp39-musllinux_1_1_i686.whl (214.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

coverage-6.3-cp39-cp39-musllinux_1_1_aarch64.whl (215.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

coverage-6.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (210.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

coverage-6.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (209.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

coverage-6.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (209.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

coverage-6.3-cp39-cp39-macosx_11_0_arm64.whl (182.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

coverage-6.3-cp39-cp39-macosx_10_9_x86_64.whl (182.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

coverage-6.3-cp38-cp38-win_amd64.whl (186.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

coverage-6.3-cp38-cp38-win32.whl (185.1 kB view details)

Uploaded CPython 3.8 Windows x86

coverage-6.3-cp38-cp38-musllinux_1_1_x86_64.whl (216.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

coverage-6.3-cp38-cp38-musllinux_1_1_i686.whl (215.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

coverage-6.3-cp38-cp38-musllinux_1_1_aarch64.whl (217.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

coverage-6.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (212.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

coverage-6.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (211.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

coverage-6.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (210.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

coverage-6.3-cp38-cp38-macosx_11_0_arm64.whl (182.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

coverage-6.3-cp38-cp38-macosx_10_9_x86_64.whl (182.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

coverage-6.3-cp37-cp37m-win_amd64.whl (186.2 kB view details)

Uploaded CPython 3.7m Windows x86-64

coverage-6.3-cp37-cp37m-win32.whl (185.2 kB view details)

Uploaded CPython 3.7m Windows x86

coverage-6.3-cp37-cp37m-musllinux_1_1_x86_64.whl (213.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

coverage-6.3-cp37-cp37m-musllinux_1_1_i686.whl (212.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

coverage-6.3-cp37-cp37m-musllinux_1_1_aarch64.whl (214.1 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

coverage-6.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (207.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

coverage-6.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

coverage-6.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (205.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

coverage-6.3-cp37-cp37m-macosx_10_9_x86_64.whl (182.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: coverage-6.3.tar.gz
  • Upload date:
  • Size: 705.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3.tar.gz
Algorithm Hash digest
SHA256 987a84ff98a309994ca77ed3cc4b92424f824278e48e4bf7d1bb79a63cfe2099
MD5 aef6a0e35252a53e66a56b440b926874
BLAKE2b-256 28806b7d00e28bf676d2c9c5220313c5968ba601d45ca146fa314781fa1d5549

See more details on using hashes here.

File details

Details for the file coverage-6.3-pp36.pp37.pp38-none-any.whl.

File metadata

  • Download URL: coverage-6.3-pp36.pp37.pp38-none-any.whl
  • Upload date:
  • Size: 174.9 kB
  • Tags: PyPy
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-pp36.pp37.pp38-none-any.whl
Algorithm Hash digest
SHA256 27ac7cb84538e278e07569ceaaa6f807a029dc194b1c819a9820b9bb5dbf63ab
MD5 a101417d8d341bb60208264d88e11b9e
BLAKE2b-256 c3decb14ed386571d715fe8eb85b0160e2c03bce258e2f6bd71ae0dad73773d4

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: coverage-6.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 186.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bde4aeabc0d1b2e52c4036c54440b1ad05beeca8113f47aceb4998bb7471e2c2
MD5 c5a100ab7dc17d4400474c81da1a3062
BLAKE2b-256 7e07c3948ed415c24f59dad4bca522a960c6bc1f8efe3220e87671cf89cca7ec

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: coverage-6.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 185.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 27a94db5dc098c25048b0aca155f5fac674f2cf1b1736c5272ba28ead2fc267e
MD5 9aa1db3ef339eb57b2aef90eb24aa07f
BLAKE2b-256 2105d38600e3f7f323dd794d0188274e761b5fbad09b4c5b508a0a707d7f1567

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: coverage-6.3-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 215.8 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2bc85664b06ba42d14bb74d6ddf19d8bfc520cb660561d2d9ce5786ae72f71b5
MD5 4df4a54e823152afcccd518cdb5fec42
BLAKE2b-256 2483f2859befff615c2b2ca55c65ae6703665aabf4bab6c02072059a70824931

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

  • Download URL: coverage-6.3-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 214.5 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7ee317486593193e066fc5e98ac0ce712178c21529a85c07b7cb978171f25d53
MD5 a0360af442430827c0b76eafe2538cc2
BLAKE2b-256 b43af8b843d599cd090e8e9cad43d172fe25b0492d1e12c952abd3d359346302

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: coverage-6.3-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 216.3 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4578728c36de2801c1deb1c6b760d31883e62e33f33c7ba8f982e609dc95167d
MD5 eb3dfe24984aa2309b32ae5d43dd3f9c
BLAKE2b-256 6ba0dd445453c69198860836de77a5ab3fa81ca58825dec8b46be6adfcb94f24

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coverage-6.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3c4ce3b647bd1792d4394f5690d9df6dc035b00bcdbc5595099c01282a59ae01
MD5 dfd248d4d0db9cba211325cf0a45df84
BLAKE2b-256 c555c987ef0eeda1851d6f4637b663d6d4ae14b97aa3d4afd0ae9e6d80502f04

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for coverage-6.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d008e0f67ac800b0ca04d7914b8501312c8c6c00ad8c7ba17754609fae1231a
MD5 8605ebf142bb33268b254e727cba1daa
BLAKE2b-256 55a69d48328d3d85dc7d1469551c060cc7c1e6b582b92b4b6c50e4f42db8da38

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for coverage-6.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2a491e159294d756e7fc8462f98175e2d2225e4dbe062cca7d3e0d5a75ba6260
MD5 c68362b08a483ab61f4c76353d54f21a
BLAKE2b-256 a7122f59b3167add55cdb34dbc4ca31de2e1ecf77b2c60e490515b0901580a51

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: coverage-6.3-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 182.6 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 86c91c511853dfda81c2cf2360502cb72783f4b7cebabef27869f00cbe1db07d
MD5 0cc4eeb86127ebf701208adfb14cf0fa
BLAKE2b-256 ec66924a1b7323947af95e9f583ef6170cfa304aff9ac8483fe2d92558387664

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: coverage-6.3-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 182.4 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8071e7d9ba9f457fc674afc3de054450be2c9b195c470147fbbc082468d8ff7
MD5 d6139980da84d51cb8066754bb8b2a37
BLAKE2b-256 e73d764581f5c38084df2f4461cc20cd3f53a16351ca750577e4ff8bae199bc5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-6.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 186.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e67ccd53da5958ea1ec833a160b96357f90859c220a00150de011b787c27b98d
MD5 8eab9403b8ab2e3886d0571fa7e151fe
BLAKE2b-256 c64d9ef5301aa82ba8e3839443c4ff73261b07fc318136e5a79a29acc96dbcc2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-6.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 185.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 649df3641eb351cdfd0d5533c92fc9df507b6b2bf48a7ef8c71ab63cbc7b5c3c
MD5 2adbc9a6cdcd7dee0648be56a3477df7
BLAKE2b-256 dbaa47e899c41c9d39d6d41fffa47d2bbaa1f82e6c4351b9e7de92ca192b9dab

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: coverage-6.3-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 215.3 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 72d9d186508325a456475dd05b1756f9a204c7086b07fffb227ef8cee03b1dc2
MD5 0d6ce07821a4235c5c8dc7ffde3eaf7b
BLAKE2b-256 bd94a6e04dbd3d01dad575a792ad42307166f5c9fb3b7dd34a8528d0823a0fb7

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: coverage-6.3-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 214.1 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 51372e24b1f7143ee2df6b45cff6a721f3abe93b1e506196f3ffa4155c2497f7
MD5 7600c29e2b242be7d12aedc0ce5c9114
BLAKE2b-256 bd345ec7b456dc77f56329952b5a7932fbed218cf51e202e3fa38e6e7e97daec

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: coverage-6.3-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 215.9 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 152cc2624381df4e4e604e21bd8e95eb8059535f7b768c1fb8b8ae0b26f47ab0
MD5 f833b59ac87c3ac089797021776a2d54
BLAKE2b-256 52238f378b424f3a528d3496f66de84c9b762b14c5aed7c182ab81e702c09e56

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coverage-6.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8582e9280f8d0f38114fe95a92ae8d0790b56b099d728cc4f8a2e14b1c4a18c
MD5 c5e61453e5269d63d59f7f676ce0620e
BLAKE2b-256 5505a847f69ece5d7b24a8e77c454bf9e74d749b3f792b785b2f1c4d195fb7b1

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for coverage-6.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ca29c352389ea27a24c79acd117abdd8a865c6eb01576b6f0990cd9a4e9c9f48
MD5 c7192b177ef79e9572fe738af7757102
BLAKE2b-256 601f31493de4c5b178b438e07dba9b9e36ff92cc2f9ebbd738b9f5614ec3cdc0

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for coverage-6.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c72bb4679283c6737f452eeb9b2a0e570acaef2197ad255fb20162adc80bea76
MD5 cd058eae05efe351d90f6925b45ca5ec
BLAKE2b-256 cc1b18b785dad5798536c2dd409e207a03b79e955ca15fb6cca4c62fe5baa1e2

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: coverage-6.3-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 182.6 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab4fc4b866b279740e0d917402f0e9a08683e002f43fa408e9655818ed392196
MD5 2282686672e5e82f19f4ed5bb7a11348
BLAKE2b-256 43f82abbe7db0980e37513cc918cba2c179c8dcbad781921bfb0dcff31df1afd

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: coverage-6.3-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 182.4 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9ed3244b415725f08ca3bdf02ed681089fd95e9465099a21c8e2d9c5d6ca2606
MD5 ea4f1bd725c1d6b0fa5e27f221dfa450
BLAKE2b-256 ee5d74f4bcdcaaa76448d6c463e3ec8a0787c4c67e46b65cc9e650ee0555f6ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-6.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 186.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 433b99f7b0613bdcdc0b00cc3d39ed6d756797e3b078d2c43f8a38288520aec6
MD5 8b683e29b0e232406d87fd902ea4a59e
BLAKE2b-256 f570754bdf9ea51d910fc3fe2fc8e48906a97e96f114f6b149d0ec45f86e2273

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-6.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 185.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6e78b1e25e5c5695dea012be473e442f7094d066925604be20b30713dbd47f89
MD5 545e2d3722ba67767f992af17ce1cb5e
BLAKE2b-256 3f66e149de795f536eb3328f7c117979982780c47be6fe21b0d42ad25444a1fb

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: coverage-6.3-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 216.6 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0a34d313105cdd0d3644c56df2d743fe467270d6ab93b5d4a347eb9fec8924d6
MD5 baaa5da01c4e56dc6ae57594206f4e5b
BLAKE2b-256 5578512801177e58cc9795a1fda2be0d6b8b376d7b014c62d3c4860f6e5b0d1d

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: coverage-6.3-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 215.8 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 012157499ec4f135fc36cd2177e3d1a1840af9b236cbe80e9a5ccfc83d912a69
MD5 54da6c7324927895f79bae77c4b69d7a
BLAKE2b-256 cdd025d3c76ba3e3acd6da24485f15f94569cb5db1533f6e037a58627835e037

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: coverage-6.3-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 217.2 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ce443a3e6df90d692c38762f108fc4c88314bf477689f04de76b3f252e7a351c
MD5 922150f39660de86f208ff6f5c4e59d2
BLAKE2b-256 539673c25c039133ff4fc4cdf5b559088a57e5602e8820aef5dd213a1778192f

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coverage-6.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a5d79c9af3f410a2b5acad91258b4ae179ee9c83897eb9de69151b179b0227f5
MD5 e89a51d08df4e0b4dbf5d089d253b4dd
BLAKE2b-256 e4dbf9bc3cc1e40275530b91fcbb8bde698b8c2da97257bac794dae3b7babd53

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for coverage-6.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7596aa2f2b8fa5604129cfc9a27ad9beec0a96f18078cb424d029fdd707468d
MD5 0a447916385422ff0e7af52cc12f034c
BLAKE2b-256 58ba15950381d7a1e28f49d4100c4c98527f33813076ac3668536679d5d4627c

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for coverage-6.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 85c5fc9029043cf8b07f73fbb0a7ab6d3b717510c3b5642b77058ea55d7cacde
MD5 e5a9dde04ad8dd4e66773a78b220963c
BLAKE2b-256 8323407abbd60d7c1aaafb4af59c54517f4f87d540aecff6336aa85a4d0b3d4e

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: coverage-6.3-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 182.6 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32168001f33025fd756884d56d01adebb34e6c8c0b3395ca8584cdcee9c7c9d2
MD5 0977e8971e17f5c58a16d723969b7635
BLAKE2b-256 d7e186083253e5130825c0b00455b3c3fc071a84d29a9a1f31e7bbf130a9b8ff

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: coverage-6.3-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 182.3 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a189036c50dcd56100746139a459f0d27540fef95b09aba03e786540b8feaa5f
MD5 1ee2c83c0c785578d1b76ad560d967cf
BLAKE2b-256 ff5e5621e31092eaa3bdc50c1ac0fa22e67d835bb6b96f619c8458af101db20d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-6.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 186.2 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8e0c3525b1a182c8ffc9bca7e56b521e0c2b8b3e82f033c8e16d6d721f1b54d6
MD5 03721064644c3a7beb7f4b2b1198bf3d
BLAKE2b-256 09a02e65ed27beadf960301fa096ffeabd218562e326f61c3b7c486a72337f0c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-6.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 185.2 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 11e61c5548ecf74ea1f8b059730b049871f0e32b74f88bd0d670c20c819ad749
MD5 7ec80dd1aa2edf934b6e7d48f654fccc
BLAKE2b-256 ebe7346d12c0e76af1afa90d39e27a2c1c15e09b5dc8d8a88234975e0ca88162

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: coverage-6.3-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 213.7 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7d82c610a2e10372e128023c5baf9ce3d270f3029fe7274ff5bc2897c68f1318
MD5 5bc44c94d49768cae8dcd117decb9143
BLAKE2b-256 d901e4228d89a9392156b3a7b32e81759d9a3cd4edac7af515068d494393eb49

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: coverage-6.3-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 212.6 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 da1a428bdbe71f9a8c270c7baab29e9552ac9d0e0cba5e7e9a4c9ee6465d258d
MD5 ce98d723635d71b8b566d756c83e1bca
BLAKE2b-256 d2d70e5dcd4af17a8d4b4de2f3ad2cb2c29e49f0be3736ec1571953f10e49392

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: coverage-6.3-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 214.1 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fff16a30fdf57b214778eff86391301c4509e327a65b877862f7c929f10a4253
MD5 32110b2fa761bf5249c7316d698aeedc
BLAKE2b-256 ee40eda9d3141bf54139a7b7033c7990ef7808fd5912aae25633d1b2811b27cf

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coverage-6.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b4285fde5286b946835a1a53bba3ad41ef74285ba9e8013e14b5ea93deaeafc
MD5 e61fcbd86b00aa2fdd7528f0a7dee098
BLAKE2b-256 e1a1041cdc055611124af6e9801128e5b284653b5c110db641ba088235732b88

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for coverage-6.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 823f9325283dc9565ba0aa2d240471a93ca8999861779b2b6c7aded45b58ee0f
MD5 b286cb370fb1821a6d98f4fae017bbe2
BLAKE2b-256 9893918e7f3e9915167e5608d318b51597c79f235f43c1a5ea371cd12fb90eb5

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for coverage-6.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a4748349734110fd32d46ff8897b561e6300d8989a494ad5a0a2e4f0ca974fc7
MD5 05fbf5b09d8f21f992835f25feb9e0aa
BLAKE2b-256 50eac053376687c41825108d3e95a98c3fe354380da605307f7aaaad05e30230

See more details on using hashes here.

File details

Details for the file coverage-6.3-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: coverage-6.3-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 182.2 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for coverage-6.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7eed8459a2b81848cafb3280b39d7d49950d5f98e403677941c752e7e7ee47cb
MD5 54b8088875f0a8fb5848e4806a7f7784
BLAKE2b-256 8b750bc2375fbc6c6ea812e18ef62e9c7368fec2dcb885cd7065e862ea56f1f5

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 Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page