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

Uploaded Source

Built Distributions

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

Uploaded PyPy

coverage-7.4.1-cp312-cp312-win_amd64.whl (210.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

coverage-7.4.1-cp312-cp312-win32.whl (209.1 kB view details)

Uploaded CPython 3.12 Windows x86

coverage-7.4.1-cp312-cp312-musllinux_1_1_x86_64.whl (245.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

coverage-7.4.1-cp312-cp312-musllinux_1_1_i686.whl (243.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

coverage-7.4.1-cp312-cp312-musllinux_1_1_aarch64.whl (245.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

coverage-7.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (239.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

coverage-7.4.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (238.7 kB view details)

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

coverage-7.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (236.8 kB view details)

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

coverage-7.4.1-cp312-cp312-macosx_11_0_arm64.whl (206.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

coverage-7.4.1-cp312-cp312-macosx_10_9_x86_64.whl (206.6 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

coverage-7.4.1-cp311-cp311-win_amd64.whl (209.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

coverage-7.4.1-cp311-cp311-win32.whl (208.8 kB view details)

Uploaded CPython 3.11 Windows x86

coverage-7.4.1-cp311-cp311-musllinux_1_1_x86_64.whl (246.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

coverage-7.4.1-cp311-cp311-musllinux_1_1_i686.whl (245.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

coverage-7.4.1-cp311-cp311-musllinux_1_1_aarch64.whl (246.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

coverage-7.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (238.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

coverage-7.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (237.8 kB view details)

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

coverage-7.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (236.1 kB view details)

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

coverage-7.4.1-cp311-cp311-macosx_11_0_arm64.whl (206.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

coverage-7.4.1-cp311-cp311-macosx_10_9_x86_64.whl (206.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

coverage-7.4.1-cp310-cp310-win_amd64.whl (209.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

coverage-7.4.1-cp310-cp310-win32.whl (208.8 kB view details)

Uploaded CPython 3.10 Windows x86

coverage-7.4.1-cp310-cp310-musllinux_1_1_x86_64.whl (239.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

coverage-7.4.1-cp310-cp310-musllinux_1_1_i686.whl (238.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

coverage-7.4.1-cp310-cp310-musllinux_1_1_aarch64.whl (240.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

coverage-7.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (234.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

coverage-7.4.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.0 kB view details)

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

coverage-7.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.2 kB view details)

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

coverage-7.4.1-cp310-cp310-macosx_11_0_arm64.whl (206.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

coverage-7.4.1-cp310-cp310-macosx_10_9_x86_64.whl (206.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

coverage-7.4.1-cp39-cp39-win_amd64.whl (209.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

coverage-7.4.1-cp39-cp39-win32.whl (208.9 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-7.4.1-cp39-cp39-musllinux_1_1_x86_64.whl (239.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

coverage-7.4.1-cp39-cp39-musllinux_1_1_i686.whl (237.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

coverage-7.4.1-cp39-cp39-musllinux_1_1_aarch64.whl (239.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

coverage-7.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (234.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

coverage-7.4.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.6 kB view details)

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

coverage-7.4.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (232.8 kB view details)

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

coverage-7.4.1-cp39-cp39-macosx_11_0_arm64.whl (206.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

coverage-7.4.1-cp39-cp39-macosx_10_9_x86_64.whl (206.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

coverage-7.4.1-cp38-cp38-win_amd64.whl (209.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

coverage-7.4.1-cp38-cp38-win32.whl (208.8 kB view details)

Uploaded CPython 3.8 Windows x86

coverage-7.4.1-cp38-cp38-musllinux_1_1_x86_64.whl (240.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

coverage-7.4.1-cp38-cp38-musllinux_1_1_i686.whl (239.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

coverage-7.4.1-cp38-cp38-musllinux_1_1_aarch64.whl (241.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

coverage-7.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (236.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

coverage-7.4.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (235.1 kB view details)

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

coverage-7.4.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.9 kB view details)

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

coverage-7.4.1-cp38-cp38-macosx_11_0_arm64.whl (206.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

coverage-7.4.1-cp38-cp38-macosx_10_9_x86_64.whl (206.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: coverage-7.4.1.tar.gz
  • Upload date:
  • Size: 780.6 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.1.tar.gz
Algorithm Hash digest
SHA256 1ed4b95480952b1a26d863e546fa5094564aa0065e1e5f0d4d0041f293251d04
MD5 b2d845f375af9c3b72caddf2477af6a2
BLAKE2b-256 ca41e2ba20f090d0d16b73ad1f6fc542eb31b0db20662576583fb4f02554891f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-pp38.pp39.pp310-none-any.whl
Algorithm Hash digest
SHA256 32a8d985462e37cfdab611a6f95b09d7c091d07668fdc26e47a725ee575fe166
MD5 c1c3446e9178124c73f95e9e1544c158
BLAKE2b-256 65b70c855c523d0e979ae43480cee806cae09ee0dbbd0b7c6fed9f9d50318b18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 210.0 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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 85ccc5fa54c2ed64bd91ed3b4a627b9cce04646a659512a051fa82a92c04a448
MD5 da624d00dba42026030d7001e3f2622a
BLAKE2b-256 378b41ff7b01b18fac13af654b9c398b4c3cf40ae19f02e9633ea49898799f85

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 209.1 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.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ca7b26a5e456a843b9b6683eada193fc1f65c761b3a473941efe5a291f604c74
MD5 4124d906fbffac09da9a293207ac22aa
BLAKE2b-256 cc1a8a4e73e3d45e9500534d13f19ac9a86d52badbe22719a0d4c2dc23c5036b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ca6e61dc52f601d1d224526360cdeab0d0712ec104a2ce6cc5ccef6ed9a233bc
MD5 9a274d88fb871d692a99719cf985738f
BLAKE2b-256 f1a377220a6212f874ccb0b32e36de5803b379a7a3ee95c2b3cded1e1c78c683

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 02f2edb575d62172aa28fe00efe821ae31f25dc3d589055b3fb64d51e52e4ab1
MD5 c83b67a24507fd9c7e849ea4d505f0f5
BLAKE2b-256 a959fd1a59a55e6b99b72e77e20933185bacaf3cd35a3729cba8465af1e1cdbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3468cc8720402af37b6c6e7e2a9cdb9f6c16c728638a2ebc768ba1ef6f26c3a1
MD5 8d722afe3d07f1dd001b82f11b6f1b5c
BLAKE2b-256 07c8a0f6a2fe09bcada89661eca3c79ee71ad33acfa2ee141b4e300a7281563d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e3424c554391dc9ef4a92ad28665756566a28fecf47308f91841f6c49288e66
MD5 75c2ffdc841e47121f3821a81fbfbad8
BLAKE2b-256 1097ca7dec2d9a1262bc0dbfb757989444fec8cde908083b15fb3339210aa7b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe558371c1bdf3b8fa03e097c523fb9645b8730399c14fe7721ee9c9e2a545d3
MD5 30bb0d9177c5df192d8ecc74d0dfc877
BLAKE2b-256 c392f2d89715c3397e76fe365b1ecbb861d1279ff8d47d23635040a358bc75dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e0860a348bf7004c812c8368d1fc7f77fe8e4c095d661a579196a9533778e156
MD5 810c41ab04ded58ce1afc66a52843b1c
BLAKE2b-256 d7955f7e7f7d46d671d1b81e36ef6439798645ed042c1ffd116ded89897b254d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 23b27b8a698e749b61809fb637eb98ebf0e505710ec46a8aa6f1be7dc0dc43a6
MD5 4e6df71d1d2432555d2bb8ff037bc739
BLAKE2b-256 de374f3eb8e6f4be39eeca4318e3c2ef10e954e86871a68b0e71f004835d6a30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f68ef3660677e6624c8cace943e4765545f8191313a07288a53d3da188bd8581
MD5 f1e566eb778faef50fd32d9482764b0b
BLAKE2b-256 37342089e0b24759a207184b41a4e4b4af7004282a5b3a93bb408c2fa19b9b16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 209.8 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9d2f9d4cc2a53b38cabc2d6d80f7f9b7e3da26b2f53d48f05876fef7956b6968
MD5 22bf208a24b336dec48957b716cbaa0e
BLAKE2b-256 952d942c21494711505c20fc05ef11ec47ac49fe86dd5242123dbd5a0d0a92c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 208.8 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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f3771b23bb3675a06f5d885c3630b1d01ea6cac9e84a01aaf5508706dba546c5
MD5 c0d18d2e2451674ea3afda81c776c0ae
BLAKE2b-256 73bb9103f1b3f74c64187e05f6d2bb5a9ab2d093be3622efbd2a6efa5bd43d08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7ac8f8eb153724f84885a1374999b7e45734bf93a87d8df1e7ce2146860edef6
MD5 8ea1f99cf3ce5fc1db2d3c6da8415e87
BLAKE2b-256 8ed5af7155aa1a6d8496c4436b45c9330dc7b26d962a154054359e2cf6055ed6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 536d609c6963c50055bab766d9951b6c394759190d03311f3e9fcf194ca909e1
MD5 a05901343e4a5054526bf779d1fc58c8
BLAKE2b-256 cb0f93a0ffe448b16e713f50b968733cfc590adb70878b14290718e6471ae6fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6b00e21f86598b6330f0019b40fb397e705135040dbedc2ca9a93c7441178e74
MD5 d51e8c29624c46c3e9abf8e0598aa5fd
BLAKE2b-256 10b517ee4cc87f4415c28cd3b77df2dd58ce548d5033545faea2bc1a9b3e6b50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5d6850e6e36e332d5511a48a251790ddc545e16e8beaf046c03985c69ccb2676
MD5 765d0f51221fa1c793e923d54dc4a7ca
BLAKE2b-256 87710d90c4cda220c1f20f0eeaa997633eb1ec0bcaf5d8250c299d0f27a5885d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dfd1e1b9f0898817babf840b77ce9fe655ecbe8b1b327983df485b30df8cc011
MD5 91d79e5c3ea6203d95e56ffb54268e68
BLAKE2b-256 d5a736bd1c439fab5d450c69b7cdf4be4291d56885ae8be11ebed9ec240b919f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 18e961aa13b6d47f758cc5879383d27b5b3f3dcd9ce8cdbfdc2571fe86feb4dd
MD5 c069a7875c78915b023d904ff136f4a7
BLAKE2b-256 2bccbf2bfaf953a47d9771383cb87ce2985ec3d4aad445fb88143c24d9839079

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3cacfaefe6089d477264001f90f55b7881ba615953414999c46cc9713ff93c8c
MD5 1465f2e1b1dd833ea06141bdb1502d28
BLAKE2b-256 128de078f0ccc4e91aa44f7754f0bac18bd6c62780a029b5d30f6242c6e06b23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b8ffb498a83d7e0305968289441914154fb0ef5d8b3157df02a90c6695978295
MD5 e9199e41b1b545ffd8bac8f0cd17e2eb
BLAKE2b-256 0bbd008f9dad615d67e47221a983cd46cb5e87002e569dec60daa84d1b422859

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 209.7 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 869b5046d41abfea3e381dd143407b0d29b8282a904a19cb908fa24d090cc018
MD5 0a45ae4574441ff23fa9f8e676d4cf4d
BLAKE2b-256 6aa7276ab6a05eefc827b7a4c77b57c57a72c8c4bdc01748ce90f3936b417d8b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 208.8 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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f86f368e1c7ce897bf2457b9eb61169a44e2ef797099fb5728482b8d69f3f016
MD5 3079441ca8a0b3e76967065b9d964ccf
BLAKE2b-256 c16510f29c16bba6908115c9011bdeb16bbd6df877ea0fa1acdfc4a132dcef06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b9bb62fac84d5f2ff523304e59e5c439955fb3b7f44e3d7b2085184db74d733b
MD5 4c28481a962e70c94601f593c06f6c8b
BLAKE2b-256 d3e94dd7343cfb4458e3279da877cdd73e006624f6b24fd5c6675e4f973724c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c61f66d93d712f6e03369b6a7769233bfda880b12f417eefdd4f16d1deb2fc4c
MD5 a8686abf7bc6638e3b252cc0a07aec66
BLAKE2b-256 ba77c12e72e82324914d4b36d89535a18dc57de06829597b345080acbf4083d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6008adeca04a445ea6ef31b2cbaf1d01d02986047606f7da266629afee982630
MD5 b0660bc6ac65208d11ec942926de411b
BLAKE2b-256 64982f02659fdd92467a78e35fcf756b373f2a374bb68a42a16546ad3005bb18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d17bbc946f52ca67adf72a5ee783cd7cd3477f8f8796f59b4974a9b59cacc9ee
MD5 9d02dce6a0924a67f7ee01bee0e20461
BLAKE2b-256 8fbf9b1e104690d4976b17d515ee49b648c26d7244e148d1c845708d58b8f4fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6dceb61d40cbfcf45f51e59933c784a50846dc03211054bd76b421a713dcdf19
MD5 361f9fc4f4c1d2f66663958809f75ec4
BLAKE2b-256 49d59d66fd984979b58927588efb0398953acbdb4c45eb7cfcd74fa9b8d51d12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a3277f5fa7483c927fe3a7b017b39351610265308f5267ac6d4c2b64cc1d8d25
MD5 c334c785495af7912e2ca302285e48ad
BLAKE2b-256 a36a02369bde2559d7c511d62eaca5668d6e15d2b741da87bc6a7e9c8999777d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0193657651f5399d433c92f8ae264aff31fc1d066deee4b831549526433f3f61
MD5 6674da036eceda57eec4506354b44380
BLAKE2b-256 ed2ddb83db65d0c3d457f993830b97271a80f11bdc051d86dd44405c436db147

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 077d366e724f24fc02dbfe9d946534357fda71af9764ff99d73c3c596001bbd7
MD5 71af8e86a9b0037fc20e9e36119a5af1
BLAKE2b-256 261f430384b8e428c87950583e775fee97bc83bcfd93a2ecc00b5e55a5a052a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 209.8 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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 64e723ca82a84053dd7bfcc986bdb34af8d9da83c521c19d6b472bc6880e191a
MD5 a9b5380df60270f7c0695682a056186c
BLAKE2b-256 d47d75ed4276b6c559b945196a286a3b11f5710c2cb8656f289ec1f8f6568b06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 208.9 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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f90515974b39f4dea2f27c0959688621b46d96d5a626cf9c53dbc653a895c05c
MD5 f878626a780e1aeb18d8d9f1e65a9fe2
BLAKE2b-256 1294a174d20a415c70b37d134c7bc79168353d674e0e04e292acc2c203149f6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1a78b656a4d12b0490ca72651fe4d9f5e07e3c6461063a9b6265ee45eb2bdd35
MD5 0157ce1bdcd48048baf39e5b4e158370
BLAKE2b-256 16ecf8899be71d5c0964e4f34ccfe8ecef3e9cff25daa6728a8915c72004b1d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8dfc5e195bbef80aabd81596ef52a1277ee7143fe419efc3c4d8ba2754671756
MD5 5777938d3edabf52245bebefa155f71d
BLAKE2b-256 0537799839832bddad161a42eab64e3f42282c75ce0206b2e1c1fc4654e4a995

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0491275c3b9971cdbd28a4595c2cb5838f08036bca31765bad5e17edf900b2c7
MD5 d5041ee9d934dd9e6865fc35ada123b2
BLAKE2b-256 18e3eb7689641819f6c415aa7d88593e2d0d322e3adf364a0dd4f4d1eba00eeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9641e21670c68c7e57d2053ddf6c443e4f0a6e18e547e86af3fad0795414a628
MD5 326546f99eee6cf91caeda61d4f000fd
BLAKE2b-256 86256b70cb21b6e62158aab40a0e930361d4397f4ef4cbd2a04d3d01b6e4c5cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d12c923757de24e4e2110cf8832d83a886a4cf215c6e61ed506006872b43a6d1
MD5 773f8ad4bd3b366dfcce29fd2e8f11e8
BLAKE2b-256 ffe3351477165426da841458f2c1b732360dd42da140920e3cd4b70676e5b77f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aeb2c2688ed93b027eb0d26aa188ada34acb22dceea256d76390eea135083950
MD5 2c2258b57399a19417e6dcaad9d51241
BLAKE2b-256 fcccc4da6426501cdbad3b37edbeca7b485137f74a6030d5a974060d8369f898

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 46342fed0fff72efcda77040b14728049200cbba1279e0bf1188f1f2078c1d70
MD5 652239dd798b86e854325ad6cf00a41d
BLAKE2b-256 cee1df16e7e353c2ba5a5b3e02a6bad7dbf1bc62d5b9cfe5c06ed0e31fc64122

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8e738a492b6221f8dcf281b67129510835461132b03024830ac0e554311a5c54
MD5 f9f146563c0731634d0c95320e915eea
BLAKE2b-256 9fae0d439dc9adc0111ffbed38149d73ddf34f7a8768e377020181e624cf2634

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 209.7 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.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a07f61fc452c43cd5328b392e52555f7d1952400a1ad09086c4a8addccbd138d
MD5 139d359f32806d50aae3f937160d18a8
BLAKE2b-256 646e6ff67d0f7514bf2dd119f2fef7374f7c853dae042129286d69eebb431028

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.4.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 208.8 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.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 23f5881362dcb0e1a92b84b3c2809bdc90db892332daab81ad8f642d8ed55042
MD5 a8bc6f6976f211cc84d6aba08c99b637
BLAKE2b-256 26c26e58ed50a5dc87ef347b675a1c9157e42080881edf4516acd35775427566

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6d224f0c4c9c98290a6990259073f496fcec1b5cc613eecbd22786d398ded3ad
MD5 30310241da94e524826c85b0ad58a75f
BLAKE2b-256 b5e387ee5c1250934d42038680c41c04bac813025913c460c761859b04dcbff7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a4a3907011d39dbc3e37bdc5df0a8c93853c369039b59efa33a7b6669de04c60
MD5 b739b2d7dea962dc3fb745607fd86b34
BLAKE2b-256 7231a8d0a018aceecf8b2728f924c0a2d1c07c36be611301db1843538315dca8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 10e88e7f41e6197ea0429ae18f21ff521d4f4490aa33048f6c6f94c6045a6a75
MD5 9c81619bbc4e03afc84d84689e28706a
BLAKE2b-256 544ce2d59855d36921e3025380f75e110e672bb8500a5e5832af59b65a218ee4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 379d4c7abad5afbe9d88cc31ea8ca262296480a86af945b08214eb1a556a3e4d
MD5 643892f8bfc8c705cfb81c5474d3cceb
BLAKE2b-256 2a1289d5f08eb9be53910e3b9b2d02dd932f9b50bac10281272cdbaf8dee58d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f2f5968608b1fe2a1d00d01ad1017ee27efd99b3437e08b83ded9b7af3f6f766
MD5 8999d66438f474981f0c161ca0e4b23f
BLAKE2b-256 b3b949b1028a69b1e9476db7508705fc67a1218ece54af07b87339eac1b5600a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b094116f0b6155e36a304ff912f89bbb5067157aff5f94060ff20bbabdc8da06
MD5 2fcfacad3df5d0af26dc0dd3835f4eb9
BLAKE2b-256 464d9d6a7081c31d1388bff379250ab3ab0c873330c8139c07e8f4b6df61fe65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 918440dea04521f499721c039863ef95433314b1db00ff826a02580c1f503e45
MD5 66ced97849003c7cd3a67195d2596e27
BLAKE2b-256 134e66a3821f6fc8a28d07740d9115fdacffb7e7d61431b9ae112bacde846327

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8bdb0285a0202888d19ec6b6d23d5990410decb932b709f2b0dfe216d031d218
MD5 1aed0c3c8ac662f3d252d2ef697fbfac
BLAKE2b-256 3c75a4abb6a0d1d4814fbcf8d9e552fd08b579236d8f5c5bb4cfd8a566c43612

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