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.0a6 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: initial 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.5.0.tar.gz (798.3 kB view details)

Uploaded Source

Built Distributions

coverage-7.5.0-pp38.pp39.pp310-none-any.whl (202.4 kB view details)

Uploaded PyPy

coverage-7.5.0-cp312-cp312-win_amd64.whl (213.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

coverage-7.5.0-cp312-cp312-win32.whl (212.6 kB view details)

Uploaded CPython 3.12 Windows x86

coverage-7.5.0-cp312-cp312-musllinux_1_1_x86_64.whl (248.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

coverage-7.5.0-cp312-cp312-musllinux_1_1_i686.whl (247.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

coverage-7.5.0-cp312-cp312-musllinux_1_1_aarch64.whl (249.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

coverage-7.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (242.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

coverage-7.5.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (242.2 kB view details)

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

coverage-7.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (240.3 kB view details)

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

coverage-7.5.0-cp312-cp312-macosx_11_0_arm64.whl (210.6 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

coverage-7.5.0-cp312-cp312-macosx_10_9_x86_64.whl (210.3 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

coverage-7.5.0-cp311-cp311-win_amd64.whl (213.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

coverage-7.5.0-cp311-cp311-win32.whl (212.4 kB view details)

Uploaded CPython 3.11 Windows x86

coverage-7.5.0-cp311-cp311-musllinux_1_1_x86_64.whl (249.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

coverage-7.5.0-cp311-cp311-musllinux_1_1_i686.whl (248.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

coverage-7.5.0-cp311-cp311-musllinux_1_1_aarch64.whl (250.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

coverage-7.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (242.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

coverage-7.5.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241.3 kB view details)

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

coverage-7.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (239.6 kB view details)

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

coverage-7.5.0-cp311-cp311-macosx_11_0_arm64.whl (210.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

coverage-7.5.0-cp311-cp311-macosx_10_9_x86_64.whl (210.1 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

coverage-7.5.0-cp310-cp310-win_amd64.whl (213.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

coverage-7.5.0-cp310-cp310-win32.whl (212.4 kB view details)

Uploaded CPython 3.10 Windows x86

coverage-7.5.0-cp310-cp310-musllinux_1_1_x86_64.whl (242.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

coverage-7.5.0-cp310-cp310-musllinux_1_1_i686.whl (241.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

coverage-7.5.0-cp310-cp310-musllinux_1_1_aarch64.whl (243.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

coverage-7.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (238.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

coverage-7.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (237.5 kB view details)

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

coverage-7.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (236.7 kB view details)

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

coverage-7.5.0-cp310-cp310-macosx_11_0_arm64.whl (210.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

coverage-7.5.0-cp310-cp310-macosx_10_9_x86_64.whl (210.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

coverage-7.5.0-cp39-cp39-win_amd64.whl (213.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

coverage-7.5.0-cp39-cp39-win32.whl (212.4 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-7.5.0-cp39-cp39-musllinux_1_1_x86_64.whl (242.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

coverage-7.5.0-cp39-cp39-musllinux_1_1_i686.whl (241.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

coverage-7.5.0-cp39-cp39-musllinux_1_1_aarch64.whl (243.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

coverage-7.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (238.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

coverage-7.5.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (237.1 kB view details)

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

coverage-7.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (236.3 kB view details)

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

coverage-7.5.0-cp39-cp39-macosx_11_0_arm64.whl (210.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

coverage-7.5.0-cp39-cp39-macosx_10_9_x86_64.whl (210.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

coverage-7.5.0-cp38-cp38-win_amd64.whl (213.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

coverage-7.5.0-cp38-cp38-win32.whl (212.4 kB view details)

Uploaded CPython 3.8 Windows x86

coverage-7.5.0-cp38-cp38-musllinux_1_1_x86_64.whl (243.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

coverage-7.5.0-cp38-cp38-musllinux_1_1_i686.whl (242.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

coverage-7.5.0-cp38-cp38-musllinux_1_1_aarch64.whl (244.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

coverage-7.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (239.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

coverage-7.5.0-cp38-cp38-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.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

coverage-7.5.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (237.4 kB view details)

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

coverage-7.5.0-cp38-cp38-macosx_11_0_arm64.whl (210.5 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

coverage-7.5.0-cp38-cp38-macosx_10_9_x86_64.whl (210.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: coverage-7.5.0.tar.gz
  • Upload date:
  • Size: 798.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.19

File hashes

Hashes for coverage-7.5.0.tar.gz
Algorithm Hash digest
SHA256 cf62d17310f34084c59c01e027259076479128d11e4661bb6c9acb38c5e19bb8
MD5 c5a40ac2f0d9615f7d5025fcadd22f4c
BLAKE2b-256 52d33ec80acdd57a0d6a1111b978ade388824f37126446fd6750d38bfaca949c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-pp38.pp39.pp310-none-any.whl
Algorithm Hash digest
SHA256 2b57780b51084d5223eee7b59f0d4911c31c16ee5aa12737c7a02455829ff067
MD5 9849667e9e7af2f1a848eb1e8aeb5a49
BLAKE2b-256 3481f00ce7ef95479085feb01fa9e352b2b5b2b9d24767acf2266d6267a6dba9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 213.5 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.19

File hashes

Hashes for coverage-7.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 427e1e627b0963ac02d7c8730ca6d935df10280d230508c0ba059505e9233475
MD5 6f2f86c0c68a3222d1701c19b6a44f92
BLAKE2b-256 7c315f5286d2a5e21e1fe5670629bb24c79bf46383a092e74e00077e7a178e5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 212.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.19

File hashes

Hashes for coverage-7.5.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3c2b77f295edb9fcdb6a250f83e6481c679335ca7e6e4a955e4290350f2d22a4
MD5 a4cf412a35710475b26f7ef5dd566f76
BLAKE2b-256 baf73a8b7b0affe548227f3d45e248c0f22c5b55bff0ee062b49afc165b3ff25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a9a7ef30a1b02547c1b23fa9a5564f03c9982fc71eb2ecb7f98c96d7a0db5cf2
MD5 a35f37bf684b6de84ec21b67cbb12557
BLAKE2b-256 e73e04a05d40bb09f90a312296a32fb2c5ade2dfcf803edf777ad18b97547503

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f0bfe42523893c188e9616d853c47685e1c575fe25f737adf473d0405dcfa7eb
MD5 2d86ee88542453e7fe14f361c115a86f
BLAKE2b-256 b93be16b12693572fd69148453abc6ddcd20cbeae6f0a040b5ed6af2f75b646f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4ba01d9ba112b55bfa4b24808ec431197bb34f09f66f7cb4fd0258ff9d3711b1
MD5 daf12ebfcfba21af8048bfb9a822ecb2
BLAKE2b-256 d93f1a613c32aa1980d20d6ca2f54faf800df04aafad6016d7132b3276d8715d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ad97ec0da94b378e593ef532b980c15e377df9b9608c7c6da3506953182398af
MD5 6ccc8e83fa4bda5418357d1b127b28d9
BLAKE2b-256 5484543e2cd6c1de30c7522a0afcb040677957bac756dd8677bade8bdd9274ba

See more details on using hashes here.

File details

Details for the file coverage-7.5.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.5.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 adf032b6c105881f9d77fa17d9eebe0ad1f9bfb2ad25777811f97c5362aa07f2
MD5 6dcafca5e0cf38edbc649d1fda7a25e4
BLAKE2b-256 fad9ec4ba0913195d240d026670d41b91f3e5b9a8a143a385f93a09e97c90f5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bd4bacd62aa2f1a1627352fe68885d6ee694bdaebb16038b6e680f2924a9b2cc
MD5 ff0e22a93cde4ab76f93d1863c9f0eef
BLAKE2b-256 ad06570533f747141b4fd727a193317e16c6e677ed7945e23a195b8f64e685a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cbe6581fcff7c8e262eb574244f81f5faaea539e712a058e6707a9d272fe5b64
MD5 74ff86cf2f9a1074d6aedda2365548cf
BLAKE2b-256 c3bcd7e832280f269be9e8d46cff5c4031b4840f1844674dc53ad93c5a9c1da6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fed7a72d54bd52f4aeb6c6e951f363903bd7d70bc1cad64dd1f087980d309ab9
MD5 bb37add836f1d03ffc79aec33c050c61
BLAKE2b-256 36dbf4e17ffb5ac2d125c72ee3b235c2e04f85a4296a6a9e17730e218af113d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 213.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.19

File hashes

Hashes for coverage-7.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9c6384cc90e37cfb60435bbbe0488444e54b98700f727f16f64d8bfda0b84656
MD5 4cd1424eafe3391104680f54e9a7dc79
BLAKE2b-256 3073b70ab57f11b62f5ca9a83f43cae752fbbb4417bea651875235c32eb2fc2e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 212.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.19

File hashes

Hashes for coverage-7.5.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bf0b4b8d9caa8d64df838e0f8dcf68fb570c5733b726d1494b87f3da85db3a2d
MD5 f7133e047bda25531925c3324aa8d7d1
BLAKE2b-256 d36feb5aae80bf9d01d0f293121d4caa660ac968da2cb967f82547a7b5e8d65b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cf3539007202ebfe03923128fedfdd245db5860a36810136ad95a564a2fdffff
MD5 f174b94891aa73ffb7d66980fdf05845
BLAKE2b-256 9b93e8231000754d4a31fe9a6c550f6a436eacd2e50763ba2b418f10b2308e45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 565b2e82d0968c977e0b0f7cbf25fd06d78d4856289abc79694c8edcce6eb2de
MD5 91875df47ab837dfff29ed5a05afd526
BLAKE2b-256 1abeb6422a1422381704dd015cc23e503acd1a44a6bdc4e59c75f8c6a2b24151

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 41327143c5b1d715f5f98a397608f90ab9ebba606ae4e6f3389c2145410c52b1
MD5 16b881ff33bcfcdfc7798894ba82594c
BLAKE2b-256 3f1c6a6990fd2e6890807775852882b1ed0a8e50519a525252490b0c219aa8a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 710c62b6e35a9a766b99b15cdc56d5aeda0914edae8bb467e9c355f75d14ee95
MD5 df5e23cedcf9ef657cb4107bcbeabb10
BLAKE2b-256 266d4cd14bd0221180c307fae4f8ef00dbd86a13507c25081858c620aa6fafd8

See more details on using hashes here.

File details

Details for the file coverage-7.5.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.5.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fea9d3ca80bcf17edb2c08a4704259dadac196fe5e9274067e7a20511fad1743
MD5 ad4e52f529e6df1d093bf486ef10b5cb
BLAKE2b-256 766be8f4696194fdf3c19422f2a80ac10e03a9322f93e6c9ef57a89e03a8c8f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c379cdd3efc0658e652a14112d51a7668f6bfca7445c5a10dee7eabecabba19d
MD5 fb31f187ef1d7f232140c0a47c77056a
BLAKE2b-256 84607eb84255bd9947b140e0382721b0a1b25fd670b4f0f176f11f90b5632d02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 84921b10aeb2dd453247fd10de22907984eaf80901b578a5cf0bb1e279a587cb
MD5 3f6fd3d1fcc15ddd8e55d745dbd526e9
BLAKE2b-256 aa5631edd4baa132fe2b991437e0acf3e36c50418370044a89b65518e5581f4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e768d870801f68c74c2b669fc909839660180c366501d4cc4b87efd6b0eee375
MD5 db54ed273597014ed962df45e18f7eed
BLAKE2b-256 71cf964bb667ea37d64b25f04d4cfaf6232cdb7a6472e1f4a4faf0459ddcec40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 213.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.19

File hashes

Hashes for coverage-7.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6782cd6216fab5a83216cc39f13ebe30adfac2fa72688c5a4d8d180cd52e8f6a
MD5 b3eed86eb8cb1687896fb9553a8e9ba9
BLAKE2b-256 4c26b276e0c70cba5059becce2594a268a2731d5b4f2386e9a6afdf37ffa3d44

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 212.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.19

File hashes

Hashes for coverage-7.5.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f609ebcb0242d84b7adeee2b06c11a2ddaec5464d21888b2c8255f5fd6a98ae4
MD5 203817bdf3ca9767f4a490f37e7a67d0
BLAKE2b-256 8afe95a74158fa0eda56d39783e918edc6fbb3dd3336be390557fc0a2815ecd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 51431d0abbed3a868e967f8257c5faf283d41ec882f58413cf295a389bb22e58
MD5 ed159dede76bd9980e0ac5ec3c976704
BLAKE2b-256 b53da0650978e8b8f78d269358421b7401acaf7cb89e957b2e1be5205ea5940e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a81eb64feded34f40c8986869a2f764f0fe2db58c0530d3a4afbcde50f314880
MD5 bdbdac9906c138d5ffaed8206d162e37
BLAKE2b-256 6a6a18b3819919fdfd3e2062a75219b363f895f24ae5b80e72ffe5dfb1a7e9c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 357754dcdfd811462a725e7501a9b4556388e8ecf66e79df6f4b988fa3d0b39a
MD5 a2b2291705829d62f24b541849df762e
BLAKE2b-256 95cb42a6d34d5840635394f1e172aaa0e7cbd9346155e5004a8ee75d8e434c6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bbfe6389c5522b99768a93d89aca52ef92310a96b99782973b9d11e80511f932
MD5 015a5d6770a3d4889ce26fe173f00e83
BLAKE2b-256 abb17820a8ef62adeebd37612af9d2369f4467a3bc2641dea1243450def5489e

See more details on using hashes here.

File details

Details for the file coverage-7.5.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.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85a5dbe1ba1bf38d6c63b6d2c42132d45cbee6d9f0c51b52c59aa4afba057517
MD5 49759879e723eeb3987292095ef03e66
BLAKE2b-256 f881e871b0d58ca5d6cc27d00b2f668ce09c4643ef00512341f3a592a81fb6cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 39793731182c4be939b4be0cdecde074b833f6171313cf53481f869937129ed3
MD5 b9289d0d56905f9264d5a0a35e92db7b
BLAKE2b-256 2c0e23a388f3ce16c5ea01a454fef6a9039115abd40b748027d4fef18b3628a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2bd7065249703cbeb6d4ce679c734bef0ee69baa7bff9724361ada04a15b7e3b
MD5 c4c901bb8e321bc864419f5285e0aa8f
BLAKE2b-256 a8ff02c4bcff1025b4a788aa3933e1cd1474d79de43e0d859273b3319ef43cd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 432949a32c3e3f820af808db1833d6d1631664d53dd3ce487aa25d574e18ad1c
MD5 04d0b2732a789dd4c5e788215f5d18c8
BLAKE2b-256 31db08d54dbc12fdfe5857b06105fd1235bdebb7da7c11cd1a0fae936556162a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 213.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.19

File hashes

Hashes for coverage-7.5.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c58536f6892559e030e6924896a44098bc1290663ea12532c78cef71d0df8493
MD5 249adcf7f0a6971057d3e418380819d1
BLAKE2b-256 c9487d3c31064c5adcc743fe5370cf7e198cee06cc0e2d37b5cbe930691a3f54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 212.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.19

File hashes

Hashes for coverage-7.5.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 280132aada3bc2f0fac939a5771db4fbb84f245cb35b94fae4994d4c1f80dae7
MD5 2250b5a3f1ec4aefdb85c765be4fb35f
BLAKE2b-256 81a21e550272c8b1f89b980504230b1a929de83d8f3d5ecb268477b32e5996a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 075299460948cd12722a970c7eae43d25d37989da682997687b34ae6b87c0ef0
MD5 022b9d99e6ed812d6a062f140e5a95b9
BLAKE2b-256 28176fe1695d2a706e586b87a407598f4ed82dd218b2b43cdc790f695f259849

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2055c4fb9a6ff624253d432aa471a37202cd8f458c033d6d989be4499aed037b
MD5 266b9ac7416fbbb2827bf00276a2fdc0
BLAKE2b-256 16941e348cd4445404c588ec8199adde0b45727b1d7989d8fb097d39c93e3da5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4d0e206259b73af35c4ec1319fd04003776e11e859936658cb6ceffdeba0f5be
MD5 4d2b5087f02c35a8c2ee9bb7941c445d
BLAKE2b-256 31ee9998a0d855cad5f8e04062f7428b83c34aa643e5df468409593a480d5585

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0cbdf2cae14a06827bec50bd58e49249452d211d9caddd8bd80e35b53cb04631
MD5 d8ba191cb55a0234cfef04753946455c
BLAKE2b-256 d36398e5a6b7ed1bfca874729ee309cc49a6d6658ab9e479a2b6d223ccc96e03

See more details on using hashes here.

File details

Details for the file coverage-7.5.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.5.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db2de4e546f0ec4b2787d625e0b16b78e99c3e21bc1722b4977c0dddf11ca84e
MD5 4d4b183aafac1adc6b170b386d38e828
BLAKE2b-256 127f9b787ffc31bc39aa9e98c7005b698e7c6539bd222043e4a9c83b83c782a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3235d7c781232e525b0761730e052388a01548bd7f67d0067a253887c6e8df46
MD5 ee4d7f37fe9545b901ca54177a991887
BLAKE2b-256 76e4d3c67a0a092127b8a3dffa2f75334a8cdb2cefc99e3d75a7f42cf1ff98a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 33c020d3322662e74bc507fb11488773a96894aa82a622c35a5a28673c0c26f5
MD5 3a34d4ad1293744cc26b15e13ddf95ee
BLAKE2b-256 7c0ee98d6c6d569d65ff3195f095e6b006b3d7780fd6182322a25e7dfe0d53d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d0194d654e360b3e6cc9b774e83235bae6b9b2cac3be09040880bb0e8a88f4a1
MD5 70b56f8d1c28f119095afeec43e32d86
BLAKE2b-256 62185573216d5b8db7d9f29189350dcd81830a03a624966c35f8201ae10df09c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 213.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.19

File hashes

Hashes for coverage-7.5.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 eed462b4541c540d63ab57b3fc69e7d8c84d5957668854ee4e408b50e92ce26a
MD5 1b8699052f4a6b3957e5334e94afad2c
BLAKE2b-256 8d4f87ec7da194229cee7c71d837399d8cd9f57a75103b3e4b95a170e985ce9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 212.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.19

File hashes

Hashes for coverage-7.5.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 262fffc1f6c1a26125d5d573e1ec379285a3723363f3bd9c83923c9593a2ac25
MD5 4c28e14ce53cf571783ccd7607ee6510
BLAKE2b-256 517f12c3e036daea8aed4a415d5f5e31188ccdfb8fcf65f1dd5ee99290fee284

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e7c211f25777746d468d76f11719e64acb40eed410d81c26cefac641975beb88
MD5 2ca2fe629a70ec7ac808d1980aa709f9
BLAKE2b-256 2f752034dcd84ab85dcfc7dafa1ef2ed2ae4deedca6ef0a60cf0fb1a1fe62fe3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ced268e82af993d7801a9db2dbc1d2322e786c5dc76295d8e89473d46c6b84d4
MD5 153772c36a9d0e5a0bad274edc571170
BLAKE2b-256 7ad83adb547c71cabb9b9cef6c7f8663bc7c912f2c646ccded7a5f5311e1db68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a9960dd1891b2ddf13a7fe45339cd59ecee3abb6b8326d8b932d0c5da208104f
MD5 faac2424680526fb6a24763bf3eb2b87
BLAKE2b-256 361d8a6cdd1ac5c5f2456629abbbf6d5a5b761930d72fa341b7ad69d345d4f54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 07dfdd492d645eea1bd70fb1d6febdcf47db178b0d99161d8e4eed18e7f62fe7
MD5 12cfd372ad6eda4f06b2d6eb9b68eb39
BLAKE2b-256 a7b412b81ad556b4a03c501d4ee83452193deafcc1ab9ebe6f3dbdda42d331a6

See more details on using hashes here.

File details

Details for the file coverage-7.5.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.5.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6afd2e84e7da40fe23ca588379f815fb6dbbb1b757c883935ed11647205111cb
MD5 6c7c0e67f319a7318637d0a79b421c30
BLAKE2b-256 bbe079df954b854d595d63edc061f714a1cf506e30412620025ba240807bd658

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d3d117890b6eee85887b1eed41eefe2e598ad6e40523d9f94c4c4b213258e4a4
MD5 dd3b2f8af7e2fa2162f0c8b1c7c1939b
BLAKE2b-256 6b03cbc3665ee7178b00ea09a07c2e71c99774928760e04beebb26350658b4b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a898c11dca8f8c97b467138004a30133974aacd572818c383596f8d5b2eb04a9
MD5 cfa78659c3c815fb46cab1d568f1df60
BLAKE2b-256 5bc3ce852a9f7b6855dd0409e4fa58d13b1b6ed947188c9753fa057254ea7b4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9dd88fce54abbdbf4c42fb1fea0e498973d07816f24c0e27a1ecaf91883ce69e
MD5 d4239f9cacd312a560da0ea610b7b2bb
BLAKE2b-256 fe75d235d6fc44d06823a5ddb46596c891722c3ffcdba2f6358803842ea88945

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