Skip to main content

Code coverage measurement for Python

Project description

Code coverage testing for Python.

Stand with Ukraine
PyPI status License Python versions supported
Test suite status Quality check status Documentation Coverage reports
Tidelift Sponsor me on GitHub GitHub stars coveragepy on Mastodon nedbat on Mastodon

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.8 through 3.12.

  • PyPy3 versions 3.8 through 3.10.

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

New in 7.x: experimental support for sys.monitoring; dropped support for Python 3.7; added Coverage.collect() context manager; improved data combining; [run] exclude_also setting; report --format=; type annotations.

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

Looking to run coverage on your test suite? See the Quick Start section of the docs.

Change history

The complete history of changes is on the change history page.

Code of Conduct

Everyone participating in the coverage.py project is expected to treat other people with respect and to follow the guidelines articulated in the Python Community Code of Conduct.

Contributing

Found a bug? Want to help improve the code or documentation? 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-7.4.0.tar.gz (776.5 kB view details)

Uploaded Source

Built Distributions

coverage-7.4.0-pp38.pp39.pp310-none-any.whl (198.1 kB view details)

Uploaded PyPy

coverage-7.4.0-cp312-cp312-win_amd64.whl (209.2 kB view details)

Uploaded CPython 3.12 Windows x86-64

coverage-7.4.0-cp312-cp312-win32.whl (208.4 kB view details)

Uploaded CPython 3.12 Windows x86

coverage-7.4.0-cp312-cp312-musllinux_1_1_x86_64.whl (244.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

coverage-7.4.0-cp312-cp312-musllinux_1_1_i686.whl (242.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

coverage-7.4.0-cp312-cp312-musllinux_1_1_aarch64.whl (244.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

coverage-7.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (238.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

coverage-7.4.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (238.0 kB view details)

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

coverage-7.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (236.0 kB view details)

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

coverage-7.4.0-cp312-cp312-macosx_11_0_arm64.whl (206.0 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

coverage-7.4.0-cp312-cp312-macosx_10_9_x86_64.whl (205.8 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

coverage-7.4.0-cp311-cp311-win_amd64.whl (209.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

coverage-7.4.0-cp311-cp311-win32.whl (208.1 kB view details)

Uploaded CPython 3.11 Windows x86

coverage-7.4.0-cp311-cp311-musllinux_1_1_x86_64.whl (245.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

coverage-7.4.0-cp311-cp311-musllinux_1_1_i686.whl (244.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

coverage-7.4.0-cp311-cp311-musllinux_1_1_aarch64.whl (246.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

coverage-7.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

coverage-7.4.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (237.1 kB view details)

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

coverage-7.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (235.4 kB view details)

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

coverage-7.4.0-cp311-cp311-macosx_11_0_arm64.whl (206.0 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

coverage-7.4.0-cp311-cp311-macosx_10_9_x86_64.whl (205.7 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

coverage-7.4.0-cp310-cp310-win_amd64.whl (209.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

coverage-7.4.0-cp310-cp310-win32.whl (208.1 kB view details)

Uploaded CPython 3.10 Windows x86

coverage-7.4.0-cp310-cp310-musllinux_1_1_x86_64.whl (238.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

coverage-7.4.0-cp310-cp310-musllinux_1_1_i686.whl (237.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

coverage-7.4.0-cp310-cp310-musllinux_1_1_aarch64.whl (239.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

coverage-7.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (234.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

coverage-7.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.2 kB view details)

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

coverage-7.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (232.4 kB view details)

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

coverage-7.4.0-cp310-cp310-macosx_11_0_arm64.whl (205.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

coverage-7.4.0-cp310-cp310-macosx_10_9_x86_64.whl (205.6 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

coverage-7.4.0-cp39-cp39-win_amd64.whl (209.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

coverage-7.4.0-cp39-cp39-win32.whl (208.1 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-7.4.0-cp39-cp39-musllinux_1_1_x86_64.whl (238.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

coverage-7.4.0-cp39-cp39-musllinux_1_1_i686.whl (237.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

coverage-7.4.0-cp39-cp39-musllinux_1_1_aarch64.whl (238.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

coverage-7.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (233.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

coverage-7.4.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232.8 kB view details)

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

coverage-7.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (232.0 kB view details)

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

coverage-7.4.0-cp39-cp39-macosx_11_0_arm64.whl (205.9 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

coverage-7.4.0-cp39-cp39-macosx_10_9_x86_64.whl (205.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

coverage-7.4.0-cp38-cp38-win_amd64.whl (209.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

coverage-7.4.0-cp38-cp38-win32.whl (208.1 kB view details)

Uploaded CPython 3.8 Windows x86

coverage-7.4.0-cp38-cp38-musllinux_1_1_x86_64.whl (239.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

coverage-7.4.0-cp38-cp38-musllinux_1_1_i686.whl (238.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

coverage-7.4.0-cp38-cp38-musllinux_1_1_aarch64.whl (240.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

coverage-7.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

coverage-7.4.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.4 kB view details)

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

coverage-7.4.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.1 kB view details)

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

coverage-7.4.0-cp38-cp38-macosx_11_0_arm64.whl (205.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

coverage-7.4.0-cp38-cp38-macosx_10_9_x86_64.whl (205.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: coverage-7.4.0.tar.gz
  • Upload date:
  • Size: 776.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for coverage-7.4.0.tar.gz
Algorithm Hash digest
SHA256 707c0f58cb1712b8809ece32b68996ee1e609f71bd14615bd8f87a1293cb610e
MD5 66986edcc55cd11c3ba0fe565adfcaab
BLAKE2b-256 678aa8aebe8c70fadb1ad8bdadfc8fb97ce9a518ca406cb6eece0ed17122bfa4

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-pp38.pp39.pp310-none-any.whl.

File metadata

File hashes

Hashes for coverage-7.4.0-pp38.pp39.pp310-none-any.whl
Algorithm Hash digest
SHA256 c530833afc4707fe48524a44844493f36d8727f04dcce91fb978c414a8556cc6
MD5 24f393067945ddab194aae4c5be222b6
BLAKE2b-256 9e9e31248b312b11db756b462c01fd2a8f5e8602e39bda64235c0a72bd4c549b

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: coverage-7.4.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 209.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for coverage-7.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cd3c1e4cb2ff0083758f09be0f77402e1bdf704adb7f89108007300a6da587d0
MD5 97dd652c44d341addfb60ac3a76b7e93
BLAKE2b-256 d81c6aa6a48919a86056499ac229b36cf72c7205b2b57efbbbe9b06696f92852

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: coverage-7.4.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 208.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for coverage-7.4.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 51456e6fa099a8d9d91497202d9563a320513fcf59f33991b0661a4a6f2ad450
MD5 5a6916841341ce8d88c6eb0f7e57c926
BLAKE2b-256 add2f59405349d97a9323c0b061aa3bc7b89f6872f588bbcaf59b0bda4781767

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.4.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a56de34db7b7ff77056a37aedded01b2b98b508227d2d0979d373a9b5d353daa
MD5 18a3c167c2cf476e92092522fb3b3cb1
BLAKE2b-256 aba0b5a5cfa2a05cd00fa340011e9419f89c575bf8f490a6d1299b5b6b0022d8

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for coverage-7.4.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0e8d06778e8fbffccfe96331a3946237f87b1e1d359d7fbe8b06b96c95a5407a
MD5 9937bd42f53c995e88a8a771d30acf57
BLAKE2b-256 c04065201983514ead3f06d8193b964705e7438a8b1fc806ca42d10467d20a81

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.4.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bb1de682da0b824411e00a0d4da5a784ec6496b6850fdf8c865c1d68c0e318dd
MD5 fd83f09bc779a905d9525b0e7ff43e38
BLAKE2b-256 5e55626581aca785c08c67ff00ede69e594f943b6b7d4a6eed346cf5a38150e1

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 26f66da8695719ccf90e794ed567a1549bb2644a706b41e9f6eae6816b398c4a
MD5 0e421c3eb7e46e8bdbbf21aa13a6d0eb
BLAKE2b-256 2a9b2a17ca3f7c59e77d18b6a829ef8fa4bff7690c1e77035e6a67b4531bc484

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.4.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 316543f71025a6565677d84bc4df2114e9b6a615aa39fb165d697dba06a54af9
MD5 017c3e1623caa3b309c62a86384d18d0
BLAKE2b-256 fa3db619bf766a82396755c4d83619dd3858ae29921edc3c8acc99b370fab5ff

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for coverage-7.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 164fdcc3246c69a6526a59b744b62e303039a81e42cfbbdc171c91a8cc2f9446
MD5 5033d43b655bf8f1958cbb4e73dc3a8e
BLAKE2b-256 7ac1904595c61b1db7b689f4a2e9f5d6d40772742a17ae1d9e03f5e59f5b89ca

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 846f52f46e212affb5bcf131c952fb4075b55aae6b61adc9856222df89cbe3e2
MD5 8d53fd2e649ee6dd0b5d2575dec1051b
BLAKE2b-256 0b1803a276a0f4f7847f50d21b1e9a5c715438c0ae03afd4a944c2123bee3621

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.4.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 13eaf476ec3e883fe3e5fe3707caeb88268a06284484a3daf8250259ef1ba143
MD5 ed191332c514584faeb49a93a81174ed
BLAKE2b-256 b549b6b4f09309b34ca4bbdb88d7f22467014df2182b7810de59030886af86d2

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: coverage-7.4.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 209.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for coverage-7.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 26776ff6c711d9d835557ee453082025d871e30b3fd6c27fcef14733f67f0590
MD5 667bbbb1a9488b3e7b4ede1f9f9021b1
BLAKE2b-256 728151333395798fbb3c720ec92748ecdf17438cd4b593001b73d50fcb66d23d

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: coverage-7.4.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 208.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for coverage-7.4.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 697d1317e5290a313ef0d369650cfee1a114abb6021fa239ca12b4849ebbd614
MD5 d98f0995186a4264cf4ad181e9605a20
BLAKE2b-256 287b2fc1f45a822b8ace926aeecf13e6efbe100a06ec89062a066e6fff2dc931

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.4.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 83c2dda2666fe32332f8e87481eed056c8b4d163fe18ecc690b02802d36a4d26
MD5 eb97944969ca69c11427c478c926e050
BLAKE2b-256 cc4fe2f18ba7bea1b98abcc8a80ebab0f06ed1606b3c7653e04355e03e05bceb

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for coverage-7.4.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bf477c355274a72435ceb140dc42de0dc1e1e0bf6e97195be30487d8eaaf1a09
MD5 5d0d9841bf029f8b6c537a32499e565d
BLAKE2b-256 52b3111f497b77176ebb383b42d30cd43617f06e46de692dfd6e81d581cb4727

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.4.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6ae8c9d301207e6856865867d762a4b6fd379c714fcc0607a84b92ee63feff70
MD5 9bd75b485c308857e3d45bff29d4ed26
BLAKE2b-256 378e6a4bc8aa907725a3d6b9d9456150e5bee82d8ad72f3f2d2537a15101f665

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 74775198b702868ec2d058cb92720a3c5a9177296f75bd97317c787daf711505
MD5 28d7f7a2befaad718759a1aa403d0a06
BLAKE2b-256 c6d635a4f141651cd3d9f9492912dd5f1824bbc66f371095d83fd02e80f18c63

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.4.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 485e9f897cf4856a65a57c7f6ea3dc0d4e6c076c87311d4bc003f82cfe199d25
MD5 51e0f8fd1d49c503fefffa83868a54da
BLAKE2b-256 3b35c5aa0de6a3c40f42b7702298de7b0a67c96bfe0c44ed9d0a953d069b23dc

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for coverage-7.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 76f03940f9973bfaee8cfba70ac991825611b9aac047e5c80d499a44079ec0bc
MD5 44d94c6ace08e1976fcabd66fd0d1b46
BLAKE2b-256 06d79a0fafbdbec517e8087f669e7042f8513d1bb426411b3519c5e51e631c8d

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ea81d8f9691bb53f4fb4db603203029643caffc82bf998ab5b59ca05560f4c06
MD5 d868542967be781a5b778c42d6b50f64
BLAKE2b-256 7df027beca903b85254d3d23131a2bd926533af8de82b1bf44e6488e1c8cbe23

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.4.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 04387a4a6ecb330c1878907ce0dc04078ea72a869263e53c72a1ba5bbdf380ca
MD5 48f8ea5e5b7d48c687fb507bd0d66a4f
BLAKE2b-256 4ffc08202b00241dbf20f9f20eca49483ff3936429f71c8064db3c608f28e6cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 209.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for coverage-7.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5b14b4f8760006bfdb6e08667af7bc2d8d9bfdb648351915315ea17645347137
MD5 1e4b419d03e2ed51cd2567081dc0ad88
BLAKE2b-256 810e9ada461c872dfa959f5dcc0b928c565a64f92e34d365e7c9be56f588777f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 208.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for coverage-7.4.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 79287fd95585ed36e83182794a57a46aeae0b64ca53929d1176db56aacc83451
MD5 dd0867de830a5eeee92cdd967b70087b
BLAKE2b-256 dcfe73e84ee64a05ccbaf1621ac50821d78b2543a5786383b700fd4319637009

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 995ea5c48c4ebfd898eacb098164b3cc826ba273b3049e4a889658548e321b43
MD5 bba183bf88c7c9bccb39b03ef34a7dc7
BLAKE2b-256 4aeb774b8287860dbf4bc3e549d67bff2c742c84dc78fc6687d480aa2e0640b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5b2ccb7548a0b65974860a78c9ffe1173cfb5877460e5a229238d985565574ae
MD5 6b99442ba1477cbceb378e16509660b8
BLAKE2b-256 f2149e8d0fc5f5e02b136f17347aca286442b73b6d0c6dfcb158a0ba4b40f85c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 80b5ee39b7f0131ebec7968baa9b2309eddb35b8403d1869e08f024efd883566
MD5 64d100b79bd88b064eb42a6317f0da61
BLAKE2b-256 30788df9d48296453c80461cef070182061d48ec2baaf8d5f4f1a9468d610075

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d0ca5c71a5a1765a0f8f88022c52b6b8be740e512980362f7fdbb03725a0d6b9
MD5 84cdbca52488de0dc7fb6e228c27089b
BLAKE2b-256 474dcda0f5ab752b95734b8831136871032a716f8505d52d533e90e98e16b3ab

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-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-7.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 815ac2d0f3398a14286dc2cea223a6f338109f9ecf39a71160cd1628786bc6f5
MD5 8919582f2dabf4052b860491d4ba620b
BLAKE2b-256 b3911f1c7f3351e4c996558e67bfe4f04084b7d01878e2bb55640652e1ee908f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a7c97726520f784239f6c62506bc70e48d01ae71e9da128259d61ca5e9788516
MD5 96a64b5384f80cfae152c319447e0da2
BLAKE2b-256 7c9917dc9c3cc7215ff2d877a5392f442e33ba28151a49413dbf2862763bc759

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0676cd0ba581e514b7f726495ea75aba3eb20899d824636c6f59b0ed2f88c471
MD5 e745a5fa0b19d92e63889898a77793cd
BLAKE2b-256 ee9c7dffc6f9a6467ce260f03cbf11c21bf5b740fd668b2e57118e23014aa0f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 36b0ea8ab20d6a7564e89cb6135920bc9188fb5f1f7152e94e8300b7b189441a
MD5 17fc334ec1526650f9f829d39b1bb6d3
BLAKE2b-256 f3a6f681656a888ab8e65406b5d957a0bc2b2eadca7196246a1c4ebbd276bb1a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 209.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for coverage-7.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cfd2a8b6b0d8e66e944d47cdec2f47c48fef2ba2f2dff5a9a75757f64172857e
MD5 2c01b5cbb0e75f19f470f75cf6b6004d
BLAKE2b-256 e5b0bdd2cb4b98718928a2cfed8cbf7bb25258b0f8ff7b06c1bfed84d6b054d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 208.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for coverage-7.4.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 53d7d9158ee03956e0eadac38dfa1ec8068431ef8058fe6447043db1fb40d932
MD5 983f7058834169c964ceaf9072631051
BLAKE2b-256 83f43a4cac0ee3d961cc1190830d18b7f4d1e71f24e32688f3db544a2246a95f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bfd5db349d15c08311702611f3dccbef4b4e2ec148fcc636cf8739519b4a5c0f
MD5 93c579d33e0278c0c9312b1d1aa0594d
BLAKE2b-256 1ed2f002b2dc3698dd64eb87a862fa5318f12c528871fa1ed96d1adaaa7b1e56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0eb3c2f32dabe3a4aaf6441dde94f35687224dfd7eb2a7f47f3fd9428e421058
MD5 a4439d33a3e148a6107dbe8f0806a9e2
BLAKE2b-256 83eb9725cc1fffbb4a24d485606f0ca0d577b01a284d872cf0160b5e7339d76c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 756ded44f47f330666843b5781be126ab57bb57c22adbb07d83f6b519783b870
MD5 b08f069fbf0d47b2696fa2a5e6854427
BLAKE2b-256 f8d13fc27235187d5cfc4ab8739de8da7ec8fc447b7d29136fdee31fa2951652

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e7defbb9737274023e2d7af02cac77043c86ce88a907c58f42b580a97d5bcca9
MD5 b1e4fafff4729f51dc1e7ab5a820ff6a
BLAKE2b-256 2929683527d6ce0c6fcfb2d46b3cc4fb3d5bf10fad89588f338b6ffec6203300

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-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-7.4.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf635a52fc1ea401baf88843ae8708591aa4adff875e5c23220de43b1ccf575c
MD5 afeaea41e4a5346c7c14f7af5b579eba
BLAKE2b-256 dc9a825705f435ef469c780045746c725f974ca8b059380df28b6331995a2ae1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a1526d265743fb49363974b7aa8d5899ff64ee07df47dd8d3e37dcc0818f09ed
MD5 5a34a94c790d0853631284d5c7824fe2
BLAKE2b-256 5d3781916e4220c96ca15d8b8c38d6be68cf83b0fe7f70e22846b0e4d52fed91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 799c8f873794a08cdf216aa5d0531c6a3747793b70c53f70e98259720a6fe2d7
MD5 1cd737a82e54d5b7a329fc0e7c316465
BLAKE2b-256 361843391e9415477d95bca3061376a0f3db0467abc04b477e15f2d620d93fa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 936d38794044b26c99d3dd004d8af0035ac535b92090f7f2bb5aa9c8e2f5cd42
MD5 5fb8dcef4db0cc9f4493225a5c7beb3d
BLAKE2b-256 91cad6338ca373a68cba667d71686fa3e1b4eb443171af94fc70a5bdb1fc19f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 209.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for coverage-7.4.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9864463c1c2f9cb3b5db2cf1ff475eed2f0b4285c2aaf4d357b69959941aa555
MD5 681cd91cc48e985d554dbd6e82a9abcf
BLAKE2b-256 b6694228717a2cc99aa3edbf154fbe671c6883e1125f341c2b1bdbfceeb4192a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 208.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for coverage-7.4.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5040148f4ec43644702e7b16ca864c5314ccb8ee0751ef617d49aa0e2d6bf4f2
MD5 8416c03657a5ded2e995c6bbca42f4bc
BLAKE2b-256 d3621a77a23d2565850ccf4dc885906100b30ebd753f8e8106736c961dfe80aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 29f3abe810930311c0b5d1a7140f6395369c3db1be68345638c33eec07535105
MD5 f0025f2e73a6f6543aeaa957cf0f7708
BLAKE2b-256 6e0cdfbc0437e55850bafd7a6e11899da610e44ceceb9943991f4f9f2433986b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7d360587e64d006402b7116623cebf9d48893329ef035278969fa3bbf75b697e
MD5 9ade2e45fa9c0684d14fee16f52265ed
BLAKE2b-256 d424a332252a4de38bac7e154c7da72db6eb0d5f9d4c9c932780ebeae0fd472a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b8e99f06160602bc64da35158bb76c73522a4010f0649be44a4e167ff8555952
MD5 0b1baf0ca62747042d8f78847eeeb954
BLAKE2b-256 9bd394d653c254665066778205e63d7b0b86b74710f1ff9d1e4ca5f4c24ebb9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3cc9d4bc55de8003663ec94c2f215d12d42ceea128da8f0f4036235a119c88ac
MD5 7044577055015b049bfd49f165e9e452
BLAKE2b-256 cfb2c2154a975922eb00f240a0e874c120127b26d6017d4265f63c956c6e2f9a

See more details on using hashes here.

File details

Details for the file coverage-7.4.0-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-7.4.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a10a4920def78bbfff4eff8a05c51be03e42f1c3735be42d851f199144897ba
MD5 5f2c494dfdf309a69a7cc65c1ccd570a
BLAKE2b-256 229583c2429234f40f438e453554844890335c3c67e53bfd6b1e16142da893d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cc6d65b21c219ec2072c1293c505cf36e4e913a3f936d80028993dd73c7906b1
MD5 f5c8c519f992b7860fb4bef955c17dd2
BLAKE2b-256 b785636be7921081892561a5154979afcbd381c47008dd485807b1b6fd695ba2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 109f5985182b6b81fe33323ab4707011875198c41964f014579cf82cebf2bb85
MD5 59b961a7ab8b131260ac736bc8a24b78
BLAKE2b-256 76cf4354b47d00e8f491f1b994d037c688b4d87c8e0131882c3221c4562e42c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e9d1bf53c4c8de58d22e0e956a79a5b37f754ed1ffdbf1a260d9dcfa2d8a325e
MD5 32da67a88152ba9ee1aecf5d1bb68376
BLAKE2b-256 c51de457ae5c0895746767571048590a475e6ed4be578b293f21d2cd9197737d

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