Skip to main content

Code coverage measurement for Python

Project description

Code coverage measurement for Python.

Stand with Ukraine
PyPI status License Python versions supported
Test suite status Quality check status Documentation Coverage reports
Tidelift Sponsor me on GitHub GitHub stars coveragepy on Mastodon nedbat on Mastodon

Coverage.py measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.

Coverage.py runs on these versions of Python:

  • Python 3.8 through 3.12, and 3.13.0b1 and up.

  • PyPy3 versions 3.8 through 3.10.

Documentation is on Read the Docs. Code repository and issue tracker are on GitHub.

New in 7.x: initial function/class reporting; experimental support for sys.monitoring; dropped support for Python 3.7; added Coverage.collect() context manager; improved data combining; [run] exclude_also setting; report --format=; type annotations.

New in 6.x: dropped support for Python 2.7, 3.5, and 3.6; write data on SIGTERM; added support for 3.10 match/case statements.

For Enterprise

Tidelift

Available as part of the Tidelift Subscription. Coverage and thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. If you want the flexibility of open source and the confidence of commercial-grade software, this is for you. Learn more.

Getting Started

Looking to run coverage on your test suite? See the Quick Start section of the docs.

Change history

The complete history of changes is on the change history page.

Code of Conduct

Everyone participating in the coverage.py project is expected to treat other people with respect and to follow the guidelines articulated in the Python Community Code of Conduct.

Contributing

Found a bug? Want to help improve the code or documentation? See the Contributing section of the docs.

Security

To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.

License

Licensed under the Apache 2.0 License. For details, see NOTICE.txt.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coverage-7.5.3.tar.gz (786.2 kB view details)

Uploaded Source

Built Distributions

coverage-7.5.3-pp38.pp39.pp310-none-any.whl (196.5 kB view details)

Uploaded PyPy

coverage-7.5.3-cp312-cp312-win_amd64.whl (207.6 kB view details)

Uploaded CPython 3.12Windows x86-64

coverage-7.5.3-cp312-cp312-win32.whl (206.8 kB view details)

Uploaded CPython 3.12Windows x86

coverage-7.5.3-cp312-cp312-musllinux_1_1_x86_64.whl (242.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

coverage-7.5.3-cp312-cp312-musllinux_1_1_i686.whl (241.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

coverage-7.5.3-cp312-cp312-musllinux_1_1_aarch64.whl (243.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

coverage-7.5.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

coverage-7.5.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (236.3 kB view details)

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

coverage-7.5.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (234.4 kB view details)

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

coverage-7.5.3-cp312-cp312-macosx_11_0_arm64.whl (204.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

coverage-7.5.3-cp312-cp312-macosx_10_9_x86_64.whl (204.5 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

coverage-7.5.3-cp311-cp311-win_amd64.whl (207.5 kB view details)

Uploaded CPython 3.11Windows x86-64

coverage-7.5.3-cp311-cp311-win32.whl (206.5 kB view details)

Uploaded CPython 3.11Windows x86

coverage-7.5.3-cp311-cp311-musllinux_1_1_x86_64.whl (244.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

coverage-7.5.3-cp311-cp311-musllinux_1_1_i686.whl (242.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

coverage-7.5.3-cp311-cp311-musllinux_1_1_aarch64.whl (244.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

coverage-7.5.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (236.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

coverage-7.5.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (235.4 kB view details)

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

coverage-7.5.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.7 kB view details)

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

coverage-7.5.3-cp311-cp311-macosx_11_0_arm64.whl (204.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

coverage-7.5.3-cp311-cp311-macosx_10_9_x86_64.whl (204.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

coverage-7.5.3-cp310-cp310-win_amd64.whl (207.4 kB view details)

Uploaded CPython 3.10Windows x86-64

coverage-7.5.3-cp310-cp310-win32.whl (206.5 kB view details)

Uploaded CPython 3.10Windows x86

coverage-7.5.3-cp310-cp310-musllinux_1_1_x86_64.whl (237.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

coverage-7.5.3-cp310-cp310-musllinux_1_1_i686.whl (235.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

coverage-7.5.3-cp310-cp310-musllinux_1_1_aarch64.whl (237.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

coverage-7.5.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (232.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

coverage-7.5.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (231.6 kB view details)

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

coverage-7.5.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (230.8 kB view details)

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

coverage-7.5.3-cp310-cp310-macosx_11_0_arm64.whl (204.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

coverage-7.5.3-cp310-cp310-macosx_10_9_x86_64.whl (204.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

coverage-7.5.3-cp39-cp39-win_amd64.whl (207.4 kB view details)

Uploaded CPython 3.9Windows x86-64

coverage-7.5.3-cp39-cp39-win32.whl (206.5 kB view details)

Uploaded CPython 3.9Windows x86

coverage-7.5.3-cp39-cp39-musllinux_1_1_x86_64.whl (236.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

coverage-7.5.3-cp39-cp39-musllinux_1_1_i686.whl (235.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

coverage-7.5.3-cp39-cp39-musllinux_1_1_aarch64.whl (237.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

coverage-7.5.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (232.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

coverage-7.5.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (231.2 kB view details)

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

coverage-7.5.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (230.4 kB view details)

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

coverage-7.5.3-cp39-cp39-macosx_11_0_arm64.whl (204.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

coverage-7.5.3-cp39-cp39-macosx_10_9_x86_64.whl (204.1 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

coverage-7.5.3-cp38-cp38-win_amd64.whl (207.3 kB view details)

Uploaded CPython 3.8Windows x86-64

coverage-7.5.3-cp38-cp38-win32.whl (206.5 kB view details)

Uploaded CPython 3.8Windows x86

coverage-7.5.3-cp38-cp38-musllinux_1_1_x86_64.whl (237.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

coverage-7.5.3-cp38-cp38-musllinux_1_1_i686.whl (237.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

coverage-7.5.3-cp38-cp38-musllinux_1_1_aarch64.whl (238.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

coverage-7.5.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (233.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

coverage-7.5.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232.7 kB view details)

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

coverage-7.5.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (231.5 kB view details)

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

coverage-7.5.3-cp38-cp38-macosx_11_0_arm64.whl (204.6 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

coverage-7.5.3-cp38-cp38-macosx_10_9_x86_64.whl (204.1 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for coverage-7.5.3.tar.gz
Algorithm Hash digest
SHA256 04aefca5190d1dc7a53a4c1a5a7f8568811306d7a8ee231c42fb69215571944f
MD5 2d76ac3f7b77f4bf8827f724d11968cf
BLAKE2b-256 6ca562ae2dc1850feabb74207a422d00893f451ee0950e52792eb208970a30b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-pp38.pp39.pp310-none-any.whl
Algorithm Hash digest
SHA256 3538d8fb1ee9bdd2e2692b3b18c22bb1c19ffbefd06880f5ac496e42d7bb3884
MD5 27631981d0581049fc8faac26efa4f03
BLAKE2b-256 f6c97953a450762a62abbaf0a65b67fe406b3b515a755139b3db662da441ac87

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.5.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0bbddc54bbacfc09b3edaec644d4ac90c08ee8ed4844b0f86227dcda2d428fcb
MD5 f63066ef98a0e518d53f32acb5143514
BLAKE2b-256 d886a12c544cfa2ba5265f3bafa15283fe9e99aa773db216b6da94085cb48529

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.5.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7b2a19e13dfb5c8e145c7a6ea959485ee8e2204699903c88c7d25283584bfc08
MD5 6a0f563b1dcb640b9fd15e774dfde702
BLAKE2b-256 ee733682ffb23c3cf323b88d670af7f2001b31bcaa250c7eeab3220f2adb1721

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 33fc65740267222fc02975c061eb7167185fef4cc8f2770267ee8bf7d6a42f84
MD5 5783724f7fdc02d9bf47bf9a4de8aae4
BLAKE2b-256 48f461b6e74aca0105ce12c38dd180eb4b5084695810bf2b53cd758ce845cec0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fd27d8b49e574e50caa65196d908f80e4dff64d7e592d0c59788b45aad7e8b35
MD5 db10fab2e9ef94f10b4df177c8dec539
BLAKE2b-256 61faa72c9a328e578f095b95b0eeb96334f3cfa0b76a4057c7217ea96a55b749

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 015eddc5ccd5364dcb902eaecf9515636806fa1e0d5bef5769d06d0f31b54523
MD5 00c34e4cea6bf7d53d55046cad98a565
BLAKE2b-256 e5d81fa23613b995a6c20087ccb9159e8ba881b17ba68ca0f684ef034e5493bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e317953bb4c074c06c798a11dbdd2cf9979dbcaa8ccc0fa4701d80042d4ebf1
MD5 aa96d32cf2ebe999713a0afcfeb59e60
BLAKE2b-256 9f0459e823c1a280e87418ffa4b25ce26c7a096615a71d49fa895df458e603c0

See more details on using hashes here.

File details

Details for the file coverage-7.5.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.5.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b1196e13c45e327d6cd0b6e471530a1882f1017eb83c6229fc613cd1a11b53cd
MD5 6c3f294865e87d20cf9ee49d623e3d60
BLAKE2b-256 0e39c44111cfc5e40fc1681a41b96911fba6560b51172b59c204b08b75d58495

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 705f3d7c2b098c40f5b81790a5fedb274113373d4d1a69e65f8b68b0cc26f6db
MD5 85f1b466cc5c635cca0d64e2952035ad
BLAKE2b-256 1c7d912c3d3e26b6dfeff59fc95870ef04b0c1c6d485d9b35f44e0ee60ec0710

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34d6d21d8795a97b14d503dcaf74226ae51eb1f2bd41015d3ef332a24d0a17b3
MD5 6e30f2fa7cc8c3ce7788c8e5a3ddc2f9
BLAKE2b-256 01ab6851d4be3a6b84ae094c7f0b1ffdfbea1ab4c8baec7caeb0fbf4bea4c386

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 296a7d9bbc598e8744c00f7a6cecf1da9b30ae9ad51c566291ff1314e6cbbed8
MD5 d86cadaf5694fb6e6946f2a26c10272b
BLAKE2b-256 a7d013db7cfb493bfe778d76272cbc5feb5f6823395098c95a034ff948e92e6a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.5.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8c836309931839cca658a78a888dab9676b5c988d0dd34ca247f5f3e679f4e7a
MD5 431744779b99e11618bd84b80bce7689
BLAKE2b-256 3d632d9474c5d2bc866309728de71cbd5fbf64824de88f8a35c8a76a7e658ac4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.5.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 fcf7d1d6f5da887ca04302db8e0e0cf56ce9a5e05f202720e49b3e8157ddb9a9
MD5 e7f658ad9615aaa24a5f6b4853f6fb05
BLAKE2b-256 65f6debe265565e253663dbe6ab49ab4422f16849b09276e43858b54b68037e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 38a3b98dae8a7c9057bd91fbf3415c05e700a5114c5f1b5b0ea5f8f429ba6614
MD5 7c471ae59ab3756669b93a34c148dcb1
BLAKE2b-256 8c1d45299174011063aa2fcfe1dc4a25aae2722decf611fb0ee38fab4d18f62e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5bc5a8c87714b0c67cfeb4c7caa82b2d71e8864d1a46aa990b5588fa953673b8
MD5 08a99af2fe5b48d9d6aca2ace5bf6c01
BLAKE2b-256 f77bc7b26c4824a58ef4511cd314e816b53573fbb25dc987c20a5bed6d44926b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ab0b028165eea880af12f66086694768f2c3139b2c31ad5e032c8edbafca6ffc
MD5 20fbaeb6060a9868b048b30258acb5e5
BLAKE2b-256 7b88e575fa69f859a1bd6d6cdc9b9d965d135be9cef893ef7e01e237142b6bcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 55f689f846661e3f26efa535071775d0483388a1ccfab899df72924805e9e7cd
MD5 e9634aa02f3e523e5bd17653f1d9112f
BLAKE2b-256 1c72bb1d787e91e34694cbc1087eba5e2ed69f093044e92e6f19a5db3c252605

See more details on using hashes here.

File details

Details for the file coverage-7.5.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.5.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 341dd8f61c26337c37988345ca5c8ccabeff33093a26953a1ac72e7d0103c4fb
MD5 55c1f8694f14be9fb8f8a856ead11c61
BLAKE2b-256 9c38d8d6616b3c5da0b6d6ab99a0141f8ba80e979596b360196240c96a67ac11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 50084d3516aa263791198913a17354bd1dc627d3c1639209640b9cac3fef5807
MD5 524850ff785e952f4c732484b48fe4a9
BLAKE2b-256 87dd3d5f1ca010d3853b530f73d16d575bdaad1302466f9ad9c5197d6dbc3c72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7cec2af81f9e7569280822be68bd57e51b86d42e59ea30d10ebdbb22d2cb7232
MD5 1e0d4a96de31181f6b8b320c1f6708bb
BLAKE2b-256 0c7a9beb9fb10c3918d1bd17e15f5da4b099c877f74194881862bdde59d3ec3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f81bc26d609bf0fbc622c7122ba6307993c83c795d2d6f6f6fd8c000a770d974
MD5 6a3d4ce1b5c7a24fe031cd9e5bad2483
BLAKE2b-256 8c776fb0a12edb21c02541a8fa59c5c51fb49f929b03aa9c773478136440b521

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.5.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 33ca90a0eb29225f195e30684ba4a6db05dbef03c2ccd50b9077714c48153cac
MD5 4cfffc439bc3293c6516cab98c56a9f6
BLAKE2b-256 bca665a534068389098e248836193a663d512d0806e1a1f9f1114466585d4dcc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.5.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a5812840d1d00eafae6585aba38021f90a705a25b8216ec7f66aebe5b619fb84
MD5 d181f640c12e0e4d386fddb4c90e14d9
BLAKE2b-256 e3fefce5a3139fd50c168a7c46624d52dffb1a3a21652e71c3f963a829b1c1d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 239a4e75e09c2b12ea478d28815acf83334d32e722e7433471fbf641c606344c
MD5 06c30b73e9a8ab6023b9cb295c142802
BLAKE2b-256 1fc16ad06fc6fc7ee68bcdb242c237adb2fd580db23aa65a6745320f43b5ae9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 05ac5f60faa0c704c0f7e6a5cbfd6f02101ed05e0aee4d2822637a9e672c998d
MD5 4624ab938023e53f6bbe2cf24a721d19
BLAKE2b-256 c25aa1cfd01f864763ac356c4029c5ee24943460c1d6e66017dce543eef9415b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 25a5caf742c6195e08002d3b6c2dd6947e50efc5fc2c2205f61ecb47592d2d83
MD5 9368dfb3cb06dd1fb9c6fe80355325e3
BLAKE2b-256 42c7d4a0b38a9e70f5864b01a7aae430078e326ea73c435e1166f58c1abe4ff9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 923b7b1c717bd0f0f92d862d1ff51d9b2b55dbbd133e05680204465f454bb286
MD5 8218b8aaf825c8d6664c28ef98a575c7
BLAKE2b-256 ca701647300bf3a2517125a5d851470174323c1fead93c53208d755a2f4b1618

See more details on using hashes here.

File details

Details for the file coverage-7.5.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.5.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d8b7339180d00de83e930358223c617cc343dd08e1aa5ec7b06c3a121aec4e1d
MD5 3b13fa68eaa860790ae1cf10b9fd985b
BLAKE2b-256 10779d65122b73f2cfa14744286adc3c1f88bdef49ffd628076429ae59e8fa21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 62bda40da1e68898186f274f832ef3e759ce929da9a9fd9fcf265956de269dbc
MD5 99555b0f172be08acf08ed923f2c004e
BLAKE2b-256 809747151c4a3a664146a76649c8184afd5e26fa156c104443def877f5e06b75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aea7da970f1feccf48be7335f8b2ca64baf9b589d79e05b9397a06696ce1a1ec
MD5 908f4478804a19ccddd51c9545a64c8b
BLAKE2b-256 f37a8cb117c4d51f599d797e626fa7ac85d1572fb8d98e746eb5c1465af168f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a6519d917abb15e12380406d721e37613e2a67d166f9fb7e5a8ce0375744cd45
MD5 891d5286a4e7ce19a88709813121fabc
BLAKE2b-256 c1c52636e073f656ccda6a6bffbc5b1803c4d64075dedaae176b7a616278f68d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.5.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1d2a830ade66d3563bb61d1e3c77c8def97b30ed91e166c67d0632c018f380f0
MD5 934bda8d65899e0b470a21ad42b7f86b
BLAKE2b-256 6367a38778e73b2dd90ce87aee064ebf2b73ac923c61cf594c6b2a50f3870c6b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.5.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e08c470c2eb01977d221fd87495b44867a56d4d594f43739a8028f8646a51e0d
MD5 f516b5c58bc4d969346164b27dade775
BLAKE2b-256 8386e9bad290b5efacab5ef57abcf03ab72c60dd15b5d35e75432511bbe96557

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3d5a67f0da401e105753d474369ab034c7bae51a4c31c77d94030d59e41df5bd
MD5 cd985d834b84aa23292808977c757733
BLAKE2b-256 3682116efdd87a81ec86d4a4fbaf7f132dd6beb233c00b4d2374cf2981aaeecd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 990fb20b32990b2ce2c5f974c3e738c9358b2735bc05075d50a6f36721b8f303
MD5 8b8e4b957ac0c9d3df13ab1b6c01e37a
BLAKE2b-256 3c666f06c86471c79ebff4a300390b5fe1d3b2b9101995075e48d096092ddb6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bde997cac85fcac227b27d4fb2c7608a2c5f6558469b0eb704c5726ae49e1c52
MD5 5af07fb25972cded78291920ddadd0f7
BLAKE2b-256 933bdbca2db3a60ed8543a0c815bf83875bf549e02fe6df4baa736216dfb33ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8383a6c8cefba1b7cecc0149415046b6fc38836295bc4c84e820872eb5478b3d
MD5 61e1021c8f1fd0b782209fec06f84b2d
BLAKE2b-256 30ab701129bdffd493d59070b238238d25ad8882f4967d44f7a399833a5585ae

See more details on using hashes here.

File details

Details for the file coverage-7.5.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.5.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e079c9ec772fedbade9d7ebc36202a1d9ef7291bc9b3a024ca395c4d52853d7
MD5 88191b78aedd81428982680d6fc71ccb
BLAKE2b-256 07e00e30ca5c6c5bcae86df9583c30807ff26e0b991e76f266b81224410663e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9aad68c3f2566dfae84bf46295a79e79d904e1c21ccfc66de88cd446f8686341
MD5 f62a8dd96c2502e98cfdb069068b2c00
BLAKE2b-256 e710ad84d019b8d72e92fb908a0524a190f7212062f89360099907b7a812dc65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1da0a2e3b37b745a2b2a678a4c796462cf753aebf94edcc87dcc6b8641eae31
MD5 3215dee4b172e1e70adf78bb8dfb8fb6
BLAKE2b-256 65af3b0268da4cba77f3dda012bafe90b8cbf163713ac92b3cc237ff794bf277

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f5102a92855d518b0996eb197772f5ac2a527c0ec617124ad5242a3af5e25f85
MD5 88d0f7a16fdd4c33bbd451211267a88d
BLAKE2b-256 5799ccb1e4f40688d793ac54407fc86d120c6816ae99b747b47d3e2cc1067457

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.5.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fa21a04112c59ad54f69d80e376f7f9d0f5f9123ab87ecd18fbb9ec3a2beed56
MD5 5bccaf59236e49c0052ebeffb716fca4
BLAKE2b-256 e3273b8ee8a2d96cf9f01a2add9bf100050878785aadc4c4bba5a67eb797dd95

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.5.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c59d2ad092dc0551d9f79d9d44d005c945ba95832a6798f98f9216ede3d5f485
MD5 87aedcb25339a522a584ccf173e058d7
BLAKE2b-256 9fa52ce9cd5cd0cf7b068eb04c0ba919504737e38ec340f068f123d5f8523c75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 75e3f4e86804023e991096b29e147e635f5e2568f77883a1e6eed74512659ab0
MD5 4cd79216181bfc77a009d907514951d5
BLAKE2b-256 ce1a6000c78c7f0944a4030675ef27f563494f0bf189bb0aa9147080a3db0de3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f542287b1489c7a860d43a7d8883e27ca62ab84ca53c965d11dac1d3a1fab7ce
MD5 45b0aea9ed196590466c28b9e1f3fd56
BLAKE2b-256 925835390178ede0daf35ca688c7ee3bab98b2f727863c286d5993979876098c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 dd4b3355b01273a56b20c219e74e7549e14370b31a4ffe42706a8cda91f19f6d
MD5 e33c803f0f5a70f69cd985a860ccd6d8
BLAKE2b-256 d8abffbd1c5299c65765c1035c2d06ac765161ff169108f4a0eec58aa45c880b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f836c174c3a7f639bded48ec913f348c4761cbf49de4a20a956d3431a7c9cb24
MD5 67b395dcd54052d0d2b9056537f0b558
BLAKE2b-256 843593175835425eb07001b81eb8cffdd7128ca12b9e0942c7c6b64f4410c7b6

See more details on using hashes here.

File details

Details for the file coverage-7.5.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.5.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c4c2872b3c91f9baa836147ca33650dc5c172e9273c808c3c3199c75490e709d
MD5 d972924ce51912af168b1afd17c742c3
BLAKE2b-256 c636a5779c4bce00f481ee7b3a18b25397261008af6aa0d4eacdc81a5f27d1d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 244f509f126dc71369393ce5fea17c0592c40ee44e607b6d855e9c4ac57aac98
MD5 93019c565f8f35b4d70ee9dc4d99fe03
BLAKE2b-256 eebdc267575a24a9e5829f7880805f2693ae6b06aeab79835d8ba00c4f393efa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b368e1aee1b9b75757942d44d7598dcd22a9dbb126affcbba82d15917f0cc155
MD5 1cd47abe36661284e1f77f750f048f50
BLAKE2b-256 c8a7e590f15018ea15ba9eab4fd5727e4481b46c733b92566bd1e03c448d002f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f78300789a708ac1f17e134593f577407d52d0417305435b134805c4fb135adb
MD5 cae39fb590588f7423f71871e66df59b
BLAKE2b-256 8bc4b8bef0ab6d950f3eb398afa2d99cb28d3fb846a043d3e92880336870b076

See more details on using hashes here.

Supported by

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