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.

  • 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

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

Uploaded Source

Built Distributions

coverage-7.3.3-pp38.pp39.pp310-none-any.whl (193.9 kB view details)

Uploaded PyPy

coverage-7.3.3-cp312-cp312-win_amd64.whl (205.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

coverage-7.3.3-cp312-cp312-win32.whl (204.1 kB view details)

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

coverage-7.3.3-cp312-cp312-musllinux_1_1_aarch64.whl (240.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

coverage-7.3.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (231.8 kB view details)

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

coverage-7.3.3-cp312-cp312-macosx_11_0_arm64.whl (201.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

coverage-7.3.3-cp312-cp312-macosx_10_9_x86_64.whl (201.6 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

coverage-7.3.3-cp311-cp311-win_amd64.whl (204.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

coverage-7.3.3-cp311-cp311-win32.whl (203.8 kB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

coverage-7.3.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232.8 kB view details)

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

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

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

coverage-7.3.3-cp311-cp311-macosx_11_0_arm64.whl (201.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

coverage-7.3.3-cp311-cp311-macosx_10_9_x86_64.whl (201.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

coverage-7.3.3-cp310-cp310-win_amd64.whl (204.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

coverage-7.3.3-cp310-cp310-win32.whl (203.8 kB view details)

Uploaded CPython 3.10 Windows x86

coverage-7.3.3-cp310-cp310-musllinux_1_1_x86_64.whl (234.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

coverage-7.3.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (229.0 kB view details)

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

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

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

coverage-7.3.3-cp310-cp310-macosx_11_0_arm64.whl (201.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

coverage-7.3.3-cp310-cp310-macosx_10_9_x86_64.whl (201.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

coverage-7.3.3-cp39-cp39-win_amd64.whl (204.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

coverage-7.3.3-cp39-cp39-win32.whl (203.8 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-7.3.3-cp39-cp39-musllinux_1_1_x86_64.whl (233.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

coverage-7.3.3-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.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

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

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

coverage-7.3.3-cp39-cp39-macosx_11_0_arm64.whl (201.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

coverage-7.3.3-cp39-cp39-macosx_10_9_x86_64.whl (201.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

coverage-7.3.3-cp38-cp38-win_amd64.whl (204.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

coverage-7.3.3-cp38-cp38-win32.whl (203.8 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

coverage-7.3.3-cp38-cp38-musllinux_1_1_aarch64.whl (236.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

coverage-7.3.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (230.1 kB view details)

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

coverage-7.3.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (228.8 kB view details)

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

coverage-7.3.3-cp38-cp38-macosx_11_0_arm64.whl (201.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

coverage-7.3.3-cp38-cp38-macosx_10_9_x86_64.whl (201.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: coverage-7.3.3.tar.gz
  • Upload date:
  • Size: 768.7 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.3.tar.gz
Algorithm Hash digest
SHA256 df04c64e58df96b4427db8d0559e95e2df3138c9916c96f9f6a4dd220db2fdb7
MD5 3115fe2fa3497028f17ffffb066dce45
BLAKE2b-256 cf79b8ed9dbd011d2c9c7e0273f59daae4645469ab4ab09a23e1033e352978a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-pp38.pp39.pp310-none-any.whl
Algorithm Hash digest
SHA256 d299d379b676812e142fb57662a8d0d810b859421412b4d7af996154c00c31bb
MD5 7873beb55623b62c06111948a93020b1
BLAKE2b-256 bc8208952e3b0287ac4036bf9f9e31d0736629f4b8494c0d33c906a2c8f83139

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 205.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.3.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e995efb191f04b01ced307dbd7407ebf6e6dc209b528d75583277b10fd1800ee
MD5 995ef0336ce2416726e0fa771d36f9d1
BLAKE2b-256 58d51b35ef4c4f4dc1b9c61be243c1a3e50adffae1a1635375bfd1eb3da0fcd8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 204.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.3.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 733537a182b5d62184f2a72796eb6901299898231a8e4f84c858c68684b25a70
MD5 01d3e89c44bb0ab516517064a0df252c
BLAKE2b-256 0ee0e529e363057e911f5232b4887e23f497ae71ddedbfd612040425245880f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 811ca7373da32f1ccee2927dc27dc523462fd30674a80102f86c6753d6681bc6
MD5 2d05f8199ee3567078690b883ec29175
BLAKE2b-256 5703733db9c235927b5d70fae61b7055fb3ced4c2725eac237ba4ef8fa560ecc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 af75cf83c2d57717a8493ed2246d34b1f3398cb8a92b10fd7a1858cad8e78f59
MD5 0ffda391cb8867d394801b65d28daafb
BLAKE2b-256 87a137c34343655558a8bd095b07a769026cf1ec2020ae36de292f7d03f85caa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 007a7e49831cfe387473e92e9ff07377f6121120669ddc39674e7244350a6a29
MD5 24e5bf484f89d32c531a26abb7890d87
BLAKE2b-256 5609b7f1c8abee26d0c79d5b78a5048cfc55a945b86a73892fabc3c2b3a7f99c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 31c0b1b8b5a4aebf8fcd227237fc4263aa7fa0ddcd4d288d42f50eff18b0bac4
MD5 99e24837065b83f693390cb9e2e79204
BLAKE2b-256 301c1dbab8cafa43b81c90d0c8566443c354313384a69c9b1f9aa2d7d0f293b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1191270b06ecd68b1d00897b2daddb98e1719f63750969614ceb3438228c088e
MD5 49bedb8dac77b92f236297935a4514ab
BLAKE2b-256 fbdd85c0289975ea609d3f82ecb5b7ed827af8c51518440ce5e56b509765915e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ee453085279df1bac0996bc97004771a4a052b1f1e23f6101213e3796ff3cb85
MD5 282e306b5045e6357aac4945d8c8a861
BLAKE2b-256 2067044b75ef13cd9e3455676c53b769e0dabfacdac5b6decf15d88293bb3b63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f9191be7af41f0b54324ded600e8ddbcabea23e1e8ba419d9a53b241dece821d
MD5 ef59ea4bd949dc56b8fe9d11f51dfd03
BLAKE2b-256 b15699c484d06e851e77da7b2fb777fa43e40cdb773fda7829d5be57fb7ff869

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a2ac4245f18057dfec3b0074c4eb366953bca6787f1ec397c004c78176a23d56
MD5 5bec3f0e923f9847a016e671aa4fc925
BLAKE2b-256 d28b113b8c7e7f7c258a0a7054f66d2afa1d974d22a8b220e43ddd45bfa1cabb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 204.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.3.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 243576944f7c1a1205e5cd658533a50eba662c74f9be4c050d51c69bd4532936
MD5 9b02586499ed58436c104cb42dd1e368
BLAKE2b-256 f71d21e264146b8c012c419d1cd2e84b3ef53ed3f84a8a2119ab9366228e2e09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 203.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.3.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 79c32f875fd7c0ed8d642b221cf81feba98183d2ff14d1f37a1bbce6b0347d9f
MD5 b0a52283410194b35d67ae066c8057c7
BLAKE2b-256 2fa56d843867cc138c0881b879f88a0af0c75bb3050f154ec9abc1fe45b08377

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ffb0eacbadb705c0a6969b0adf468f126b064f3362411df95f6d4f31c40d31c1
MD5 772038c85fffd114223a456db210e66d
BLAKE2b-256 4a110591f1934e87e5212f925f777d5fe5873707953aeab6e2bb20a8a7673411

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 307aecb65bb77cbfebf2eb6e12009e9034d050c6c69d8a5f3f737b329f4f15fb
MD5 1d6297deefe47a65b9bb6b709ffc78cc
BLAKE2b-256 514394674bcca06038ab76cbb1a5c35387045fd329f094aa34c7b66e8134ec6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fc200cec654311ca2c3f5ab3ce2220521b3d4732f68e1b1e79bef8fcfc1f2b97
MD5 37495bacb8ddfbab3434cae327ae932b
BLAKE2b-256 fa68ae91ba7a4e441ecb37e7d0927c8f0e5d61bf69231e50a4d53154b1376c4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3c854c1d2c7d3e47f7120b560d1a30c1ca221e207439608d27bc4d08fd4aeae8
MD5 256e12791268cc75909ca4a3d9dfb60f
BLAKE2b-256 711021a9ab8a705f7323e66d875d15568dda1673a4613eb5867e24f9a43e04c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff4800783d85bff132f2cc7d007426ec698cdce08c3062c8d501ad3f4ea3d16c
MD5 374e7c00c1229cc89d068eaca04a4c9d
BLAKE2b-256 ce9f20406e0dc07f6bba211a0ae40bb7a716daebdb715ba03ce6f611d01cb79d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 222b038f08a7ebed1e4e78ccf3c09a1ca4ac3da16de983e66520973443b546bc
MD5 c0f1658f426d327aa88be53a1f313112
BLAKE2b-256 15713878d5ab345d7011bc20910bac92ccc92a9a48ca054ab38696baac7dae03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eda7f6e92358ac9e1717ce1f0377ed2b9320cea070906ece4e5c11d172a45a39
MD5 986b53a5e07ae4e512138962b71611c4
BLAKE2b-256 890e069f47850f6b247038c7426b2181eb099d5342c7c05f8f3f87b99896dc97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8c944cf1775235c0857829c275c777a2c3e33032e544bcef614036f337ac37bb
MD5 0866baba58f552a2bbc514a391b56b20
BLAKE2b-256 0a6d70e76cbc35e927d7c978dcceafd237dadb75ed75590c3624d993539dd3d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 204.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.3.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 593efa42160c15c59ee9b66c5f27a453ed3968718e6e58431cdfb2d50d5ad284
MD5 a2dc56866fe5944c9b9025391505eb57
BLAKE2b-256 389d25e653f68239d797eeb0f064ed0a781950d33e0cc27a8f77a56e5c841c1c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 203.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.3.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 eee5e741b43ea1b49d98ab6e40f7e299e97715af2488d1c77a90de4a663a86e2
MD5 eea6f985ae9af71919fc91e39f931a4e
BLAKE2b-256 e753b696fe3048910267d7fc68a82c76e4e3fcfe3a50b1c2a1f579d14eeaa7d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9e17d9cb06c13b4f2ef570355fa45797d10f19ca71395910b249e3f77942a837
MD5 8d3fc08f1f01567d1e6fd9828d4da4fc
BLAKE2b-256 685ad0ea42098f29b3656e4708db5c01fb615976e83a55a4f1e020c8dd76849d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9437a4074b43c177c92c96d051957592afd85ba00d3e92002c8ef45ee75df438
MD5 2923cf3caf721e1fa78907a2acd35d16
BLAKE2b-256 70a114fabc6df7d5e99a6eb2ee6fd7dc8bb1434bd9573c9eba63fbbffd3940c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d31650d313bd90d027f4be7663dfa2241079edd780b56ac416b56eebe0a21aab
MD5 2bd060a63916109a5146ed9a67b2a0ec
BLAKE2b-256 f8d179318319cb9188610d5620cb714a9ad81b75ceaf2c6d7906786c85cd1695

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1367aa411afb4431ab58fd7ee102adb2665894d047c490649e86219327183134
MD5 bd33d3bb83eb2841eb27c980402b263b
BLAKE2b-256 c51d0881cba71253f77f624ee9744b43bab54131a38c87dda3ea0baead257625

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db0338c4b0951d93d547e0ff8d8ea340fecf5885f5b00b23be5aa99549e14cfd
MD5 2ccd05f3fb42ba2dfcaf841c4a4f593d
BLAKE2b-256 71d3c2f1e16271de67ba87a1d2d2875aaaec305f29dc503be7f91b3fb01f9028

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1f0f8f0c497eb9c9f18f21de0750c8d8b4b9c7000b43996a094290b59d0e7523
MD5 62395adaa6de4fa287395ffdac33558e
BLAKE2b-256 ee5d7b3dc974fb0119f495591cb86772239ef1ebfec9195814f4d048f4fae71c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee6621dccce8af666b8c4651f9f43467bfbf409607c604b840b78f4ff3619aeb
MD5 01ce9fc16220bdba924a3903fec35db6
BLAKE2b-256 a6057df10c5f37d61d54b0978ba439ce214da1ff1a0f17c50723d6679745612e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d874434e0cb7b90f7af2b6e3309b0733cde8ec1476eb47db148ed7deeb2a9494
MD5 66baec241eecb0b7afb417fb4abfc2ff
BLAKE2b-256 e5a22abbc6fe2f2f79a0fab8e09945ca203b1e0e7a615033e8758559952f393f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 204.7 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.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cad9afc1644b979211989ec3ff7d82110b2ed52995c2f7263e7841c846a75348
MD5 34cfd4be2d786ee96874a77308298b50
BLAKE2b-256 756fa3f541a23e939cb9d18c8f02c56a0cc454b7922ef71a8dc0ac0550c375db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 203.8 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.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7fbf3f5756e7955174a31fb579307d69ffca91ad163467ed123858ce0f3fd4aa
MD5 15c646f3f37b5fdaafe27a1f2ba8a198
BLAKE2b-256 59786478c55544b57e6243f048de0d640a9364849a7d110d051cfc85d46ff299

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a702e66483b1fe602717020a0e90506e759c84a71dbc1616dd55d29d86a9b91f
MD5 60bb60332a34e42114fa816f9a9a06c8
BLAKE2b-256 12c5126ce69491f8158a96025298f2f1451ddcf290c12e91ac89e16ad93b0808

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 65d716b736f16e250435473c5ca01285d73c29f20097decdbb12571d5dfb2c94
MD5 fbb3c2a3d0659b2cbcfa13ac6185c5b0
BLAKE2b-256 771ce67e6b1f9edb2177c122f8490ff451ff26407cf66e1420e1a5cac645d4c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7f3bad1a9313401ff2964e411ab7d57fb700a2d5478b727e13f156c8f89774a0
MD5 351e9b0e939d5443f2be5ca8f219d1fb
BLAKE2b-256 82bbf73492b1d983749c4ad092b4996e86d6a026599f28c726a14f02b5a6bed8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c59a3e59fb95e6d72e71dc915e6d7fa568863fad0a80b33bc7b82d6e9f844973
MD5 5e11dd40270e17a8fb01556ab64c19c9
BLAKE2b-256 22a129191b24dd60b6beff4138aa36d6c4ff26cc12993a1235e0335db62357ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f3bfd2c2f0e5384276e12b14882bf2c7621f97c35320c3e7132c156ce18436a1
MD5 a01cbceba89d219cec3a5548debb0bcf
BLAKE2b-256 4974be94444c0458e68334dcd97d520b998cbef61eb71aead22fe105852c601b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9ede881c7618f9cf93e2df0421ee127afdfd267d1b5d0c59bcea771cf160ea4a
MD5 bd1619b2eaed5a537d622b1b27827efd
BLAKE2b-256 2204fe2f41c59462d36b36fb701ef1c58ce8bfd0a106ec2d4f475f28009c74b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 89400aa1752e09f666cc48708eaa171eef0ebe3d5f74044b614729231763ae69
MD5 6ceec901013e097a42b87495feff8b28
BLAKE2b-256 078c341543ac858e042e9c92ae028d6185a8cc8a9e4991d95dd92076e981b4dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3b15e03b8ee6a908db48eccf4e4e42397f146ab1e91c6324da44197a45cb9132
MD5 7a9cad774d2666c968cc995dd57bae1e
BLAKE2b-256 233630b477648b55611cb904e1917b7f61e57532178f3f2bdc70dad3f5ab321c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 204.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.3.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ad2453b852a1316c8a103c9c970db8fbc262f4f6b930aa6c606df9b2766eee06
MD5 2ecd7e48db0c37b291791fc565d77277
BLAKE2b-256 0f28bead5a1d515eaf4c31de05ea929b5a0b0a115871675f0fdfe8634340d9a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 203.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.3.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 757453848c18d7ab5d5b5f1827293d580f156f1c2c8cef45bfc21f37d8681069
MD5 384d25825db192135c3655d4147b94d2
BLAKE2b-256 291e2d540d4f3b53212f67cf109509ab76c787e881e04017429e6cdc4183fb38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a1f76cfc122c9e0f62dbe0460ec9cc7696fc9a0293931a33b8870f78cf83a327
MD5 bf4c8d372c725f52c17ef415a9ba8540
BLAKE2b-256 dc769583ba7f54fb679c3d2899656a860acabbe3159f26c44c566d022c3b68ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fff0b2f249ac642fd735f009b8363c2b46cf406d3caec00e4deeb79b5ff39b40
MD5 5258b13d9da2d02ed56c99a528a55177
BLAKE2b-256 5e5f7697843e13046cabbf492b62ea6b1a9fa679a41ddd04fdf540e16a615182

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 afdcc10c01d0db217fc0a64f58c7edd635b8f27787fea0a3054b856a6dff8717
MD5 762513fbebd874f5d7cb14ef8006e096
BLAKE2b-256 2004f63c0c05fcc74818c03a671ff01ad04dc14a76c96a8721f178e3b581cc31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e9223a18f51d00d3ce239c39fc41410489ec7a248a84fab443fbb39c943616c
MD5 33668de79b06de9ce17dee5aa9ca5406
BLAKE2b-256 4ec52920b629cbcb90b00d2105bf87670748cbeb55c4dd5a3a329337bd31494b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 475de8213ed95a6b6283056d180b2442eee38d5948d735cd3d3b52b86dd65b92
MD5 40a5ac518f31c7b20f2c5f5d563ff17f
BLAKE2b-256 1619432d0e438546b17fe20bed3a26f447ba7bfb24fc3414b61b6f545994a9dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f501e36ac428c1b334c41e196ff6bd550c0353c7314716e80055b1f0a32ba394
MD5 a946536d815fcbc0c93e9d438910f1f5
BLAKE2b-256 518d9d6407fc2cf53ad956ac779af4b64adcd9340ea63d46b66fda4e0e457a2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50c472c1916540f8b2deef10cdc736cd2b3d1464d3945e4da0333862270dcb15
MD5 890878a978438d093e8efc96d985dc63
BLAKE2b-256 384d732ce9bc04d5fc1c95ec94037ec567a2346e38b68e13f87d3ea5e26953c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fbd8a5fe6c893de21a3c6835071ec116d79334fbdf641743332e442a3466f7ea
MD5 f7275096def5418bce1cbd7d0bd3b37e
BLAKE2b-256 1c542c907897dbd8d20faffe373fbc06ed6847a22a722eb121ab0c184b8f9330

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