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:

  • CPython 3.8 through 3.12.0rc1

  • 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: 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

This version

7.3.1

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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

coverage-7.3.1-pp38.pp39.pp310-none-any.whl (193.6 kB view details)

Uploaded PyPy

coverage-7.3.1-cp312-cp312-win_amd64.whl (204.7 kB view details)

Uploaded CPython 3.12Windows x86-64

coverage-7.3.1-cp312-cp312-win32.whl (203.8 kB view details)

Uploaded CPython 3.12Windows x86

coverage-7.3.1-cp312-cp312-musllinux_1_1_x86_64.whl (240.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

coverage-7.3.1-cp312-cp312-musllinux_1_1_i686.whl (238.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

coverage-7.3.1-cp312-cp312-musllinux_1_1_aarch64.whl (240.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

coverage-7.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (234.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

coverage-7.3.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.7 kB view details)

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

coverage-7.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (231.7 kB view details)

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

coverage-7.3.1-cp312-cp312-macosx_11_0_arm64.whl (201.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

coverage-7.3.1-cp312-cp312-macosx_10_9_x86_64.whl (201.4 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

coverage-7.3.1-cp311-cp311-win_amd64.whl (204.6 kB view details)

Uploaded CPython 3.11Windows x86-64

coverage-7.3.1-cp311-cp311-win32.whl (203.5 kB view details)

Uploaded CPython 3.11Windows x86

coverage-7.3.1-cp311-cp311-musllinux_1_1_x86_64.whl (241.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

coverage-7.3.1-cp311-cp311-musllinux_1_1_i686.whl (240.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

coverage-7.3.1-cp311-cp311-musllinux_1_1_aarch64.whl (241.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

coverage-7.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (233.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

coverage-7.3.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232.9 kB view details)

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

coverage-7.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (231.1 kB view details)

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

coverage-7.3.1-cp311-cp311-macosx_11_0_arm64.whl (201.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

coverage-7.3.1-cp311-cp311-macosx_10_9_x86_64.whl (201.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

coverage-7.3.1-cp310-cp310-win_amd64.whl (204.5 kB view details)

Uploaded CPython 3.10Windows x86-64

coverage-7.3.1-cp310-cp310-win32.whl (203.6 kB view details)

Uploaded CPython 3.10Windows x86

coverage-7.3.1-cp310-cp310-musllinux_1_1_x86_64.whl (234.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

coverage-7.3.1-cp310-cp310-musllinux_1_1_i686.whl (233.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

coverage-7.3.1-cp310-cp310-musllinux_1_1_aarch64.whl (235.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

coverage-7.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (229.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

coverage-7.3.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (229.1 kB view details)

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

coverage-7.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (228.2 kB view details)

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

coverage-7.3.1-cp310-cp310-macosx_11_0_arm64.whl (201.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

coverage-7.3.1-cp310-cp310-macosx_10_9_x86_64.whl (201.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

coverage-7.3.1-cp39-cp39-win_amd64.whl (204.5 kB view details)

Uploaded CPython 3.9Windows x86-64

coverage-7.3.1-cp39-cp39-win32.whl (203.6 kB view details)

Uploaded CPython 3.9Windows x86

coverage-7.3.1-cp39-cp39-musllinux_1_1_x86_64.whl (234.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

coverage-7.3.1-cp39-cp39-musllinux_1_1_i686.whl (232.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

coverage-7.3.1-cp39-cp39-musllinux_1_1_aarch64.whl (234.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

coverage-7.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (229.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

coverage-7.3.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (228.6 kB view details)

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

coverage-7.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (227.8 kB view details)

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

coverage-7.3.1-cp39-cp39-macosx_11_0_arm64.whl (201.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

coverage-7.3.1-cp39-cp39-macosx_10_9_x86_64.whl (201.1 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

coverage-7.3.1-cp38-cp38-win_amd64.whl (204.5 kB view details)

Uploaded CPython 3.8Windows x86-64

coverage-7.3.1-cp38-cp38-win32.whl (203.5 kB view details)

Uploaded CPython 3.8Windows x86

coverage-7.3.1-cp38-cp38-musllinux_1_1_x86_64.whl (235.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

coverage-7.3.1-cp38-cp38-musllinux_1_1_i686.whl (234.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

coverage-7.3.1-cp38-cp38-musllinux_1_1_aarch64.whl (235.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

coverage-7.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (231.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

coverage-7.3.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (230.2 kB view details)

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

coverage-7.3.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (228.9 kB view details)

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

coverage-7.3.1-cp38-cp38-macosx_11_0_arm64.whl (201.4 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

coverage-7.3.1-cp38-cp38-macosx_10_9_x86_64.whl (201.1 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: coverage-7.3.1.tar.gz
  • Upload date:
  • Size: 764.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for coverage-7.3.1.tar.gz
Algorithm Hash digest
SHA256 6cb7fe1581deb67b782c153136541e20901aa312ceedaf1467dcb35255787952
MD5 1af9fd2036406f3885a2016163be2a23
BLAKE2b-256 2973f584ffd3acea29a2f2330bb8fd0c14af3f0efd03f73c696a6f229199198e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-pp38.pp39.pp310-none-any.whl
Algorithm Hash digest
SHA256 220eb51f5fb38dfdb7e5d54284ca4d0cd70ddac047d750111a68ab1798945194
MD5 8bccfd507fb93c8984d374792228a48b
BLAKE2b-256 f5e37ed6c184facbd10097e4caa15de27bea144b43ab346a69481e067a516318

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 204.7 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.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5ae4c6da8b3d123500f9525b50bf0168023313963e0e2e814badf9000dd6ef92
MD5 0e318b5c999600e7e2a1c0d487141ad5
BLAKE2b-256 c7aa29e35c55622c66f870d90b9a3872ae6fe9d631a419a1339f14bc4271aa47

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 203.8 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.3.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c397c70cd20f6df7d2a52283857af622d5f23300c4ca8e5bd8c7a543825baa5a
MD5 6290b70a0024eeb1373df9a78000789b
BLAKE2b-256 e7bf0840b0afffed75f33a04246be932933637325a3b554e328182fc25efe3c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1f111a7d85658ea52ffad7084088277135ec5f368457275fc57f11cebb15607f
MD5 bfa3166c4d283df869d25cb6d40d7b9f
BLAKE2b-256 88e784deda3538f98a540d2910292438a5ea08b8ce42c43f07395f2f5b6fc5b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2829c65c8faaf55b868ed7af3c7477b76b1c6ebeee99a28f59a2cb5907a45760
MD5 9248319b17716c273ae6fd22c8ca5d46
BLAKE2b-256 f01942af8fb1dfdca0978346770fbd39ceba5140bc32ed47d0fd1878614824ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8a07b692129b8a14ad7a37941a3029c291254feb7a4237f245cfae2de78de037
MD5 195be78e2d2e6f53e6ba5bcca3e886a6
BLAKE2b-256 77b3d693169ccba1187fbb036f883d9bb2b54c32472fa7d0d568d17170e388e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cd694e19c031733e446c8024dedd12a00cda87e1c10bd7b8539a87963685e969
MD5 bfa6f906cc1d7c511662b9b2d1c80467
BLAKE2b-256 d4fbee6e9351694f97e33b19b70b040d90f43d1ca7ae9fbc140e66c7f9161a7b

See more details on using hashes here.

File details

Details for the file coverage-7.3.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.3.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87d38444efffd5b056fcc026c1e8d862191881143c3aa80bb11fcf9dca9ae204
MD5 c2fd47c6660f8b4d6311c8cc9b5be657
BLAKE2b-256 67e6aadc8547c39371b93ca9ed4c432a3319a18015c3af78ae52be4f67953e34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aab8e9464c00da5cb9c536150b7fbcd8850d376d1151741dd0d16dfe1ba4fd26
MD5 8db7421d63edb17a0fe116b127fb71ce
BLAKE2b-256 71bd1029163d97f965c86bf4b5e894f368e38fa96ad0f507e260cc4eb0dcbe1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca833941ec701fda15414be400c3259479bfde7ae6d806b69e63b3dc423b1832
MD5 0556e6d9288147ffb9e68b4399db10a9
BLAKE2b-256 f15ab670d8a1f07a6d57278d37e765250b5a7d3e2d1b8904fcc56420c16d2828

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5289490dd1c3bb86de4730a92261ae66ea8d44b79ed3cc26464f4c2cde581fbc
MD5 d7310292bde89f0a90be53df17fe3b87
BLAKE2b-256 90e32bba52370aa7dfe7981dfb21ede170fa1e990ebf406edb21cc9bb35af892

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 204.6 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.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c6f55d38818ca9596dc9019eae19a47410d5322408140d9a0076001a3dcb938c
MD5 2ca11cc89463d35473cb945fd44ae846
BLAKE2b-256 09c2bdcdff246f7bcfcc63a84679412837e44ec8460d152caeff07e3668e5733

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 203.5 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.3.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 229c0dd2ccf956bf5aeede7e3131ca48b65beacde2029f0361b54bf93d36f45a
MD5 0007912a7238655c582de6804c22d796
BLAKE2b-256 eeb7006256429deb514fe8e304d7817b89f093dcb22eace9b3e6aa1cfda0cf75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5b4ee7080878077af0afa7238df1b967f00dc10763f6e1b66f5cced4abebb0a3
MD5 958eeb6797b9aef89b2f281105ac5e45
BLAKE2b-256 97b7cfbc4d13e64b855bce829ce84c4c0828885cf045367c15f591b4edab8c1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ac3c5b7e75acac31e490b7851595212ed951889918d398b7afa12736c85e13ce
MD5 e909072b2b71fdeada649dd235131929
BLAKE2b-256 19f905634b5d28218dc9d6c150588468e314685e1166c05c3cbe9b2983a2e060

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7eb3cd48d54b9bd0e73026dedce44773214064be93611deab0b6a43158c3d5a0
MD5 cb35ee8e5d8b8fc9840dbb43fdd549dd
BLAKE2b-256 54bb9512fcbf51ff237e0e46cebf887fbf382ff7e0b51e48fbebe8e7da5ed968

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6191b3a6ad3e09b6cfd75b45c6aeeffe7e3b0ad46b268345d159b8df8d835f9
MD5 8b7685dd694bfc8164aa0e29e93f973e
BLAKE2b-256 819ccec3209e812f57d6abffd1946fef708c3ddbde145ff2481e430c1e5d363e

See more details on using hashes here.

File details

Details for the file coverage-7.3.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.3.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75c8f0df9dfd8ff745bccff75867d63ef336e57cc22b2908ee725cc552689ec8
MD5 3ae502dd3b5cce7508b6c102ac4d3c37
BLAKE2b-256 e8bc4707652867891c1da12759cc1dcdffed539da88e6fd8d32ff2d97b2b5db4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7eb0b188f30e41ddd659a529e385470aa6782f3b412f860ce22b2491c89b8593
MD5 7a26b4fae01a775981cb922b95b8afe1
BLAKE2b-256 20a14ba07441c63893146694d0530dcd666d00bb15aaaf138b010fe8b0f53c98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 025ded371f1ca280c035d91b43252adbb04d2aea4c7105252d3cbc227f03b375
MD5 bbd465180114b6c6cc76d19d9fe0a781
BLAKE2b-256 021e64b944f16e4576ef0c369d5588b79f359dcf12ca6b6277f8a7d92385462c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 74bb470399dc1989b535cb41f5ca7ab2af561e40def22d7e188e0a445e7639e3
MD5 7254a0c2a397d1f521040cf9862c27c9
BLAKE2b-256 f3c82fa541357143ff9461db094f802d5880112212f8ec24dd8773c0c3f1c90b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 204.5 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.3.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cdd088c00c39a27cfa5329349cc763a48761fdc785879220d54eb785c8a38520
MD5 f089e38ad0d7ea2a42c01359cb947483
BLAKE2b-256 4a6e29862fdd3783cfbb99cfac1fa8ae65fbcb031e5c431184fe0fdd472a890c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 203.6 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.3.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 770f143980cc16eb601ccfd571846e89a5fe4c03b4193f2e485268f224ab602f
MD5 5ddb6d7b26f3ba50c1ad0530e98a335a
BLAKE2b-256 a479c1c001646d305d196c73385ea69d8de67d986c168b5dbb3ec7dfa12cb1c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b9c0c19f70d30219113b18fe07e372b244fb2a773d4afde29d5a2f7930765136
MD5 17825ec89b627b2b87795f693233748f
BLAKE2b-256 7271020ec90974cee9fbf3dfd44ad1570fcd3aae76101bdd1f4cf523151359a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 50dd1e2dd13dbbd856ffef69196781edff26c800a74f070d3b3e3389cab2600d
MD5 9cbc65cde90366e502848163328c09ab
BLAKE2b-256 68f09dab48c6cdddc824b3c729990bec38e6a88e7553cc740211f5272216681c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 de30c1aa80f30af0f6b2058a91505ea6e36d6535d437520067f525f7df123887
MD5 b91a056d8b9038578a10fa61c5d7ab3a
BLAKE2b-256 8a2f1cb5dd04bb1aa3c6740e750f4c3fbc35013a38dbfd3394d57ff610da949d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0575c37e207bb9b98b6cf72fdaaa18ac909fb3d153083400c2d48e2e6d28bd8e
MD5 0cd1c3fc95308fd3ae80deff763d45da
BLAKE2b-256 c4477b190dab1f27432fd95c41f5f23b3b4d1a6b1fe6359a56e222bbe33ab0d5

See more details on using hashes here.

File details

Details for the file coverage-7.3.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.3.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c96dd7798d83b960afc6c1feb9e5af537fc4908852ef025600374ff1a017392
MD5 667e067ea6e8a5ffddc6877990cf3752
BLAKE2b-256 136febfba55e56aaf256dcae2b8e52a3ec3f1212a11a6d16cf9367d547a862b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 245c5a99254e83875c7fed8b8b2536f040997a9b76ac4c1da5bff398c06e860f
MD5 08d43de4da69dde8363af52fa8ab4f3a
BLAKE2b-256 7427cb2adbebb56264f9cef3429f40d57e718a13cb146bc5e592404e76338105

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 966f10df9b2b2115da87f50f6a248e313c72a668248be1b9060ce935c871f276
MD5 9b15294439ec5dc681c01384ad0a895d
BLAKE2b-256 e9f3cd6a2c64c3de7ecc9abd599862af9952f8dfb066010a1d71a1b7f11c7d97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cd0f7429ecfd1ff597389907045ff209c8fdb5b013d38cfa7c60728cb484b6e3
MD5 cf1d6cc085da97f850ff4fd92155a7b8
BLAKE2b-256 592f2217c5c0461055a3d4568c21be3538cbe5c3cff617eead87dcfa6a5f9565

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 204.5 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.3.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 553d7094cb27db58ea91332e8b5681bac107e7242c23f7629ab1316ee73c4981
MD5 ece1a64f41c1fadab06b58399d2f97ee
BLAKE2b-256 ae52964e1c51fcd3bbb4c80dbf3f4f12bd8a5d328c2c5ff0b0c23f0472971b00

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 203.6 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.3.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6bc6f3f4692d806831c136c5acad5ccedd0262aa44c087c46b7101c77e139140
MD5 8ce75faad3b601e2f0400197221f880f
BLAKE2b-256 8df2bea5bdac0a151d3c01abdbbcf1ec5350f71beb84f92cfe1c074a610a0989

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4aba512a15a3e1e4fdbfed2f5392ec221434a614cc68100ca99dcad7af29f3f8
MD5 e34ce029aab0efd9088601c6b445f517
BLAKE2b-256 339e842dee63d73071656f30e5ad187c3dd2302d02df503944b1e446523634ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 586649ada7cf139445da386ab6f8ef00e6172f11a939fc3b2b7e7c9082052fa0
MD5 8f23e8157b3369f8c448c6d595a6de96
BLAKE2b-256 2607e146ddf53b7761cb2040932c562b3af28c80ac2e043a4d5179e648b9f20a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5d991e13ad2ed3aced177f524e4d670f304c8233edad3210e02c465351f785a0
MD5 7f39682f4c74ae2da4d995f7c3e52108
BLAKE2b-256 fe609dc10827724d37aa71b61f73fadb901a1c7841bdb57523e1970946fb95be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c6601a60318f9c3945be6ea0f2a80571f4299b6801716f8a6e4846892737ebe4
MD5 062c9252556565d2ca8df2123ce189d1
BLAKE2b-256 92c7e80c182c7014d4ba5f5a3d631c91b632e81b8a2e9db11013779c8b6fb11e

See more details on using hashes here.

File details

Details for the file coverage-7.3.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.3.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 636a8ac0b044cfeccae76a36f3b18264edcc810a76a49884b96dd744613ec0b7
MD5 e41456a2e5bb20ddff44cb9c3ad6497b
BLAKE2b-256 34b05eeb9f805d4c1a29efbe95265a8d8bf87c345d64be820c40543e9282898b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 07d156269718670d00a3b06db2288b48527fc5f36859425ff7cec07c6b367745
MD5 3e736dad3e0272ec4b2a1bb57b57810b
BLAKE2b-256 213bbff94691f95b248ba0be37dccae75de32e4f69b6444ebfe9946aecf150e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f09195dda68d94a53123883de75bb97b0e35f5f6f9f3aa5bf6e496da718f0cb6
MD5 e6bdb94c94fdd4d3216a57d838d74711
BLAKE2b-256 341e3010b80c346b7537de9e5633ad4ffa3abb756e856ee381a92e422c5df7ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f12d8b11a54f32688b165fd1a788c408f927b0960984b899be7e4c190ae758f1
MD5 990d5aa0909ac0474be080fa49ab288d
BLAKE2b-256 20b6e911ced41c17b7d53bb31aa695e7c24917a87d5e66bb4c640de015802a3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 204.5 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.3.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f4f456590eefb6e1b3c9ea6328c1e9fa0f1006e7481179d749b3376fc793478e
MD5 c58dcc2d8e48cbe20d6d7d42d8000136
BLAKE2b-256 aa80464823e327596913e8d14c3d62d6185fc95ba09fa703633d7f4233694058

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 203.5 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.3.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 defbbb51121189722420a208957e26e49809feafca6afeef325df66c39c4fdb3
MD5 b4c5bc670298f5190efa08b1025c1945
BLAKE2b-256 088ac35faee85da0444b6b17547dc908d1f7f74e4087c8dc1bb073bc6170e312

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f1a317fdf5c122ad642db8a97964733ab7c3cf6009e1a8ae8821089993f175ff
MD5 a02ab9f386386f6718fe2d774bf8174a
BLAKE2b-256 adec3637baa306c317c3fa28b6fe1072fe6ea53f43e0d15fed149250113274d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 614f1f98b84eb256e4f35e726bfe5ca82349f8dfa576faabf8a49ca09e630086
MD5 c96e13439dff122c6d4c3feed055e0d5
BLAKE2b-256 3adc4acc34fc50ffc9c253541b5b11764422f36e079ed277a8914e0e081af429

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 53669b79f3d599da95a0afbef039ac0fadbb236532feb042c534fbb81b1a4e40
MD5 dd7befa770929d1884b8241ec3e97b3f
BLAKE2b-256 134e16cbc39925e52fc1073df36dd8af29e12e570a32c89c9d356698b04ff75b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6407424621f40205bbe6325686417e5e552f6b2dba3535dd1f90afc88a61d465
MD5 d34c4874d352cd5e2f59ef34268a7a9a
BLAKE2b-256 8da4015c3ab8f87b38a9f6aae0f0bee8f7cdfb0fe2ed0cdd084e58946ae03d35

See more details on using hashes here.

File details

Details for the file coverage-7.3.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.3.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ac9ad38204887349853d7c313f53a7b1c210ce138c73859e925bc4e5d8fc18e7
MD5 754b3db12daa7f1111ff665fe0672ed1
BLAKE2b-256 1d43b9a7f83f1061fe6a54b3a58dfd6b49071cfd6394a476075c800a7bccaf20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 04312b036580ec505f2b77cbbdfb15137d5efdfade09156961f5277149f5e344
MD5 49311fd986a182e3c4da643e74c85818
BLAKE2b-256 b1d70823053928dea2dffa5d0ec49f02a083c8ebeed3f053aab4010723461610

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f2781fd3cabc28278dc982a352f50c81c09a1a500cc2086dc4249853ea96b981
MD5 f651bb820496745646f2cdde8d8c5586
BLAKE2b-256 2d1aa46dbcfbedb581988637c75a7f467a7f8dfe684b0a975736c5acf78524e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ca70466ca3a17460e8fc9cea7123c8cbef5ada4be3140a1ef8f7b63f2f37108f
MD5 a9bb56070dd7c8c762649638985a9b52
BLAKE2b-256 35b0ead3b2eca8b9dbc57a420dc5fb3925e68db4cc5286944a04c31ecccbe973

See more details on using hashes here.

Supported by

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