Skip to main content

Code coverage measurement for Python

Project description

Code coverage measurement 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:

  • Python 3.8 through 3.12, and 3.13.0rc1, including free-threading.

  • 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: multi-line exclusion patterns; function/class reporting; 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

This version

7.6.1

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

Uploaded Source

Built Distributions

coverage-7.6.1-pp38.pp39.pp310-none-any.whl (198.9 kB view details)

Uploaded PyPy

coverage-7.6.1-cp313-cp313t-win_amd64.whl (211.5 kB view details)

Uploaded CPython 3.13t Windows x86-64

coverage-7.6.1-cp313-cp313t-win32.whl (210.3 kB view details)

Uploaded CPython 3.13t Windows x86

coverage-7.6.1-cp313-cp313t-musllinux_1_2_x86_64.whl (247.6 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ x86-64

coverage-7.6.1-cp313-cp313t-musllinux_1_2_i686.whl (246.3 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ i686

coverage-7.6.1-cp313-cp313t-musllinux_1_2_aarch64.whl (248.4 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ ARM64

coverage-7.6.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (250.8 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ ARM64

coverage-7.6.1-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (248.9 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

coverage-7.6.1-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (246.6 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

coverage-7.6.1-cp313-cp313t-macosx_11_0_arm64.whl (208.0 kB view details)

Uploaded CPython 3.13t macOS 11.0+ ARM64

coverage-7.6.1-cp313-cp313t-macosx_10_13_x86_64.whl (207.8 kB view details)

Uploaded CPython 3.13t macOS 10.13+ x86-64

coverage-7.6.1-cp313-cp313-win_amd64.whl (210.4 kB view details)

Uploaded CPython 3.13 Windows x86-64

coverage-7.6.1-cp313-cp313-win32.whl (209.7 kB view details)

Uploaded CPython 3.13 Windows x86

coverage-7.6.1-cp313-cp313-musllinux_1_2_x86_64.whl (238.6 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

coverage-7.6.1-cp313-cp313-musllinux_1_2_i686.whl (236.8 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

coverage-7.6.1-cp313-cp313-musllinux_1_2_aarch64.whl (238.7 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

coverage-7.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (239.9 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

coverage-7.6.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239.0 kB view details)

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

coverage-7.6.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (237.0 kB view details)

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

coverage-7.6.1-cp313-cp313-macosx_11_0_arm64.whl (207.3 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

coverage-7.6.1-cp313-cp313-macosx_10_13_x86_64.whl (207.0 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

coverage-7.6.1-cp312-cp312-win_amd64.whl (210.4 kB view details)

Uploaded CPython 3.12 Windows x86-64

coverage-7.6.1-cp312-cp312-win32.whl (209.6 kB view details)

Uploaded CPython 3.12 Windows x86

coverage-7.6.1-cp312-cp312-musllinux_1_2_x86_64.whl (238.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

coverage-7.6.1-cp312-cp312-musllinux_1_2_i686.whl (237.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

coverage-7.6.1-cp312-cp312-musllinux_1_2_aarch64.whl (238.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

coverage-7.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (240.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

coverage-7.6.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239.5 kB view details)

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

coverage-7.6.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (237.4 kB view details)

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

coverage-7.6.1-cp312-cp312-macosx_11_0_arm64.whl (207.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

coverage-7.6.1-cp312-cp312-macosx_10_9_x86_64.whl (207.0 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

coverage-7.6.1-cp311-cp311-win_amd64.whl (210.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

coverage-7.6.1-cp311-cp311-win32.whl (209.3 kB view details)

Uploaded CPython 3.11 Windows x86

coverage-7.6.1-cp311-cp311-musllinux_1_2_x86_64.whl (236.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

coverage-7.6.1-cp311-cp311-musllinux_1_2_i686.whl (236.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

coverage-7.6.1-cp311-cp311-musllinux_1_2_aarch64.whl (237.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

coverage-7.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (239.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

coverage-7.6.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (238.5 kB view details)

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

coverage-7.6.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (236.9 kB view details)

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

coverage-7.6.1-cp311-cp311-macosx_11_0_arm64.whl (207.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

coverage-7.6.1-cp311-cp311-macosx_10_9_x86_64.whl (206.8 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

coverage-7.6.1-cp310-cp310-win_amd64.whl (210.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

coverage-7.6.1-cp310-cp310-win32.whl (209.3 kB view details)

Uploaded CPython 3.10 Windows x86

coverage-7.6.1-cp310-cp310-musllinux_1_2_x86_64.whl (233.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

coverage-7.6.1-cp310-cp310-musllinux_1_2_i686.whl (232.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

coverage-7.6.1-cp310-cp310-musllinux_1_2_aarch64.whl (233.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

coverage-7.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

coverage-7.6.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.7 kB view details)

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

coverage-7.6.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.6 kB view details)

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

coverage-7.6.1-cp310-cp310-macosx_11_0_arm64.whl (207.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

coverage-7.6.1-cp310-cp310-macosx_10_9_x86_64.whl (206.7 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

coverage-7.6.1-cp39-cp39-win_amd64.whl (210.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

coverage-7.6.1-cp39-cp39-win32.whl (209.4 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-7.6.1-cp39-cp39-musllinux_1_2_x86_64.whl (232.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

coverage-7.6.1-cp39-cp39-musllinux_1_2_i686.whl (232.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

coverage-7.6.1-cp39-cp39-musllinux_1_2_aarch64.whl (233.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

coverage-7.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

coverage-7.6.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.3 kB view details)

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

coverage-7.6.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.2 kB view details)

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

coverage-7.6.1-cp39-cp39-macosx_11_0_arm64.whl (207.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

coverage-7.6.1-cp39-cp39-macosx_10_9_x86_64.whl (206.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

coverage-7.6.1-cp38-cp38-win_amd64.whl (210.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

coverage-7.6.1-cp38-cp38-win32.whl (209.3 kB view details)

Uploaded CPython 3.8 Windows x86

coverage-7.6.1-cp38-cp38-musllinux_1_2_x86_64.whl (234.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

coverage-7.6.1-cp38-cp38-musllinux_1_2_i686.whl (233.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

coverage-7.6.1-cp38-cp38-musllinux_1_2_aarch64.whl (235.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

coverage-7.6.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (236.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

coverage-7.6.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (235.9 kB view details)

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

coverage-7.6.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (234.4 kB view details)

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

coverage-7.6.1-cp38-cp38-macosx_11_0_arm64.whl (207.1 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

coverage-7.6.1-cp38-cp38-macosx_10_9_x86_64.whl (206.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: coverage-7.6.1.tar.gz
  • Upload date:
  • Size: 798.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.6.1.tar.gz
Algorithm Hash digest
SHA256 953510dfb7b12ab69d20135a0662397f077c59b1e6379a768e97c59d852ee51d
MD5 ec723ce8b48325c2ed65de04e0839287
BLAKE2b-256 f7087e37f82e4d1aead42a7443ff06a1e406aabf7302c4f00a546e4b320b994c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-pp38.pp39.pp310-none-any.whl
Algorithm Hash digest
SHA256 e9a6e0eb86070e8ccaedfbd9d38fec54864f3125ab95419970575b42af7541df
MD5 364727bb34c7be0964c72133d52f48d9
BLAKE2b-256 a52b0354ed096bca64dc8e32a7cbcae28b34cb5ad0b1fe2125d6d99583313ac0

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 b9f222de8cded79c49bf184bdbc06630d4c58eec9459b939b4a690c82ed05657
MD5 a2e0f6b89f504c0356e8e67cff021056
BLAKE2b-256 9fb0e0dca6da9170aefc07515cce067b97178cefafb512d00a87a1c717d2efd5

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313t-win32.whl.

File metadata

  • Download URL: coverage-7.6.1-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 210.3 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.6.1-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 170d444ab405852903b7d04ea9ae9b98f98ab6d7e63e1115e82620807519797f
MD5 2de174ecc81243398db7cb0086dd3d6a
BLAKE2b-256 668bf54f8db2ae17188be9566e8166ac6df105c1c611e25da755738025708d54

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 225667980479a17db1048cb2bf8bfb39b8e5be8f164b8f6628b64f78a72cf9d3
MD5 7361fc0bb3751a87b56050d2b3a11dba
BLAKE2b-256 52761766bb8b803a88f93c3a2d07e30ffa359467810e5cbc68e375ebe6906efb

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 166811d20dfea725e2e4baa71fffd6c968a958577848d2131f39b60043400223
MD5 916d40541e58b9c69f04caa6aab05da6
BLAKE2b-256 75060429c652aa0fb761fc60e8c6b291338c9173c6aa0f4e40e1902345b42830

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4421712dbfc5562150f7554f13dde997a2e932a6b5f352edcce948a815efee6f
MD5 800806683ebfb7d1793f424fcc43d0de
BLAKE2b-256 c8fa13a6f56d72b429f56ef612eb3bc5ce1b75b7ee12864b3bd12526ab794847

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a89ecca80709d4076b95f89f308544ec8f7b4727e8a547913a35f16717856cb
MD5 17354adbb383c5e407c3aa9ed648ca59
BLAKE2b-256 b8d762095e355ec0613b08dfb19206ce3033a0eedb6f4a67af5ed267a8800642

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313t-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.6.1-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 13b0a73a0896988f053e4fbb7de6d93388e6dd292b0d87ee51d106f2c11b465b
MD5 3737178336a32a10d1d95c1f67f21bb0
BLAKE2b-256 8b61a7a6a55dd266007ed3b1df7a3386a0d760d014542d72f7c2c6938483b7bd

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a318d68e92e80af8b00fa99609796fdbcdfef3629c77c6283566c6f02c6d6704
MD5 00fea02acd6d591a06d64ede285a04a3
BLAKE2b-256 7c1ec2967cb7991b112ba3766df0d9c21de46b476d103e32bb401b1b2adf3380

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 502753043567491d3ff6d08629270127e0c31d4184c4c8d98f92c26f65019962
MD5 c1caf8487a156760d0ce04aa5467a893
BLAKE2b-256 c4aeb5d58dff26cade02ada6ca612a76447acd69dccdbb3a478e9e088eb3d4b9

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d3296782ca4eab572a1a4eca686d8bfb00226300dcefdf43faa25b5242ab8a3e
MD5 9db90ce6cf3bc0ad543abed70cbf89af
BLAKE2b-256 9c1508913be1c59d7562a3e39fce20661a98c0a3f59d5754312899acc6cb8a2d

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: coverage-7.6.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 210.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.6.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8284cf8c0dd272a247bc154eb6c95548722dce90d098c17a883ed36e67cdb129
MD5 b84c5eeae3d3e02fe65edb36c8899de8
BLAKE2b-256 35591812f08a85b57c9fdb6d0b383d779e47b6f643bc278ed682859512517e83

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: coverage-7.6.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 209.7 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.6.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 44df346d5215a8c0e360307d46ffaabe0f5d3502c8a1cefd700b34baf31d411a
MD5 b987e7bcda341060a3b85aab77922e8c
BLAKE2b-256 74e47ff20d6a0b59eeaab40b3140a71e38cf52547ba21dbcf1d79c5a32bba61b

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6878ef48d4227aace338d88c48738a4258213cd7b74fd9a3d4d7582bb1d8a155
MD5 cb032bb6cc455154a0be79c4eb4436c7
BLAKE2b-256 d66a9cf96839d3147d55ae713eb2d877f4d777e7dc5ba2bce227167d0118dfe8

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2c09f4ce52cb99dd7505cd0fc8e0e37c77b87f46bc9c1eb03fe3bc9991085388
MD5 15b159c2eb972780731b6413a43044df
BLAKE2b-256 d3a808d7b38e6ff8df52331c83130d0ab92d9c9a8b5462f9e99c9f051a4ae206

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a78d169acd38300060b28d600344a803628c3fd585c912cacc9ea8790fe96862
MD5 5b2102d65480440e25231656b94f54d8
BLAKE2b-256 6ebd110689ff5752b67924efd5e2aedf5190cbbe245fc81b8dec1abaffba619d

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d0c212c49b6c10e6951362f7c6df3329f04c2b1c28499563d4035d964ab8e08c
MD5 09ae338283a41651674cc0acb9d7584e
BLAKE2b-256 145b9dec847b305e44a5634d0fb8498d135ab1d88330482b74065fcec0622224

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313-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.6.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78b260de9790fd81e69401c2dc8b17da47c8038176a79092a89cb2b7d945d060
MD5 88902e2236ee2525ed47c54d368d3dbd
BLAKE2b-256 f795d2fd31f1d638df806cae59d7daea5abf2b15b5234016a5ebb502c2f3f7ee

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6e81d7a3e58882450ec4186ca59a3f20a5d4440f25b1cff6f0902ad890e6748a
MD5 6c314173b8e96fb0be2ab4544782974d
BLAKE2b-256 7bb735760a67c168e29f454928f51f970342d23cf75a2bb0323e0f07334c85f3

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6d3adcf24b624a7b778533480e32434a39ad8fa30c315208f6d3e5542aeb6e9
MD5 ffb16dcc20bbcf6d4ed2fb2ba261f2d6
BLAKE2b-256 b967e1413d5a8591622a46dd04ff80873b04c849268831ed5c304c16433e7e30

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a4acd025ecc06185ba2b801f2de85546e0b8ac787cf9d3b06e7e2a69f925b106
MD5 f4e72cc5c8973ce3a5d5ff7947bf08bf
BLAKE2b-256 8cf99aa4dfb751cb01c949c990d136a0f92027fbcc5781c6e921df1cb1563f20

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 210.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.6.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b5d7b556859dd85f3a541db6a4e0167b86e7273e1cdc973e5b175166bb634fdb
MD5 4b72751c75b5bb46d5234ea23bafbe95
BLAKE2b-256 47c85a2e41922ea6740f77d555c4d47544acd7dc3f251fe14199c09c0f5958d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 209.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.6.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e05882b70b87a18d937ca6768ff33cc3f72847cbc4de4491c8e73880766718e5
MD5 53391696d9aa954393f5bab9deecf2d0
BLAKE2b-256 b6e9d9cc3deceb361c491b81005c668578b0dfa51eed02cd081620e9a62f24ec

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3c02d12f837d9683e5ab2f3d9844dc57655b92c74e286c262e0fc54213c216d
MD5 3439e970c68396b196aed3630049fd08
BLAKE2b-256 86741dc7a20969725e917b1e07fe71a955eb34bc606b938316bcc799f228374b

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3e0cadcf6733c09154b461f1ca72d5416635e5e4ec4e536192180d34ec160f8a
MD5 f67e45b4e8dadb78aab940abb1b7a5af
BLAKE2b-256 edbf73ce346a9d32a09cf369f14d2a06651329c984e106f5992c89579d25b27e

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 877abb17e6339d96bf08e7a622d05095e72b71f8afd8a9fefc82cf30ed944163
MD5 29c698ae5435a0d7ecec5b32504ab64e
BLAKE2b-256 d1047fd7b39ec7372a04efb0f70c70e35857a99b6a9188b5205efb4c77d6a57a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 260933720fdcd75340e7dbe9060655aff3af1f0c5d20f46b57f262ab6c86a5e8
MD5 ab4da9afb2c9326b48171570f7c8015b
BLAKE2b-256 928f2ead05e735022d1a7f3a0a683ac7f737de14850395a826192f0288703472

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-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.6.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c44fee9975f04b33331cb8eb272827111efc8930cfd582e0320613263ca849ca
MD5 d0e87ee483c3ff76b1e8fb4086588a29
BLAKE2b-256 1f0fc890339dd605f3ebc269543247bdd43b703cce6825b5ed42ff5f2d6122c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 07e2ca0ad381b91350c0ed49d52699b625aab2b44b65e1b4e02fa9df0e92ad2d
MD5 365b2d70c7c4908313eb8c4d563353f2
BLAKE2b-256 0fef94043e478201ffa85b8ae2d2c79b4081e5a1b73438aafafccf3e9bafb6b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5621a9175cf9d0b0c84c2ef2b12e9f5f5071357c4d2ea6ca1cf01814f45d2391
MD5 e399f6a312fa6d50c51eadfa262ba48e
BLAKE2b-256 e1ab6bf00de5327ecb8db205f9ae596885417a31535eeda6e7b99463108782e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 95cae0efeb032af8458fc27d191f85d1717b1d4e49f7cb226cf526ff28179778
MD5 c64f15f427057fe1ac993dbd8d12a457
BLAKE2b-256 7ed4300fc921dff243cd518c7db3a4c614b7e4b2431b0d1145c1e274fd99bd70

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 210.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.6.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8ae539519c4c040c5ffd0632784e21b2f03fc1340752af711f33e5be83a9d6c6
MD5 de996ac6cddf393e533224ce9d59af99
BLAKE2b-256 20050d1ccbb52727ccdadaa3ff37e4d2dc1cd4d47f0c3df9eb58d9ec8508ca88

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 209.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.6.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1125ca0e5fd475cbbba3bb67ae20bd2c23a98fac4e32412883f9bcbaa81c314c
MD5 580c7c134cc4df2a65a6d7bd00028f67
BLAKE2b-256 7d30033e663399ff17dca90d793ee8a2ea2890e7fdf085da58d82468b4220bf7

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b48f312cca9621272ae49008c7f613337c53fadca647d6384cc129d2996d1133
MD5 ab048e3c65c063f61ed93c31911c107f
BLAKE2b-256 fbc8521c698f2d2796565fe9c789c2ee1ccdae610b3aa20b9b2ef980cc253640

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fc5a77d0c516700ebad189b587de289a20a78324bc54baee03dd486f0855d234
MD5 88242b480fde072d8229ebd2213a5740
BLAKE2b-256 ed1caa1efa6459d822bd72c4abc0b9418cf268de3f60eeccd65dc4988553bd8d

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1f4aa8219db826ce6be7099d559f8ec311549bfc4046f7f9fe9b5cea5c581c56
MD5 809b99a196d3105056cc168596d77b8a
BLAKE2b-256 683c289b81fa18ad72138e6d78c4c11a82b5378a312c0e467e2f6b495c260907

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d85f5e9a5f8b73e2350097c3756ef7e785f55bd71205defa0bfdaf96c31616ff
MD5 eaf42b9840bb5977da520f95e444cd5a
BLAKE2b-256 aacd766b45fb6e090f20f8927d9c7cb34237d41c73a939358bc881883fd3a40d

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-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.6.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c0420b573964c760df9e9e86d1a9a622d0d27f417e1a949a8a66dd7bcee7bc6
MD5 a9d5a69e1a786d341ca6189f5a97fe26
BLAKE2b-256 146f8351b465febb4dbc1ca9929505202db909c5a635c6fdf33e089bbc3d7d85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9bc572be474cafb617672c43fe989d6e48d3c83af02ce8de73fff1c6bb3c198d
MD5 e7a1f65b52b7f70dc8270e75dd8bd666
BLAKE2b-256 706ca9ccd6fe50ddaf13442a1e2dd519ca805cbe0f1fcd377fba6d8339b98ccb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed37bd3c3b063412f7620464a9ac1314d33100329f39799255fb8d3027da50d3
MD5 ec11f0a96e40131738e2a36831b51887
BLAKE2b-256 e10ee52332389e057daa2e03be1fbfef25bb4d626b37d12ed42ae6281d0a274c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7dea0889685db8550f839fa202744652e87c60015029ce3f60e006f8c4462c93
MD5 084fb999c58ff3aaa54ba94adf298a50
BLAKE2b-256 ad5f67af7d60d7e8ce61a4e2ddcd1bd5fb787180c8d0ae0fbd073f903b3dd95d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 210.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.6.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3115a95daa9bdba70aea750db7b96b37259a81a709223c8448fa97727d546fe0
MD5 4d81b65afadf597e35151266021a035f
BLAKE2b-256 5a25af337cc7421eca1c187cc9c315f0a755d48e755d2853715bfe8c418a45fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 209.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.6.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7bb65125fcbef8d989fa1dd0e8a060999497629ca5b0efbca209588a73356232
MD5 d3cb31812812eff0ed1da339f17a32b9
BLAKE2b-256 c8fb4532b0b0cefb3f06d201648715e03b0feb822907edab3935112b61b885e2

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f5796e664fe802da4f57a168c85359a8fbf3eab5e55cd4e4569fbacecc903959
MD5 ab861047d661cfe1cb5b0b74784ab0f6
BLAKE2b-256 57e3818a2b2af5b7573b4b82cf3e9f137ab158c90ea750a8f053716a32f20f06

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e6a08c0be454c3b3beb105c0596ebdc2371fab6bb90c0c0297f4e58fd7e1012c
MD5 164d53dd5b59e226f257e26d1b50c2a9
BLAKE2b-256 287c3753c8b40d232b1e5eeaed798c875537cf3cb183fb5041017c1fdb7ec14e

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a1ac0ae2b8bd743b88ed0502544847c3053d7171a3cff9228af618a068ed9c34
MD5 ecc13fdb92ab80f9a319a8fe1e2df205
BLAKE2b-256 0f7ea0230756fb133343a52716e8b855045f13342b70e48e8ad41d8a0d60ab98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e61c0abb4c85b095a784ef23fdd4aede7a2628478e7baba7c5e3deba61070a02
MD5 7b0a53aef12adfe1732fdc353eab04a8
BLAKE2b-256 c7c86ca52b5147828e45ad0242388477fdb90df2c6cbb9a441701a12b3c71bc8

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-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.6.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f59d57baca39b32db42b83b2a7ba6f47ad9c394ec2076b084c3f029b7afca23
MD5 44c8788f7ec8e390d3251487ec304c1e
BLAKE2b-256 53239e2c114d0178abc42b6d8d5281f651a8e6519abfa0ef460a00a91f80879d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fd21f6ae3f08b41004dfb433fa895d858f3f5979e7762d052b12aef444e29afc
MD5 27145017cc4c173780d384bab3ae7769
BLAKE2b-256 d5da9ac2b62557f4340270942011d6efeab9833648380109e897d48ab7c1035d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf4b19715bccd7ee27b6b120e7e9dd56037b9c0681dcc1adc9ba9db3d417fa36
MD5 6e8358333b9a4c2b694afcf417caa4a6
BLAKE2b-256 7d73041928e434442bd3afde5584bdc3f932fb4562b1597629f537387cec6f3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b06079abebbc0e89e6163b8e8f0e16270124c154dc6e4a47b413dd538859af16
MD5 d8d69073288a2d5b8b51cbc0d6efc9ea
BLAKE2b-256 7e61eb7ce5ed62bacf21beca4937a90fe32545c91a3c8a42a30c6616d48fc70d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 210.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.6.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 06a737c882bd26d0d6ee7269b20b12f14a8704807a01056c80bb881a4b2ce6ca
MD5 b067ee6a90e2eaa166a113444f22f215
BLAKE2b-256 b8d81b92e0b3adcf384e98770a00ca095da1b5f7b483e6563ae4eb5e935d24a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 209.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.6.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6e2cd258d7d927d09493c8df1ce9174ad01b381d4729a9d8d4e38670ca24774c
MD5 c4de8aac9ef6f110f80964fa0d42c502
BLAKE2b-256 5280052222ba7058071f905435bad0ba392cc12006380731c37afaf3fe749b88

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c56863d44bd1c4fe2abb8a4d6f5371d197f1ac0ebdee542f07f35895fc07f36
MD5 2d3d648b46c9f77712d97a7a750b36a9
BLAKE2b-256 9be747b809099168b8b8c72ae311efc3e88c8d8a1162b3ba4b8da3cfcdb85743

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2bdb062ea438f22d99cba0d7829c2ef0af1d768d1e4a4f528087224c90b132cb
MD5 f210ba44dec0c6d5f7467a89816d0562
BLAKE2b-256 686a45f108f137941a4a1238c85f28fd9d048cc46b5466d6b8dda3aba1bb9d4f

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 702855feff378050ae4f741045e19a32d57d19f3e0676d589df0575008ea5004
MD5 996951daae76028eda146e43d3beea2a
BLAKE2b-256 75e1656d65fb126c29a494ef964005702b012f3498db1a30dd562958e85a4049

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 645786266c8f18a931b65bfcefdbf6952dd0dea98feee39bd188607a9d307ed2
MD5 fd4a52ed93a184d5885667e186e8e71c
BLAKE2b-256 785ba0a796983f3201ff5485323b225d7c8b74ce30c11f456017e23d8e8d1945

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-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.6.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 609b06f178fe8e9f89ef676532760ec0b4deea15e9969bf754b37f7c40326dbc
MD5 2a6430fcf3e43dafe8448a2a57e87e0b
BLAKE2b-256 9a6feef79b779a540326fee9520e5542a8b428cc3bfa8b7c8f1022c1ee4fc66c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9e0b2df163b8ed01d515807af24f63de04bebcecbd6c3bfeff88385789fdf75a
MD5 3e833811fa719c6f75437d0b5bd12466
BLAKE2b-256 4ee176089d6a5ef9d68f018f65411fcdaaeb0141b504587b901d74e8587606ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 547f45fa1a93154bd82050a7f3cddbc1a7a4dd2a9bf5cb7d06f4ae29fe94eaf8
MD5 1c106d119663bf433152fe8c1bb00ecb
BLAKE2b-256 a5fe137d5dca72e4a258b1bc17bb04f2e0196898fe495843402ce826a7419fe3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 abd5fd0db5f4dc9289408aaf34908072f805ff7792632250dcb36dc591d24255
MD5 50c4d626c12cb48ed2feee92c2641568
BLAKE2b-256 19d3d54c5aa83268779d54c86deb39c1c4566e5d45c155369ca152765f8db413

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 210.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.6.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3f1156e3e8f2872197af3840d8ad307a9dd18e615dc64d9ee41696f287c57ad8
MD5 76ef89c741c21149ece18545b44d7575
BLAKE2b-256 5c1c96cf86b70b69ea2b12924cdf7cabb8ad10e6130eab8d767a1099fbd2a44f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 209.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.6.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 da511e6ad4f7323ee5702e6633085fb76c2f893aaf8ce4c51a0ba4fc07580ea7
MD5 e8f337df095a22ca63387b12746ac560
BLAKE2b-256 25eeb4c246048b8485f85a2426ef4abab88e48c6e80c74e964bea5cd4cd4b115

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0dbde0f4aa9a16fa4d754356a8f2e36296ff4d83994b2c9d8398aa32f222f989
MD5 298dbf0e8f766c6a33a80373430978a8
BLAKE2b-256 c45650abf070cb3cd9b1dd32f2c88f083aab561ecbffbcd783275cb51c17f11d

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9054a0754de38d9dbd01a46621636689124d666bad1936d76c0341f7d71bf569
MD5 50056add3ab3503543ae61991b28f68f
BLAKE2b-256 3a5d9d0acfcded2b3e9ce1c7923ca52ccc00c78a74e112fc2aee661125b7843b

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a09ece4a69cf399510c8ab25e0950d9cf2b42f7b3cb0374f95d2e2ff594478a6
MD5 5073f536e1de27577cbfd34d2e5aea03
BLAKE2b-256 f463df50120a7744492710854860783d6819ff23e482dee15462c9a833cc428a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a95324a9de9650a729239daea117df21f4b9868ce32e63f8b650ebe6cef5595b
MD5 78cb27c4c043615f663df1c66e1cec44
BLAKE2b-256 ca6ff82f9a500c7c5722368978a5390c418d2a4d083ef955309a8748ecaa8920

See more details on using hashes here.

File details

Details for the file coverage-7.6.1-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.6.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8929543a7192c13d177b770008bc4e8119f2e1f881d563fc6b6305d2d0ebe9de
MD5 79041633651d463ccb7c41a2aa76e133
BLAKE2b-256 e46e885bcd787d9dd674de4a7d8ec83faf729534c63d05d51d45d4fa168f7102

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b43c03669dc4618ec25270b06ecd3ee4fa94c7f9b3c14bae6571ca00ef98b0d3
MD5 b3488f9946af0a7705a962cfd367714f
BLAKE2b-256 a694d3055aa33d4e7e733d8fa309d9adf147b4b06a82c1346366fc15a2b1d5fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1adfc8ac319e1a348af294106bc6a8458a0f1633cc62a1446aebc30c5fa186a
MD5 c365f0069ee2826d58852f064513f76f
BLAKE2b-256 38eacab2dc248d9f45b2b7f9f1f596a4d75a435cb364437c61b51d2eb33ceb0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6db04803b6c7291985a761004e9060b2bca08da6d04f26a7f2294b8623a0c1a0
MD5 4c768f4a3533d8865b27669d4492336d
BLAKE2b-256 81d0d9e3d554e38beea5a2e22178ddb16587dbcbe9a1ef3211f55733924bf7fa

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