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:

  • Python 3.8 through 3.12, and 3.13.0a3 and up.

  • 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.3.tar.gz (783.2 kB view details)

Uploaded Source

Built Distributions

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

Uploaded PyPy

coverage-7.4.3-cp312-cp312-win_amd64.whl (210.1 kB view details)

Uploaded CPython 3.12 Windows x86-64

coverage-7.4.3-cp312-cp312-win32.whl (209.2 kB view details)

Uploaded CPython 3.12 Windows x86

coverage-7.4.3-cp312-cp312-musllinux_1_1_x86_64.whl (245.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

coverage-7.4.3-cp312-cp312-musllinux_1_1_i686.whl (243.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

coverage-7.4.3-cp312-cp312-musllinux_1_1_aarch64.whl (245.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

coverage-7.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (239.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

coverage-7.4.3-cp312-cp312-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.12 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

coverage-7.4.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (236.9 kB view details)

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

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

coverage-7.4.3-cp312-cp312-macosx_10_9_x86_64.whl (207.1 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

coverage-7.4.3-cp311-cp311-win_amd64.whl (209.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

coverage-7.4.3-cp311-cp311-win32.whl (209.0 kB view details)

Uploaded CPython 3.11 Windows x86

coverage-7.4.3-cp311-cp311-musllinux_1_1_x86_64.whl (246.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

coverage-7.4.3-cp311-cp311-musllinux_1_1_i686.whl (245.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

coverage-7.4.3-cp311-cp311-musllinux_1_1_aarch64.whl (247.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

coverage-7.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (238.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

coverage-7.4.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (237.9 kB view details)

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

coverage-7.4.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (236.2 kB view details)

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

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

coverage-7.4.3-cp311-cp311-macosx_10_9_x86_64.whl (206.9 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

coverage-7.4.3-cp310-cp310-win_amd64.whl (209.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

coverage-7.4.3-cp310-cp310-win32.whl (209.0 kB view details)

Uploaded CPython 3.10 Windows x86

coverage-7.4.3-cp310-cp310-musllinux_1_1_x86_64.whl (239.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

coverage-7.4.3-cp310-cp310-musllinux_1_1_i686.whl (238.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

coverage-7.4.3-cp310-cp310-musllinux_1_1_aarch64.whl (240.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

coverage-7.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

coverage-7.4.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.1 kB view details)

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

coverage-7.4.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.3 kB view details)

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

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

coverage-7.4.3-cp310-cp310-macosx_10_9_x86_64.whl (206.8 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

coverage-7.4.3-cp39-cp39-win_amd64.whl (209.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

coverage-7.4.3-cp39-cp39-win32.whl (209.0 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-7.4.3-cp39-cp39-musllinux_1_1_x86_64.whl (239.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

coverage-7.4.3-cp39-cp39-musllinux_1_1_i686.whl (237.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

coverage-7.4.3-cp39-cp39-musllinux_1_1_aarch64.whl (239.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

coverage-7.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (234.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

coverage-7.4.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.7 kB view details)

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

coverage-7.4.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (232.9 kB view details)

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

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

coverage-7.4.3-cp39-cp39-macosx_10_9_x86_64.whl (206.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

coverage-7.4.3-cp38-cp38-win_amd64.whl (209.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

coverage-7.4.3-cp38-cp38-win32.whl (209.0 kB view details)

Uploaded CPython 3.8 Windows x86

coverage-7.4.3-cp38-cp38-musllinux_1_1_x86_64.whl (240.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

coverage-7.4.3-cp38-cp38-musllinux_1_1_i686.whl (239.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

coverage-7.4.3-cp38-cp38-musllinux_1_1_aarch64.whl (241.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

coverage-7.4.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (236.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

coverage-7.4.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (235.2 kB view details)

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

coverage-7.4.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (234.0 kB view details)

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

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

coverage-7.4.3-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.4.3.tar.gz.

File metadata

  • Download URL: coverage-7.4.3.tar.gz
  • Upload date:
  • Size: 783.2 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.3.tar.gz
Algorithm Hash digest
SHA256 276f6077a5c61447a48d133ed13e759c09e62aff0dc84274a68dc18660104d52
MD5 3bb2e5cd3aa91b2babd63d29ffd9e706
BLAKE2b-256 d2e2f2d313169e0ecf1b46295b3ddf28a6818d02c1b047413f38b6325823cb2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-pp38.pp39.pp310-none-any.whl
Algorithm Hash digest
SHA256 7cbde573904625509a3f37b6fecea974e363460b556a627c60dc2f47e2fffa51
MD5 cc0cceef0e94d7ddf127b946442aaddc
BLAKE2b-256 56cc7b355af846b024e845e7beb58d277088c5a27590975f96666229a4d7bb6d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 210.1 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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d25b937a5d9ffa857d41be042b4238dd61db888533b53bc76dc082cb5a15e914
MD5 6fe660acb7e3bc8e501b72e4a2cd28ea
BLAKE2b-256 c9699197c4c7f431b696570c8ab9d5dee668aea3563abfa979d700bbc18e585f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 209.2 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.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 37389611ba54fd6d278fde86eb2c013c8e50232e38f5c68235d09d0a3f8aa352
MD5 a459d5e849980eae405d3d2ab4dcf74a
BLAKE2b-256 f5c3af27647339a61c81c5e2ee2971d23a420fcc0a7f0dcdd4f433ad708a1833

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c0a120238dd71c68484f02562f6d446d736adcc6ca0993712289b102705a9a3a
MD5 4e41f7dfef8424bf111cabde10d10dbc
BLAKE2b-256 c00d088070e995998bd984fbccb4f1e9671d304325a6ad811ae65c014cfd0c84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ebe7c9e67a2d15fa97b77ea6571ce5e1e1f6b0db71d1d5e96f8d2bf134303c1d
MD5 6775797ae723b60ea805f55e6c80f208
BLAKE2b-256 c10c525a18fc342db0e720fefada2186af4c24155708a5f7bf09d2f20d2ddefe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 062b0a75d9261e2f9c6d071753f7eef0fc9caf3a2c82d36d76667ba7b6470003
MD5 1cb5995f3dcb98e131c61e1888bb8780
BLAKE2b-256 c5fcf6b9d9fe511a5f901b522906ac473692b722159be64a022a52ad106dca46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b2eccb883368f9e972e216c7b4c7c06cabda925b5f06dde0650281cb7666a30
MD5 da07f0866ed1fe422d4d7268b843d3f6
BLAKE2b-256 8feb28416f1721a3b7fa28ea499e8a6f867e28146ea2453839c2bca04a001eeb

See more details on using hashes here.

File details

Details for the file coverage-7.4.3-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.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9a4a8dd3dcf4cbd3165737358e4d7dfbd9d59902ad11e3b15eebb6393b0446e
MD5 29f16129b276889ceb4c046a6c1d60dc
BLAKE2b-256 2fdb70900f10b85a66f761a3a28950ccd07757d51548b1d10157adc4b9415f15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c00cdc8fa4e50e1cc1f941a7f2e3e0f26cb2a1233c9696f26963ff58445bac7
MD5 6e9131a4066278c691b358f076195da5
BLAKE2b-256 3102255bc1d1c0c82836faca0479dab142b5ecede2c76dfa6867a247d263bc47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6cdecaedea1ea9e033d8adf6a0ab11107b49571bbb9737175444cea6eb72328
MD5 3a0da7efe2e31ee552b3104214ed5952
BLAKE2b-256 9dd8111ec1a65fef57ad2e31445af627d481f660d4a9218ee5c774b45187812a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b51bfc348925e92a9bd9b2e48dad13431b57011fd1038f08316e6bf1df107d10
MD5 c1d3875142ea9900d462a157762b9743
BLAKE2b-256 115c2cf3e794fa5d1eb443aa8544e2ba3837d75073eaf25a1fda64d232065609

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 209.9 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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 18c7320695c949de11a351742ee001849912fd57e62a706d83dfc1581897fa2e
MD5 6dfb1250642fc7a61be9f6372ac3f57e
BLAKE2b-256 608ce07c710a160b0c3af4481462dce6ddaed1d9dcf936d0bc107be4e5bbeff1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 209.0 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.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cf30900aa1ba595312ae41978b95e256e419d8a823af79ce670835409fc02ad3
MD5 b5c80d754a89c835a0d6d915988e40aa
BLAKE2b-256 04843c346c7a014d7b6279f7eb5b73639e20d88f164d26f4c9c27882fad58a3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8249b1c7334be8f8c3abcaaa996e1e4927b0e5a23b65f5bf6cfe3180d8ca7840
MD5 d6e2954ac24e3795ca8073c56b67909c
BLAKE2b-256 bdf35775c7ce6208b2019dbd6d936bd8eebd651a95d90b37df9a480167e89b92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 35eb581efdacf7b7422af677b92170da4ef34500467381e805944a3201df2079
MD5 0937abab1bb0e0aa4b2f8e99ae2ab42d
BLAKE2b-256 bf8028015c502ebcda8d99b58be8a941fd52fc70c464b1491bad3201da49fc1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 abbbd8093c5229c72d4c2926afaee0e6e3140de69d5dcd918b2921f2f0c8baba
MD5 3b0731890cb7d6f4b2c4a9779f4fe920
BLAKE2b-256 0a8a8b9fe4465d5770442c64435eb5f1c06e219ddff38599fc1ebaf09dc152ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 451f433ad901b3bb00184d83fd83d135fb682d780b38af7944c9faeecb1e0bfe
MD5 eb8b8adb9b8e08ce9b9be8775809bbce
BLAKE2b-256 a7af1510df1132a68ca876013c0417ca46836252e43871d2623b489e4339c980

See more details on using hashes here.

File details

Details for the file coverage-7.4.3-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.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b3ec74cfef2d985e145baae90d9b1b32f85e1741b04cd967aaf9cfa84c1334f3
MD5 28247732646bdb9d28228ad60ecaae7e
BLAKE2b-256 a91ae2120233177b3e2ea9dcfd49a050748060166c74792b2b1db4a803307da4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fcc66e222cf4c719fe7722a403888b1f5e1682d1679bd780e2b26c18bb648cdc
MD5 649f6067f581904530f2c77e3ccda379
BLAKE2b-256 ec2cdafb1ae6b813225a63d9675222ea69f0ddd22062fc2af7f86eefc4458323

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 489763b2d037b164846ebac0cbd368b8a4ca56385c4090807ff9fad817de4113
MD5 0d521b42d4b3c803bfa7f438c933802a
BLAKE2b-256 f8a1161102d2e26fde2d878d68cc1ed303758dc7b01ee14cc6aa70f5fd1b910d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cbbe5e739d45a52f3200a771c6d2c7acf89eb2524890a4a3aa1a7fa0695d2a47
MD5 a398572d6232136e973ef57e15418092
BLAKE2b-256 ca77f17a5b199e8ca0443ace312f7e07ff3e4e7ba7d7c52847567d6f1edb22a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 209.8 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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 18d90523ce7553dd0b7e23cbb28865db23cddfd683a38fb224115f7826de78d0
MD5 9e635fb01663845d03cc3b8ff256a2bf
BLAKE2b-256 d6f8f2ed0bc7e856691a960cec75dcd1a6f19a1f04262cbaf616c370ff10dd7a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 209.0 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.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f6a09b360d67e589236a44f0c39218a8efba2593b6abdccc300a8862cffc2f94
MD5 0ba17a178980388d618d853090d04ea5
BLAKE2b-256 932065ca1ea79d2a53d870e765462e539c63630e3a75f5d49e96cc5927e8642c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fd6545d97c98a192c5ac995d21c894b581f1fd14cf389be90724d21808b657e2
MD5 befdd1977d65569a71085eac2b29bb6e
BLAKE2b-256 0fde406738f5d271f4feda82b1282a21b576373707234f14934ad6207837de79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 506edb1dd49e13a2d4cac6a5173317b82a23c9d6e8df63efb4f0380de0fbccbc
MD5 80cba9db94ae81729238bc1dd804679b
BLAKE2b-256 a57beb4a04ac91ee6b0402a1c752fc33dfbcddfb19368ebfaf7a9bf0714f55f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ee866acc0861caebb4f2ab79f0b94dbfbdbfadc19f82e6e9c93930f74e11d7a0
MD5 1fe5e3e9f500d2ce51146272652e0efa
BLAKE2b-256 e147ca53ef810b264986aac87ba3aaa269574c8ad883ca772b0c5e945d87ae68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 767b35c3a246bcb55b8044fd3a43b8cd553dd1f9f2c1eeb87a302b1f8daa0524
MD5 cd786993d089dafea47d91e8887aa07d
BLAKE2b-256 9e485ae1ccf4601500af0ca36eba0a2c1f1796e58fb7495de6da55ed43e13e5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba3a8aaed13770e970b3df46980cb068d1c24af1a1968b7818b69af8c4347efb
MD5 520c0a5d706f2d23be4da59c5607ec45
BLAKE2b-256 230aab5b0f6d6b24f7156624e7697ec7ab49f9d5cdac922da90d9927ae5de1cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ae7f19afe0cce50039e2c782bff379c7e347cba335429678450b8fe81c4ef96d
MD5 592a1a73c628fe3a4912f18388693f13
BLAKE2b-256 5148cbce7e8b56486e252864d68c35901d13502c1a9bceb2257f308cb9415cf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 718187eeb9849fc6cc23e0d9b092bc2348821c5e1a901c9f8975df0bc785bfd4
MD5 789b7b2e9d6945748b380dfa4b6b3bba
BLAKE2b-256 a336b5ae380c05f58544a40ff36f87fa1d6e45f5c2f299335586aac140c341ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8580b827d4746d47294c0e0b92854c85a92c2227927433998f0d3320ae8a71b6
MD5 d068ca7db58fdaf3f956436547d347f6
BLAKE2b-256 505ad727fcd2e0fc3aba61591b6f0fe1e87865ea9b6275f58f35810d6f85b05b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 209.9 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.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0209a6369ccce576b43bb227dc8322d8ef9e323d089c6f3f26a597b09cb4d2aa
MD5 ac92d6d3eb8e02b6a51abb3c911e876d
BLAKE2b-256 20f10c7cc82978de5585e8d5e1e09cc1b0272c2e27d759c755b4541f25f022de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 209.0 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.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c0524de3ff096e15fcbfe8f056fdb4ea0bf497d584454f344d59fce069d3e6e9
MD5 b2398510b4571339be25007d4fc70785
BLAKE2b-256 3a358d9c65e40b5c4a4497a21a8c42d7262b998e1abca7ecf96c9ebed5a3fa23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a78ed23b08e8ab524551f52953a8a05d61c3a760781762aac49f8de6eede8c45
MD5 e3b0d87f2a7d204aa840f7cb337418ba
BLAKE2b-256 a1945d5e02d0f94c6fc57aab0e2dc2b67f8147aa3f76c7ca80550183565d4cf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0842571634f39016a6c03e9d4aba502be652a6e4455fadb73cd3a3a49173e38f
MD5 0b26744db0bfe53bf119c30e521cef92
BLAKE2b-256 abd4359f5f195a209ec7598ef3804451b76f5f75c14ce63e9684a0e0eeaa2ed9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 69b9f6f66c0af29642e73a520b6fed25ff9fd69a25975ebe6acb297234eda501
MD5 721ea16314d9879c47f05eb2bd0ea6c3
BLAKE2b-256 9b08796cb089ce66da0453aed1b4a36be02c6e0e08207dd77d8bfd37cb1c6952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6679060424faa9c11808598504c3ab472de4531c571ab2befa32f4971835788e
MD5 fde1cb6cb4b8deedc2714c8cef6d9133
BLAKE2b-256 ad3fcde6fd2e4cc447bd24e3dc2e79abd2e0fba67ac162996253d3505f8efef4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8640f1fde5e1b8e3439fe482cdc2b0bb6c329f4bb161927c28d2e8879c6029ee
MD5 a755646b2078ab18eedd3190df00fb4e
BLAKE2b-256 b5adeffc12b8f72321cb847c5ba7f4ea7ce3e5c19c641f6418131f8fb0ab2f61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4af154d617c875b52651dd8dd17a31270c495082f3d55f6128e7629658d63765
MD5 d0724733c1b935b79c18f2b36c5019e8
BLAKE2b-256 3d37fa86779a6813e695b48fc696b3d12b4742cde51ecba8ffb55dd7363f9580

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77fbfc5720cceac9c200054b9fab50cb2a7d79660609200ab83f5db96162d20c
MD5 6879fd4b9b706b9880c4c4c825e867c4
BLAKE2b-256 66f257f5d3c9d2e78c088e4c8dbc933b85fa81c424f23641f10c1aa64052ee4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3b253094dbe1b431d3a4ac2f053b6d7ede2664ac559705a704f621742e034f1f
MD5 02a9170303e16da82a4d8b2c232e5bea
BLAKE2b-256 d6cf4094ac6410b680c91c5e55a56f25f4b3a878e2fcbf773c1cecfbdbaaec4f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 209.8 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.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1bf25fbca0c8d121a3e92a2a0555c7e5bc981aee5c3fdaf4bb7809f410f696b9
MD5 ce1d695772f5dd86055b2dd333c1fbe7
BLAKE2b-256 a94603178c33a9097711c62e4ce70af140e48fa2d0056658504227125be1a57a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 209.0 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.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 708a3369dcf055c00ddeeaa2b20f0dd1ce664eeabde6623e516c5228b753654f
MD5 fd8ec0be7bc67acd8c2cb8aca4374065
BLAKE2b-256 1c0d1b06023f0df5b803effa41c3456caa2e81438fc90a2c2c37588254b97b98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ce8c50520f57ec57aa21a63ea4f325c7b657386b3f02ccaedeccf9ebe27686e1
MD5 420ad716c218c8d6a768f64a2b36164d
BLAKE2b-256 4c22a7c0955a0c9cdfbf9cb0950f78f32a6afc7006e93162ed2cc182fbed1167

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2c854ce44e1ee31bda4e318af1dbcfc929026d12c5ed030095ad98197eeeaed0
MD5 58574f0d9de7c527a650e97491f692b1
BLAKE2b-256 f1a49edd06d88f3ab17b36bbf33947618292bbbdbf72d9f3c2c6f0880fca8bba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 16bae383a9cc5abab9bb05c10a3e5a52e0a788325dc9ba8499e821885928968c
MD5 15d931d0a45d932f7d0e7fcaa64cec08
BLAKE2b-256 071a29063d3d95535a4cf270afc52028d2fb0a83cac87b881307c0bfeb8f871a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c0cdedd3500e0511eac1517bf560149764b7d8e65cb800d8bf1c63ebf39edd2
MD5 e17e292287a8b08fd959e529e3dda857
BLAKE2b-256 c7a7b00eaa53d904193478eae01625d784b2af8b522a98028f47c831dcc95663

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dec9de46a33cf2dd87a5254af095a409ea3bf952d85ad339751e7de6d962cde6
MD5 0b1b917a78d283428f1a0223e20b5d12
BLAKE2b-256 d03ae882caceca2c7d65791a4a759764a1bf803bbbd10caf38ec41d73a45219e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9a9babb9466fe1da12417a4aed923e90124a534736de6201794a3aea9d98484e
MD5 bdcf9edcca5208e8c79e3eb7360db356
BLAKE2b-256 7419e944886a3ef40f78110eb894d716d32aebdcf00248c6f0e7c5f63a000846

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 280459f0a03cecbe8800786cdc23067a8fc64c0bd51dc614008d9c36e1659d7e
MD5 cc6b494fe148d97bbc6ea2fd7531fbb9
BLAKE2b-256 96711c299b12e80d231e04a2bfd695e761fb779af7ab66f8bd3cb15649be82b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 28ca2098939eabab044ad68850aac8f8db6bf0b29bc7f2887d05889b17346454
MD5 9884535c9c93906b0d25855b6f6750fe
BLAKE2b-256 e2bcf54b24b476db0069ac04ff2cdeb28cd890654c8619761bf818726022c76a

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