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.9 through 3.14 alpha 1, including free-threading.

  • PyPy3 versions 3.9 and 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 and 3.8; 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.6.4.tar.gz (798.7 kB view details)

Uploaded Source

Built Distributions

coverage-7.6.4-pp39.pp310-none-any.whl (199.0 kB view details)

Uploaded PyPy

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

Uploaded CPython 3.13tWindows x86-64

coverage-7.6.4-cp313-cp313t-win32.whl (210.4 kB view details)

Uploaded CPython 3.13tWindows x86

coverage-7.6.4-cp313-cp313t-musllinux_1_2_x86_64.whl (247.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

coverage-7.6.4-cp313-cp313t-musllinux_1_2_i686.whl (246.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

coverage-7.6.4-cp313-cp313t-musllinux_1_2_aarch64.whl (248.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

coverage-7.6.4-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (248.8 kB view details)

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

coverage-7.6.4-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (246.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

coverage-7.6.4-cp313-cp313t-macosx_11_0_arm64.whl (208.1 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13tmacOS 10.13+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

coverage-7.6.4-cp313-cp313-musllinux_1_2_x86_64.whl (238.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

coverage-7.6.4-cp313-cp313-musllinux_1_2_i686.whl (236.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

coverage-7.6.4-cp313-cp313-musllinux_1_2_aarch64.whl (238.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

coverage-7.6.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (239.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

coverage-7.6.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (238.9 kB view details)

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

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

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

coverage-7.6.4-cp312-cp312-musllinux_1_2_x86_64.whl (238.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

coverage-7.6.4-cp312-cp312-musllinux_1_2_i686.whl (237.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

coverage-7.6.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239.4 kB view details)

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

coverage-7.6.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (237.3 kB view details)

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

coverage-7.6.4-cp312-cp312-macosx_11_0_arm64.whl (207.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

coverage-7.6.4-cp312-cp312-macosx_10_13_x86_64.whl (207.0 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

coverage-7.6.4-cp311-cp311-win32.whl (209.4 kB view details)

Uploaded CPython 3.11Windows x86

coverage-7.6.4-cp311-cp311-musllinux_1_2_x86_64.whl (236.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

coverage-7.6.4-cp311-cp311-musllinux_1_2_i686.whl (236.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

coverage-7.6.4-cp311-cp311-musllinux_1_2_aarch64.whl (237.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

coverage-7.6.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (239.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

coverage-7.6.4-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.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

coverage-7.6.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (236.6 kB view details)

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

coverage-7.6.4-cp311-cp311-macosx_11_0_arm64.whl (207.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

coverage-7.6.4-cp310-cp310-win_amd64.whl (210.2 kB view details)

Uploaded CPython 3.10Windows x86-64

coverage-7.6.4-cp310-cp310-win32.whl (209.4 kB view details)

Uploaded CPython 3.10Windows x86

coverage-7.6.4-cp310-cp310-musllinux_1_2_x86_64.whl (233.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

coverage-7.6.4-cp310-cp310-musllinux_1_2_i686.whl (232.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

coverage-7.6.4-cp310-cp310-musllinux_1_2_aarch64.whl (233.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

coverage-7.6.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

coverage-7.6.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.6 kB view details)

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

coverage-7.6.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.5 kB view details)

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

coverage-7.6.4-cp39-cp39-musllinux_1_2_i686.whl (231.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

coverage-7.6.4-cp39-cp39-musllinux_1_2_aarch64.whl (233.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

coverage-7.6.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.2 kB view details)

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

coverage-7.6.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.1 kB view details)

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

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: coverage-7.6.4.tar.gz
  • Upload date:
  • Size: 798.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.4.tar.gz
Algorithm Hash digest
SHA256 29fc0f17b1d3fea332f8001d4558f8214af7f1d87a345f3a133c901d60347c73
MD5 338775f0076911222ad99239d00875aa
BLAKE2b-256 52123669b6382792783e92046730ad3327f53b2726f0603f4c311c4da4824222

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-pp39.pp310-none-any.whl
Algorithm Hash digest
SHA256 3c65d37f3a9ebb703e710befdc489a38683a5b152242664b973a7b7b22348a4e
MD5 bd9bbc338280e6860bfa049d0e800057
BLAKE2b-256 cc56e1d75e8981a2a92c2a777e67c26efa96c66da59d645423146eb9ff3a851b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.4-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 211.5 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.4-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 f3ddf056d3ebcf6ce47bdaf56142af51bb7fad09e4af310241e9db7a3a8022e1
MD5 6d6007cd589053f22f13c4219eabb239
BLAKE2b-256 7e7703fc2979d1538884d921c2013075917fc927f41cd8526909852fe4494112

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.4-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 210.4 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.4-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 b8d3a03d9bfcaf5b0141d07a88456bb6a4c3ce55c080712fec8418ef3610230e
MD5 1ec8ad93dd34d45b8a438b0e077f0146
BLAKE2b-256 8fc34fa1eb412bb288ff6bfcc163c11700ff06e02c5fad8513817186e460ed43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cc8ff50b50ce532de2fa7a7daae9dd12f0a699bfcd47f20945364e5c31799fef
MD5 5fe9bbb12b4ad16256918a5d0e6b4380
BLAKE2b-256 16d93d820c00066ae55d69e6d0eae11d6149a5ca7546de469ba9d597f01bf2d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c48167910a8f644671de9f2083a23630fbf7a1cb70ce939440cd3328e0919f70
MD5 3ed9c928d32f6d273a027d1359bd825e
BLAKE2b-256 f196ebecda2d016cce9da812f404f720ca5df83c6b29f65dc80d2000d0078741

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 53d202fd109416ce011578f321460795abfe10bb901b883cafd9b3ef851bacfc
MD5 8cce5c868f6c10b6c9ff0a47f31d6c3b
BLAKE2b-256 5d114c465a5f98656821e499f4b4619929bd5a34639c466021740ecdca42aa30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0bcd1069e710600e8e4cf27f65c90c7843fa8edfb4520fb0ccb88894cad08b11
MD5 657df9c169f4a8a0069d26a5ab76ecd4
BLAKE2b-256 b57dfd656ddc2b38301927b9eb3aae3fe827e7aa82e691923ed43721fd9423c9

See more details on using hashes here.

File details

Details for the file coverage-7.6.4-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.4-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6b1e54712ba3474f34b7ef7a41e65bd9037ad47916ccb1cc78769bae324c01a
MD5 85a55841816cf984378a6f5dc9e1b107
BLAKE2b-256 45443f64f38f6faab8a0cfd2c6bc6eb4c6daead246b97cf5f8fc23bf3788f841

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 99b41d18e6b2a48ba949418db48159d7a2e81c5cc290fc934b7d2380515bd0e3
MD5 f4d29ded6d1fb010a6a67f7d25ae6751
BLAKE2b-256 90d0eb9a3cc2100b83064bb086f18aedde3afffd7de6ead28f69736c00b7f302

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df57bdbeffe694e7842092c5e2e0bc80fff7f43379d465f932ef36f027179806
MD5 e6e3c9e14d0823382ae346d4a58e8942
BLAKE2b-256 fadd7054928930671fcb39ae6a83bb71d9ab5f0afb733172543ced4b09a115ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a181e99301a0ae128493a24cfe5cfb5b488c4e0bf2f8702091473d033494d04f
MD5 b883c8b1b5eb9017741175a783a195e5
BLAKE2b-256 78536719677e92c308207e7f10561a1b16ab8b5c00e9328efc9af7cfd6fb703e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.4-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.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 182e6cd5c040cec0a1c8d415a87b67ed01193ed9ad458ee427741c7d8513d963
MD5 8ae30d290d92491dddf22b2a6d3d0adf
BLAKE2b-256 5c60ce5a9e942e9543783b3db5d942e0578b391c25cdd5e7f342d854ea83d6b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.4-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.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 bf20494da9653f6410213424f5f8ad0ed885e01f7e8e59811f572bdb20b8972e
MD5 02895244cacd1316b60464b52dfa16e1
BLAKE2b-256 a9646a984b6e92e1ea1353b7ffa08e27f707a5e29b044622445859200f541e8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5beb1ee382ad32afe424097de57134175fea3faf847b9af002cc7895be4e2a5a
MD5 6ba237744ceb3db5461b6b313bfe4cea
BLAKE2b-256 ce5ffef33dfd05d87ee9030f614c857deb6df6556b8f6a1c51bbbb41e24ee5ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 862264b12ebb65ad8d863d51f17758b1684560b66ab02770d4f0baf2ff75da21
MD5 fec69081e40b6caaf915bda92d8f620a
BLAKE2b-256 f38c6312d241fe7cbd1f0cade34a62fea6f333d1a261255d76b9a87074d8703c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dab4d16dfef34b185032580e2f2f89253d302facba093d5fa9dbe04f569c4f4b
MD5 a706e6bbff19e53708f8c0556077dcb2
BLAKE2b-256 49501571810ddd01f99a0a8be464a4ac8b147f322cd1e8e296a1528984fc560b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f8fe4984b431f8621ca53d9380901f62bfb54ff759a1348cd140490ada7b693c
MD5 20012278fffa355280f00eaf59e6f2fe
BLAKE2b-256 64c5b4cc3c3f64622c58fbfd4d8b9a7a8ce9d355f172f91fcabbba1f026852f6

See more details on using hashes here.

File details

Details for the file coverage-7.6.4-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.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dacbc52de979f2823a819571f2e3a350a7e36b8cb7484cdb1e289bceaf35305f
MD5 e9542edbd3f065a463e23ae7be3f41b8
BLAKE2b-256 7ff84436a643631a2fbab4b44d54f515028f6099bfb1cd95b13cfbf701e7f2f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5fbd612f8a091954a0c8dd4c0b571b973487277d26476f8480bfa4b2a65b5d06
MD5 9549cd35f7a9d265b3def522607a515b
BLAKE2b-256 8a8614c42e60b70a79b26099e4d289ccdfefbc68624d096f4481163085aa614c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0ac3d42cb51c4b12df9c5f0dd2f13a4f24f01943627120ec4d293c9181219ba
MD5 c8ecaeeb2adaca46b10fb76c70b5bcb5
BLAKE2b-256 3ff9d86368ae8c79e28f1fb458ebc76ae9ff3e8bd8069adc24e8f2fed03c58b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 023bf8ee3ec6d35af9c1c6ccc1d18fa69afa1cb29eaac57cb064dbb262a517f9
MD5 e22bbdc7147ee57881458587c989f2c7
BLAKE2b-256 c24d2dede4f7cb5a70fb0bb40a57627fddf1dbdc6b9c1db81f7c4dcdcb19e2f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.4-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.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1032e178b76a4e2b5b32e19d0fd0abbce4b58e77a1ca695820d10e491fa32b08
MD5 45677eb402da4a2a2a348c48a040cdfe
BLAKE2b-256 0169d4f3a4101171f32bc5b3caec8ff94c2c60f700107a6aaef7244b2c166793

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.4-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.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7bb92c539a624cf86296dd0c68cd5cc286c9eef2d0c3b8b192b604ce9de20a17
MD5 1cd82fa33f5bc06e095e58df595ca8cd
BLAKE2b-256 5e093e94912b8dd37251377bb02727a33a67ee96b84bbbe092f132b401ca5dd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8cf717ee42012be8c0cb205dbbf18ffa9003c4cbf4ad078db47b95e10748eec5
MD5 3527d55aab2bd8fdd02d23c225d60d1f
BLAKE2b-256 ce9c4337f468ef0ab7a2e0887a9c9da0e58e2eada6fc6cbee637a4acd5dfd8a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2fdef0d83a2d08d69b1f2210a93c416d54e14d9eb398f6ab2f0a209433db19e1
MD5 93692b74f0fc96ab3626d34b83d62766
BLAKE2b-256 d90d8e3ed00f1266ef7472a4e33458f42e39492e01a64281084fb3043553d3f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0b58c672d14f16ed92a48db984612f5ce3836ae7d72cdd161001cc54512571f2
MD5 e0f4515e1c42809be863e0f798026ee3
BLAKE2b-256 3ceb634d7dfab24ac3b790bebaf9da0f4a5352cbc125ce6a9d5c6cf4c6cae3c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d5b8007f81b88696d06f7df0cb9af0d3b835fe0c8dbf489bad70b45f0e45613
MD5 7d61d72a1b9bd74cea05c40f780f6111
BLAKE2b-256 d53f0af47dcb9327f65a45455fbca846fe96eb57c153af46c4754a3ba678938a

See more details on using hashes here.

File details

Details for the file coverage-7.6.4-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.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5915fcdec0e54ee229926868e9b08586376cae1f5faa9bbaf8faf3561b393d52
MD5 559b8f1d519907bace58f33c1db9491d
BLAKE2b-256 c0706b0627e5bd68204ee580126ed3513140b2298995c1233bd67404b4e44d0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b57b768feb866f44eeed9f46975f3d6406380275c5ddfe22f531a2bf187eda27
MD5 0e91b0b37f9b8f76ac52b2e37218cc84
BLAKE2b-256 8a3c37a9d81bbd4b23bc7d46ca820e16174c613579c66342faa390a271d2e18b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2b6b4c83d8e8ea79f27ab80778c19bc037759aea298da4b56621f4474ffeb117
MD5 661a851969950d4234097fa397a349ea
BLAKE2b-256 2703932c2c5717a7fa80cd43c6a07d3177076d97b79f12f40f882f9916db0063

See more details on using hashes here.

File details

Details for the file coverage-7.6.4-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 12394842a3a8affa3ba62b0d4ab7e9e210c5e366fbac3e8b2a68636fb19892c2
MD5 6a3989b87349d148bde9d6f10e798bda
BLAKE2b-256 7de79291de916d084f41adddfd4b82246e68d61d6a75747f075f7e64628998d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.4-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.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8902dd6a30173d4ef09954bfcb24b5d7b5190cf14a43170e386979651e09ba19
MD5 cb7e5a3373f42e33f936623c8db2e7d8
BLAKE2b-256 2aa0b0790934c04dfc8d658d4a62acb8f7ca0efdf3818456fcad757b11c6479d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 209.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 29155cd511ee058e260db648b6182c419422a0d2e9a4fa44501898cf918866cf
MD5 8aab0ff7c0b91083d7a52758edee8ca1
BLAKE2b-256 b99c66bf59226b52ce6ed9541b02d33e80a6e816a832558fbdc1111a7bd3abd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4f704f0998911abf728a7783799444fcbbe8261c4a6c166f667937ae6a8aa522
MD5 478f66440d8c8a128b49e30fa80f88a3
BLAKE2b-256 13f23a0bf1841a97c0654905e2ef531170f02c89fad2555879db8fe41a097871

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 27fb4a050aaf18772db513091c9c13f6cb94ed40eacdef8dad8411d92d9992db
MD5 b2671353a52c970518d37b4fe905dd3d
BLAKE2b-256 b54eebfc6944b96317df8b537ae875d2e57c27b84eb98820bc0a1055f358f056

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ade3ca1e5f0ff46b678b66201f7ff477e8fa11fb537f3b55c3f0568fbfe6e718
MD5 44c94a1f18a2e2aff07d33c4d1c82a13
BLAKE2b-256 d5c92c7681a9b3ca6e6f43d489c2e6653a53278ed857fd6e7010490c307b0a47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0b3fb02fe73bed561fa12d279a417b432e5b50fe03e8d663d61b3d5990f29546
MD5 a69bf095b3310debbe3c0d995677e003
BLAKE2b-256 20e7c3ad33b179ab4213f0d70da25a9c214d52464efa11caeab438592eb1d837

See more details on using hashes here.

File details

Details for the file coverage-7.6.4-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.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b369ead6527d025a0fe7bd3864e46dbee3aa8f652d48df6174f8d0bac9e26e0e
MD5 c664fdfd617e3ac990dc279675a79c0a
BLAKE2b-256 cc57cb08f0eda0389a9a8aaa4fc1f9fec7ac361c3e2d68efd5890d7042c18aa3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ed8fe9189d2beb6edc14d3ad19800626e1d9f2d975e436f84e19efb7fa19469b
MD5 345ce4388d26d651a541e470b4058b09
BLAKE2b-256 3691fc02e8d8e694f557752120487fd982f654ba1421bbaa5560debf96ddceda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51b44306032045b383a7a8a2c13878de375117946d68dcb54308111f39775a25
MD5 392966c0129136b73c02a5d3a2972402
BLAKE2b-256 53eda38401079ad320ad6e054a01ec2b61d270511aeb3c201c80e99c841229d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 73d2b73584446e66ee633eaad1a56aad577c077f46c35ca3283cd687b7715b0b
MD5 585a813b99a12728b0d4610add0d1231
BLAKE2b-256 87319c0cf84f0dfcbe4215b7eb95c31777cdc0483c13390e69584c8150c85175

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 210.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 06babbb8f4e74b063dbaeb74ad68dfce9186c595a15f11f5d5683f748fa1d172
MD5 4c518153c7e5a4c8bfe77e67c00d66d9
BLAKE2b-256 c7b9cdf158e7991e2287bcf9082670928badb73d310047facac203ff8dcd5ff3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 209.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6bd818b7ea14bc6e1f06e241e8234508b21edf1b242d49831831a9450e2f35fa
MD5 20be782182001108691a9a8fe5bd5ac5
BLAKE2b-256 5a4f92d1d2ad720d698a4e71c176eacf531bfb8e0721d5ad560556f2c484a513

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c9b8e184898ed014884ca84c70562b4a82cbc63b044d366fedc68bc2b2f3394a
MD5 9345ed57109698ebd5ce3aaa2ae1e6d8
BLAKE2b-256 232d2b3a2dbed7a5f40693404c8a09e779d7c1a5fbed089d3e7224c002129ec8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 58809e238a8a12a625c70450b48e8767cff9eb67c62e6154a642b21ddf79baea
MD5 d495a4ae2926c19dd0d8606143060786
BLAKE2b-256 0d70d66c7f51b3e33aabc5ea9f9624c1c9d9655472962270eb5e7b0d32707224

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d541423cdd416b78626b55f123412fcf979d22a2c39fce251b350de38c15c15b
MD5 d6da38058ddf22a379709e096196cee0
BLAKE2b-256 d5813b550674d98968ec29c92e3e8650682be6c8b1fa7581a059e7e12e74c431

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c7c8b95bf47db6d19096a5e052ffca0a05f335bc63cef281a6e8fe864d450a72
MD5 fed9eb641bbd360968839acc9bca2c97
BLAKE2b-256 071a1f573f8a6145f6d4c9130bbc120e0024daf1b24cf2a78d7393fa6eb6aba7

See more details on using hashes here.

File details

Details for the file coverage-7.6.4-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.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0809082ee480bb8f7416507538243c8863ac74fd8a5d2485c46f0f7499f2b491
MD5 eec53a9a4c3e4892990ba9dcd8892ed5
BLAKE2b-256 8d95565c310fffa16ede1a042e9ea1ca3962af0d8eb5543bc72df6b91dc0c3d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8ed9281d1b52628e81393f5eaee24a45cbd64965f41857559c2b7ff19385df51
MD5 80aad4d3ee45c79817b3e4d3d823c6c4
BLAKE2b-256 4042c8523f2e4db34aa9389caee0d3688b6ada7a84fcc782e943a868a7f302bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8165b796df0bd42e10527a3f493c592ba494f16ef3c8b531288e3d0d72c1f6f0
MD5 9ce32fce580cac3fc3f26266c638996a
BLAKE2b-256 01ae747a580b1eda3f2e431d87de48f0604bd7bc92e52a1a95185a4aa585bc47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5f8ae553cba74085db385d489c7a792ad66f7f9ba2ee85bfa508aeb84cf0ba07
MD5 55f6f0b01181a093f2e834ebad54e8d7
BLAKE2b-256 a5934ad92f71e28ece5c0326e5f4a6630aa4928a8846654a65cfff69b49b95b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.4-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.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c481b47f6b5845064c65a7bc78bc0860e635a9b055af0df46fdf1c58cebf8e8f
MD5 268fadcbfa4df293c5782ffeee54a988
BLAKE2b-256 aa792626903efa84e9f5b9c8ee6972de8338673fdb5bb8d8d2797740bf911027

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.4-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.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 bc66f0bf1d7730a17430a50163bb264ba9ded56739112368ba985ddaa9c3bd09
MD5 a2a5ae7c9904d228a52fd034b6cb94d4
BLAKE2b-256 eed9605517a023a0ba8eb1f30d958f0a7ff3a21867b07dcb42618f862695ca0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6f01ba56b1c0e9d149f9ac85a2f999724895229eb36bd997b61e62999e9b0901
MD5 d6f3dc733f973812e72a714488f2fa99
BLAKE2b-256 81f9c9d330dec440676b91504fcceebca0814718fa71c8498cf29d4e21e9dbfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0294ca37f1ba500667b1aef631e48d875ced93ad5e06fa665a3295bdd1d95111
MD5 90eae4d0edd2cf6c63a80130061e2301
BLAKE2b-256 91496ff9c4e8a67d9014e1c434566e9169965f970350f4792a0246cd0d839442

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe439416eb6380de434886b00c859304338f8b19f6f54811984f3420a2e03858
MD5 57560ee61d24285b8a2543efa3178100
BLAKE2b-256 2a9b7b33f0892fccce50fc82ad8da76c7af1731aea48ec71279eef63a9522db7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a413a096c4cbac202433c850ee43fa326d2e871b24554da8327b01632673a076
MD5 2ef66d51f7e116ea5956d31d367c0675
BLAKE2b-256 d51319de1c5315b22795dd67dbd9168281632424a344b648d23d146572e42c2b

See more details on using hashes here.

File details

Details for the file coverage-7.6.4-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.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1f76846299ba5c54d12c91d776d9605ae33f8ae2b9d1d3c3703cf2db1a67f2c0
MD5 de9e0026a01a3b37b6cebcccb7be142f
BLAKE2b-256 74664db60266551b89e820b457bc3811a3c5eaad3c1324cef7730c468633387a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 00a1d69c112ff5149cabe60d2e2ee948752c975d95f1e1096742e6077affd376
MD5 eef337c0d575899b3e52dfd2f23ab765
BLAKE2b-256 db268fba01ce9f376708c7efed2761cea740f50a1b4138551886213797a4cecd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 11a223a14e91a4693d2d0755c7a043db43d96a7450b4f356d506c2562c48642c
MD5 672c75d4544344a12db9c3041d880a21
BLAKE2b-256 f394594af55226676d078af72b329372e2d036f9ba1eb6bcf1f81debea2453c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9cb7fa111d21a6b55cbf633039f7bc2749e74932e3aa7cb7333f675a58a58bf3
MD5 0eb0a57f673a1eca94dbd883d07aee38
BLAKE2b-256 fb277efede2355bd1417137246246ab0980751b3ba6065102518a2d1eba6a278

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page