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.0b3.

  • 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

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

Uploaded Source

Built Distributions

coverage-7.6.0-pp38.pp39.pp310-none-any.whl (198.0 kB view details)

Uploaded PyPy

coverage-7.6.0-cp312-cp312-win_amd64.whl (209.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

coverage-7.6.0-cp312-cp312-win32.whl (208.7 kB view details)

Uploaded CPython 3.12 Windows x86

coverage-7.6.0-cp312-cp312-musllinux_1_2_x86_64.whl (238.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

coverage-7.6.0-cp312-cp312-musllinux_1_2_i686.whl (236.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

coverage-7.6.0-cp312-cp312-musllinux_1_2_aarch64.whl (238.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

coverage-7.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (239.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

coverage-7.6.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (238.6 kB view details)

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

coverage-7.6.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (236.5 kB view details)

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

coverage-7.6.0-cp312-cp312-macosx_11_0_arm64.whl (206.3 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

coverage-7.6.0-cp312-cp312-macosx_10_9_x86_64.whl (206.1 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

coverage-7.6.0-cp311-cp311-win_amd64.whl (209.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

coverage-7.6.0-cp311-cp311-win32.whl (208.4 kB view details)

Uploaded CPython 3.11 Windows x86

coverage-7.6.0-cp311-cp311-musllinux_1_2_x86_64.whl (236.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

coverage-7.6.0-cp311-cp311-musllinux_1_2_i686.whl (235.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

coverage-7.6.0-cp311-cp311-musllinux_1_2_aarch64.whl (236.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

coverage-7.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (238.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

coverage-7.6.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (237.7 kB view details)

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

coverage-7.6.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (236.0 kB view details)

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

coverage-7.6.0-cp311-cp311-macosx_11_0_arm64.whl (206.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

coverage-7.6.0-cp311-cp311-macosx_10_9_x86_64.whl (205.9 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

coverage-7.6.0-cp310-cp310-win_amd64.whl (209.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

coverage-7.6.0-cp310-cp310-win32.whl (208.4 kB view details)

Uploaded CPython 3.10 Windows x86

coverage-7.6.0-cp310-cp310-musllinux_1_2_x86_64.whl (232.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

coverage-7.6.0-cp310-cp310-musllinux_1_2_i686.whl (231.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

coverage-7.6.0-cp310-cp310-musllinux_1_2_aarch64.whl (232.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

coverage-7.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (234.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

coverage-7.6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.8 kB view details)

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

coverage-7.6.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (232.7 kB view details)

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

coverage-7.6.0-cp310-cp310-macosx_11_0_arm64.whl (206.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

coverage-7.6.0-cp310-cp310-macosx_10_9_x86_64.whl (205.8 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

coverage-7.6.0-cp39-cp39-win_amd64.whl (209.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

coverage-7.6.0-cp39-cp39-win32.whl (208.4 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-7.6.0-cp39-cp39-musllinux_1_2_x86_64.whl (232.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

coverage-7.6.0-cp39-cp39-musllinux_1_2_i686.whl (231.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

coverage-7.6.0-cp39-cp39-musllinux_1_2_aarch64.whl (232.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

coverage-7.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (234.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

coverage-7.6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.4 kB view details)

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

coverage-7.6.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (232.3 kB view details)

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

coverage-7.6.0-cp39-cp39-macosx_11_0_arm64.whl (206.2 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

coverage-7.6.0-cp39-cp39-macosx_10_9_x86_64.whl (205.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

coverage-7.6.0-cp38-cp38-win_amd64.whl (209.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

coverage-7.6.0-cp38-cp38-win32.whl (208.4 kB view details)

Uploaded CPython 3.8 Windows x86

coverage-7.6.0-cp38-cp38-musllinux_1_2_x86_64.whl (233.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

coverage-7.6.0-cp38-cp38-musllinux_1_2_i686.whl (232.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

coverage-7.6.0-cp38-cp38-musllinux_1_2_aarch64.whl (234.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

coverage-7.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

coverage-7.6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (235.0 kB view details)

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

coverage-7.6.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.6 kB view details)

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

coverage-7.6.0-cp38-cp38-macosx_11_0_arm64.whl (206.2 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

coverage-7.6.0-cp38-cp38-macosx_10_9_x86_64.whl (205.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: coverage-7.6.0.tar.gz
  • Upload date:
  • Size: 797.6 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.0.tar.gz
Algorithm Hash digest
SHA256 289cc803fa1dc901f84701ac10c9ee873619320f2f9aff38794db4a4a0268d51
MD5 2e576d2661daf8197a4bf6424d8edd4f
BLAKE2b-256 64c8a94ce9e17756aed521085ae716d627623374d34f92c1daf7162272ecb030

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-pp38.pp39.pp310-none-any.whl
Algorithm Hash digest
SHA256 6fe885135c8a479d3e37a7aae61cbd3a0fb2deccb4dda3c25f92a49189f766d6
MD5 a23a540bc8703dae6066dd0fc90ba120
BLAKE2b-256 ea692b79b6b37c57cd05c85b76ec5ceabf7e091ab0f4986dfefaddbb468881c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 209.5 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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ca5d79cfdae420a1d52bf177de4bc2289c321d6c961ae321503b2ca59c17ae67
MD5 a5839a8ca09326d4fe064a66ff597dd6
BLAKE2b-256 cbdb242c44433c5d342c8bf83864131e56af8c1c1ea5645a825b1800c19ad9bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 208.7 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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3c59105f8d58ce500f348c5b56163a4113a440dad6daa2294b5052a10db866da
MD5 265842c3d3599f0d2aa054077acc3bc6
BLAKE2b-256 c2b18f54a56789aecc930e227fc5900d18628d6efae4a8ad24981d58fc14b1e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 76d5f82213aa78098b9b964ea89de4617e70e0d43e97900c2778a50856dac605
MD5 0ab6d212db4201808ac764e53ade47ff
BLAKE2b-256 64ea848f064727fe172e80f8a7abc77664c593b6bece14d5acab7d7087f1244e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 044a0985a4f25b335882b0966625270a8d9db3d3409ddc49a4eb00b0ef5e8cee
MD5 3a18bafb6ae8fbc188635d0fd3e47930
BLAKE2b-256 fdca5eb0004e0bf66db1d4a18c67e4aece76ff409b061d85f31843c28c9a531c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1fad32ee9b27350687035cb5fdf9145bc9cf0a094a9577d43e909948ebcfa27b
MD5 eb4a59482b0973b65d0046748f117e5f
BLAKE2b-256 2ace375f8fbbabc51e3dfce91355460912c930a4e241ffbafc1f3a35f43ac90b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9cc44bf0315268e253bf563f3560e6c004efe38f76db03a1558274a6e04bf5d5
MD5 3d89a350ff30232416a49a83885d73b4
BLAKE2b-256 0e2af62d42a48449b26cfdf940661cf28bccc27e199dc0e956c738a6b1c942af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0086cd4fc71b7d485ac93ca4239c8f75732c2ae3ba83f6be1c9be59d9e2c6382
MD5 bfb7167388e9234ff9d42dc0c3ff8d31
BLAKE2b-256 f2aa0419103c357bfd95a65d7b2e2249f9f1d79194241c5e87819cd81d36b96c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 da8549d17489cd52f85a9829d0e1d91059359b3c54a26f28bec2c5d369524807
MD5 9bd0773e89ecdbe73a5d52f80c0a27e3
BLAKE2b-256 0ca2d7c0988df525298b2c19c482cec27f76bbeba6c3ed7f85d9f79d8996e509

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bbdf9a72403110a3bdae77948b8011f644571311c2fb35ee15f0f10a8fc082e8
MD5 35603151ebc2d91cce4e2cf298bb18fa
BLAKE2b-256 7b143432bbdabeaa79de25421d24161ab472578ffe73fc56b0aa9411bea66335

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f7db0b6ae1f96ae41afe626095149ecd1b212b424626175a6633c2999eaad45b
MD5 3138d91de7cbe39a4fbe32aa79bd0bf3
BLAKE2b-256 573a287ea47cca84c92528b5f9b34b971f845b637d37c3eead9f10aede3531da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 209.3 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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6379688fb4cfa921ae349c76eb1a9ab26b65f32b03d46bb0eed841fd4cb6afb1
MD5 68f73d9c8b4b124b09020052b4390c44
BLAKE2b-256 54bb9f2d3303441e87d27221fc9de4de63994a9570c899726a4f10ac16f79824

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 208.4 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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 65fa405b837060db569a61ec368b74688f429b32fa47a8929a7a2f9b47183713
MD5 0c0be07fb49d27a365c5eac77bda8f4e
BLAKE2b-256 9141eeba3fca0f4b6820184572c50d911959f5d108ec5f8e55fd30f0981d5209

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a73d18625f6a8a1cbb11eadc1d03929f9510f4131879288e3f7922097a429f63
MD5 8e0b5325640fca79982d747400969712
BLAKE2b-256 8088649d1047bfcbf51227726bfa47073e3b5b94310acbd66f6457c274f74391

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4b03741e70fb811d1a9a1d75355cf391f274ed85847f4b78e35459899f57af4d
MD5 da6dc5aff1d8ea8cf7fd2c1a2d2c2e90
BLAKE2b-256 e5b5fc782807b3e984d0bb0472da8c7aa820ed2827ed95b9fc95c63ccb88f1f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d1b923fc4a40c5832be4f35a5dab0e5ff89cddf83bb4174499e02ea089daf57
MD5 94cc8af3b7f978507b12bb80e4eac370
BLAKE2b-256 4dd7acea77ab27215da6afff2d5228a64cc4af7db83c481c7b14f47f34cad100

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ed8d1d1821ba5fc88d4a4f45387b65de52382fa3ef1f0115a4f7a20cdfab0e94
MD5 73584b1103e3073dcad22245b3f268b2
BLAKE2b-256 f9cf77b3fb7e132cbae1f112458399157f67f69d5264a9e5a6eae3b91e580b79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03cafe82c1b32b770a29fd6de923625ccac3185a54a5e66606da26d105f37dac
MD5 904ef0f42634c1780785f6037e783792
BLAKE2b-256 3933da23d8bfdfdc5c221d2c9a2f169f63a4e04b9a0327c1c67777157155e4d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 01c322ef2bbe15057bc4bf132b525b7e3f7206f071799eb8aa6ad1940bcf5fb1
MD5 cea8c8c7279c39f1c9c29feab9e0faf9
BLAKE2b-256 a8aada317fae6b6057428c72f1023a61d57a79a049f03bc4cbe6ffb7cb61e698

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4bea27c4269234e06f621f3fac3925f56ff34bc14521484b8f66a580aacc2e7d
MD5 1f75b1d854e8f66db46857653ea764ad
BLAKE2b-256 a2d31f839af6d6cbaee2c50a0bf2d51964b56272e8b94a6504b6ab7c7ecd66c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c7b525ab52ce18c57ae232ba6f7010297a87ced82a2383b1afd238849c1ff933
MD5 3cdc55601993ab37a08115219242f724
BLAKE2b-256 1b03a5140e4f336f0b71023435d7e1564da8e2ff5552e91dfd3ec26424b72c47

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 209.2 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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 54dece71673b3187c86226c3ca793c5f891f9fc3d8aa183f2e3653da18566169
MD5 cddc111265cf2a05298042243e8979cb
BLAKE2b-256 6a4b167d33c0b3c5221a4e76d0267ff37df40aa57ed75dd98a11cee43d043c2a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 208.4 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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0e7b27d04131c46e6894f23a4ae186a6a2207209a05df5b6ad4caee6d54a222c
MD5 ea22d69f748619563e41d347a46ccfcf
BLAKE2b-256 3436714d2f31a822e3ea52e6a3dbf1e07690298cd420bc207f9cb178b371a2d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d50a252b23b9b4dfeefc1f663c568a221092cbaded20a05a11665d0dbec9b8fb
MD5 791692fbfa3928bfd2470d7529bcba48
BLAKE2b-256 db412262e64043db1a685f7d4d27eb0fa90c77ce777f76c623a8cdadffdde375

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dcd070b5b585b50e6617e8972f3fbbee786afca71b1936ac06257f7e178f00f6
MD5 59648b73797474ccaaa496eb8caeba71
BLAKE2b-256 91a9077c9ab033bb3e04dee9cf6c93755a4e891300cfb410bdee286fd194392c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a94925102c89247530ae1dab7dc02c690942566f22e189cbd53579b0693c0783
MD5 1e1849ec7f6f2701cf009e7d7ed4bfe3
BLAKE2b-256 f9f6538947ef46e671dd1110ce2f2ef0764441d4feecbfffc1b03f79d7ef1c92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7792f0ab20df8071d669d929c75c97fecfa6bcab82c10ee4adb91c7a54055463
MD5 d9ceb34e7a12abaae5750d642297b766
BLAKE2b-256 e54a92604874c998edb4a47f5e6b84607c4f80b76d394c6afa3d6f2e2cde1fe2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7e128f85c0b419907d1f38e616c4f1e9f1d1b37a7949f44df9a73d5da5cd53c
MD5 9dec54b1b01c702a4954a5eb8f9ee634
BLAKE2b-256 b17b5ddf82c7bac217d2343efbd36657a3d848a8670f983767ffe2d3212b76bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d4b3cd1ca7cd73d229487fa5caca9e4bc1f0bca96526b922d61053ea751fe791
MD5 a56938d79495fd4d765baf961d38510b
BLAKE2b-256 b99bcd320e05175ee22eac05a6e73f67de167841722edb61e617238de20126fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8659fd33ee9e6ca03950cfdcdf271d645cf681609153f218826dd9805ab585c
MD5 d5f2b8a930f039f3a0f172732b5dacf4
BLAKE2b-256 fc0f36d4b27a0f937fd0ab4928dd8f87880f0d6ee9ae7201cbfd97e1ba4e207c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dff044f661f59dace805eedb4a7404c573b6ff0cdba4a524141bc63d7be5c7fd
MD5 3068ce6aee2cbcd1c746c449e93c9555
BLAKE2b-256 d6f58cd12ebaf9b9364bef89928d9023cd053e2af3cb34d40bddd847f775230c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 209.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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 543ef9179bc55edfd895154a51792b01c017c87af0ebaae092720152e19e42ca
MD5 96b24a3039fdaaced5896d4740059fcb
BLAKE2b-256 c96e4008f7f8d8559863c16c88f50201db531a021438d0898aa4711686639316

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 208.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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 482855914928c8175735a2a59c8dc5806cf7d8f032e4820d52e845d1f731dca2
MD5 24ee51dd51ba812ef6f35a427bd0bd4a
BLAKE2b-256 afc860c0b10a867081c8dd5faa457eddd8b955b03d2a74ad2b0ad4491afd93e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 49c76cdfa13015c4560702574bad67f0e15ca5a2872c6a125f6327ead2b731dd
MD5 4c41350a056f8f7fc251c54b4b0a3b50
BLAKE2b-256 b16234566fa66682bdea5783a7f83043f69f9c2ba8e912d275b4b76e7142702c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 07ed352205574aad067482e53dd606926afebcb5590653121063fbf4e2175166
MD5 70fb32f890bff2d1da99c601f91372a0
BLAKE2b-256 47c548cdad28cd0ad5c9650e1ca1fe708816573dfa2506ba9932f3d734aea25d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4d5fae0a22dc86259dee66f2cc6c1d3e490c4a1214d7daa2a93d07491c5c04b6
MD5 83848ae70a8cc21e998baf9335be2988
BLAKE2b-256 9ca6d99a2ff9e621f9711758cb3a0f8e27200bc818a40c51212e6536255ac6be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c4cbe651f3904e28f3a55d6f371203049034b4ddbce65a54527a3f189ca3b390
MD5 f0d1204d2ab7d7d99208557f855488a9
BLAKE2b-256 4135915fa75c39c53b45f19d06bedb199d06d27728a81a2aff073efd9f6ddeef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46c3d091059ad0b9c59d1034de74a7f36dcfa7f6d3bde782c49deb42438f2450
MD5 f751ada87f33a9d6f7e0977e556d906c
BLAKE2b-256 22ee94cb9454a4573c40e20075823f8e6ce8494cd0995a8f8e8ab20d9d4a9f62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 831b476d79408ab6ccfadaaf199906c833f02fdb32c9ab907b1d4aa0713cfa3b
MD5 b91614a578335b322b0ded060f4966a0
BLAKE2b-256 b4477a36b59a530c5eb4f62f4d92f0f379a7347470ecde933cd1b1f4ccddcb7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ddaaa91bfc4477d2871442bbf30a125e8fe6b05da8a0015507bfbf4718228ab2
MD5 91ab22a61a3d72fe608c3d7248b67c5c
BLAKE2b-256 ea9e5221ceb428d6e0189ed6039fec8400a788f77c6ad41b2db9f0ce48ec317c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7221f9ac9dad9492cecab6f676b3eaf9185141539d5c9689d13fd6b0d7de840c
MD5 58bdc361541b4644152cd8508ff9cc1b
BLAKE2b-256 4283812e55211d64eebe69e36d2c3561d0e2873e7efcd7ddbc510883510dd0f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 209.2 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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f2501d60d7497fd55e391f423f965bbe9e650e9ffc3c627d5f0ac516026000b8
MD5 1b1cc8d77cb88a56e2ccce178ea99351
BLAKE2b-256 5df404e66966ed63a8d5df537de416658622d1c7a5e057183ebbac327fc6b881

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.6.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 208.4 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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 df423f351b162a702c053d5dddc0fc0ef9a9e27ea3f449781ace5f906b664428
MD5 80e1ce72f3a45c0b7f1e8c516958d098
BLAKE2b-256 a8a05625fadcba0ad2ec9bc56b64cb7bd4c841d4ecb31e01147d5c4e9dfa7a40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cdab02a0a941af190df8782aafc591ef3ad08824f97850b015c8c6a8b3877b0b
MD5 d31ddaa3ac18d0ee75895f6063101ac4
BLAKE2b-256 696dfcf2591aa8c1e57b38d0b61adee303232068733351478117b7d68a0817a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9146579352d7b5f6412735d0f203bbd8d00113a680b66565e205bc605ef81bc6
MD5 367461165f1d4611411e298f0dab0a94
BLAKE2b-256 877c8e0f3d3566f3b858d1b5b2bac295d5959de03377932faa411d534738fe04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d17c6a415d68cfe1091d3296ba5749d3d8696e42c37fca5d4860c5bf7b729f03
MD5 f3e8fb368a0b23eff097d6ac5b86fa11
BLAKE2b-256 aa68bbf243320c0c4349cf4c02e7c96c0d8607403b0ea389022c67cef23aaa57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b2e16f4cd2bc4d88ba30ca2d3bbf2f21f00f382cf4e1ce3b1ddc96c634bc48ca
MD5 6db31cb7dbdaae3d8199fbe7b1924536
BLAKE2b-256 a76047f81e7c2ff127ea02019dbecc21bd72cbfc2ae6611ad96aea380bd857c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad4567d6c334c46046d1c4c20024de2a1c3abc626817ae21ae3da600f5779b44
MD5 6c9b50c86af05788591f8a5045e468a5
BLAKE2b-256 fe86dd0bc2bbfec8c6d420b4040aa1c7c9fd35f60a398f9a20517783243a10dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6616d1c9bf1e3faea78711ee42a8b972367d82ceae233ec0ac61cc7fec09fa6b
MD5 65bd1c19d708121a81022d5e69601134
BLAKE2b-256 a3f8b16f61f5370b63f0a66d9ae7ecfde5baa11852549432253ff2c05dbd2ebd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 beb08e8508e53a568811016e59f3234d29c2583f6b6e28572f0954a6b4f7e03d
MD5 1ae54fb00114e47b9d36088269b997cd
BLAKE2b-256 dc79df2c1a652ff472ac53aa0147d42d7b3f12a513d9e97883c187f862b44148

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d39bd10f0ae453554798b125d2f39884290c480f56e8a02ba7a6ed552005243b
MD5 1fb704e79751610703ce2a8108d86232
BLAKE2b-256 4f04c4cf62adfd21ecd6104b1f5a82ed2d945e5da6c55f45e6a75ef610cd8d00

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