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

Uploaded Source

Built Distributions

coverage-7.3.4-pp38.pp39.pp310-none-any.whl (193.3 kB view details)

Uploaded PyPy

coverage-7.3.4-cp312-cp312-win_amd64.whl (204.4 kB view details)

Uploaded CPython 3.12 Windows x86-64

coverage-7.3.4-cp312-cp312-win32.whl (203.5 kB view details)

Uploaded CPython 3.12 Windows x86

coverage-7.3.4-cp312-cp312-musllinux_1_1_x86_64.whl (239.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

coverage-7.3.4-cp312-cp312-musllinux_1_1_i686.whl (238.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

coverage-7.3.4-cp312-cp312-musllinux_1_1_aarch64.whl (240.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

coverage-7.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (233.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

coverage-7.3.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.2 kB view details)

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

coverage-7.3.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (231.2 kB view details)

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

coverage-7.3.4-cp312-cp312-macosx_11_0_arm64.whl (201.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

coverage-7.3.4-cp312-cp312-macosx_10_9_x86_64.whl (201.0 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

coverage-7.3.4-cp311-cp311-win_amd64.whl (204.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

coverage-7.3.4-cp311-cp311-win32.whl (203.2 kB view details)

Uploaded CPython 3.11 Windows x86

coverage-7.3.4-cp311-cp311-musllinux_1_1_x86_64.whl (240.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

coverage-7.3.4-cp311-cp311-musllinux_1_1_i686.whl (239.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

coverage-7.3.4-cp311-cp311-musllinux_1_1_aarch64.whl (241.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

coverage-7.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (233.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

coverage-7.3.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232.2 kB view details)

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

coverage-7.3.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (230.5 kB view details)

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

coverage-7.3.4-cp311-cp311-macosx_11_0_arm64.whl (201.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

coverage-7.3.4-cp311-cp311-macosx_10_9_x86_64.whl (200.9 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

coverage-7.3.4-cp310-cp310-win_amd64.whl (204.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

coverage-7.3.4-cp310-cp310-win32.whl (203.2 kB view details)

Uploaded CPython 3.10 Windows x86

coverage-7.3.4-cp310-cp310-musllinux_1_1_x86_64.whl (233.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

coverage-7.3.4-cp310-cp310-musllinux_1_1_i686.whl (232.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

coverage-7.3.4-cp310-cp310-musllinux_1_1_aarch64.whl (234.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

coverage-7.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (229.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

coverage-7.3.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (228.4 kB view details)

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

coverage-7.3.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (227.6 kB view details)

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

coverage-7.3.4-cp310-cp310-macosx_11_0_arm64.whl (201.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

coverage-7.3.4-cp310-cp310-macosx_10_9_x86_64.whl (200.7 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

coverage-7.3.4-cp39-cp39-win_amd64.whl (204.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

coverage-7.3.4-cp39-cp39-win32.whl (203.2 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-7.3.4-cp39-cp39-musllinux_1_1_x86_64.whl (233.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

coverage-7.3.4-cp39-cp39-musllinux_1_1_i686.whl (232.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

coverage-7.3.4-cp39-cp39-musllinux_1_1_aarch64.whl (234.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

coverage-7.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (228.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

coverage-7.3.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (228.0 kB view details)

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

coverage-7.3.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (227.2 kB view details)

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

coverage-7.3.4-cp39-cp39-macosx_11_0_arm64.whl (201.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

coverage-7.3.4-cp39-cp39-macosx_10_9_x86_64.whl (200.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

coverage-7.3.4-cp38-cp38-win_amd64.whl (204.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

coverage-7.3.4-cp38-cp38-win32.whl (203.2 kB view details)

Uploaded CPython 3.8 Windows x86

coverage-7.3.4-cp38-cp38-musllinux_1_1_x86_64.whl (234.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

coverage-7.3.4-cp38-cp38-musllinux_1_1_i686.whl (233.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

coverage-7.3.4-cp38-cp38-musllinux_1_1_aarch64.whl (235.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

coverage-7.3.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (230.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

coverage-7.3.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (229.5 kB view details)

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

coverage-7.3.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (228.3 kB view details)

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

coverage-7.3.4-cp38-cp38-macosx_11_0_arm64.whl (201.0 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

coverage-7.3.4-cp38-cp38-macosx_10_9_x86_64.whl (200.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for coverage-7.3.4.tar.gz
Algorithm Hash digest
SHA256 020d56d2da5bc22a0e00a5b0d54597ee91ad72446fa4cf1b97c35022f6b6dbf0
MD5 18d2532412de21dd766b4bd8c596488a
BLAKE2b-256 4202088c18e25b23bf9958afe305083617ebe103dd5294a4ed4e1ef734c46b9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-pp38.pp39.pp310-none-any.whl
Algorithm Hash digest
SHA256 b1e0f25ae99cf247abfb3f0fac7ae25739e4cd96bf1afa3537827c576b4847e5
MD5 99ea236d1765ac025555e2b48dafe0d4
BLAKE2b-256 e8430063a0ff7fb1e584e38a00ee32a1e4de890f5ec371257ae6dc915368a19b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 204.4 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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d1d0ce6c6947a3a4aa5479bebceff2c807b9f3b529b637e2b33dea4468d75fc7
MD5 de4b61156e39565c0d07fcc4ab0b0c0b
BLAKE2b-256 8a090f5df6dc74e87dc074280397496456f5feb90e1f9e720da41dc5784e557e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 203.5 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.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 fd2f8a641f8f193968afdc8fd1697e602e199931012b574194052d132a79be13
MD5 20f702e325b10c62004523b9fb8a2825
BLAKE2b-256 c93b81947fc0902ffe92aa8482e0a937e26f9574acc9f1cc6b8bf806606e2d10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6879fe41c60080aa4bb59703a526c54e0412b77e649a0d06a61782ecf0853ee1
MD5 99d76a6fd8b070486600e6ad16e008b4
BLAKE2b-256 a6a1b346cc8f01d2620ffc1fcdaac9d07b1af9cd7f22ded72e349dfa88c07b01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e91029d7f151d8bf5ab7d8bfe2c3dbefd239759d642b211a677bc0709c9fdb96
MD5 4c1803d91c3c6f51ccde433af4ed18f8
BLAKE2b-256 09711eb333631bda65737dee4028bda6f8323ffde39bad2190f81963ec53693b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a1c3e9d2bbd6f3f79cfecd6f20854f4dc0c6e0ec317df2b265266d0dc06535f1
MD5 c21e944cd2698a9c94b473b543606951
BLAKE2b-256 3b68197c3f2c48c975b9526d1ac7c9d172a79d51a1d909ca3b6176a2effc6844

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c4277ddaad9293454da19121c59f2d850f16bcb27f71f89a5c4836906eb35ef
MD5 d6e134fdbe73178b4bbf3d4d11786f34
BLAKE2b-256 30aa8bb6d0291f1627b8a15aed8d2cf5eb2888174a0cfc16330985c47f35faa6

See more details on using hashes here.

File details

Details for the file coverage-7.3.4-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.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3024ec1b3a221bd10b5d87337d0373c2bcaf7afd86d42081afe39b3e1820323b
MD5 1656a79548ee43546ad1f35b1fb343dd
BLAKE2b-256 6d4e5f3a2fcffd59c19aa20aaa093e722fab9957bd6067192725574c611c5c16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3d892a19ae24b9801771a5a989fb3e850bd1ad2e2b6e83e949c65e8f37bc67a1
MD5 112b957d5a342232b399f7fead87c008
BLAKE2b-256 575a0d836d1fb678262cf64a967357b95f563170093e06499a5ef00063356356

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 782693b817218169bfeb9b9ba7f4a9f242764e180ac9589b45112571f32a0ba6
MD5 f8c38d121f5aeb8331801f3b3ab1978a
BLAKE2b-256 cd1e8f7f43fd04eecec58f7edb0f2cc10336e3b37282657597309d392fbee785

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 33e63c578f4acce1b6cd292a66bc30164495010f1091d4b7529d014845cd9bee
MD5 d8b559b102ba223121dc72da592358ed
BLAKE2b-256 7786f7757f87689c1fdd84274f0482365ae199c0676df76fcca08bcea93df8dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 204.2 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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 11ab62d0ce5d9324915726f611f511a761efcca970bd49d876cf831b4de65be5
MD5 c4eea2dddb125e95a6a5bc4625e56dfc
BLAKE2b-256 d56bb97fb17e7026db99708f919bf16cb3b75fddae83b130a28f3f5ab9302f11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 203.2 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.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 47ee56c2cd445ea35a8cc3ad5c8134cb9bece3a5cb50bb8265514208d0a65928
MD5 d7562c3283b23979db9f99349187e449
BLAKE2b-256 3568f35107fffd24622c0c7e3a4e2d69006a79c299064ef5781c65bf10c09b75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 36d75ef2acab74dc948d0b537ef021306796da551e8ac8b467810911000af66a
MD5 74a36dbe26ea7dc6398affa416620f6a
BLAKE2b-256 72aa0fcbb87d7f2bc2efccfe07c374fb187faa018310bf94858071a2ae15c678

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9ac17b94ab4ca66cf803f2b22d47e392f0977f9da838bf71d1f0db6c32893cb9
MD5 6f41f2572cf1975c6e2dff5355d76fb8
BLAKE2b-256 5c83d6916f789eb6295856ab57babcd1ee639003c7db1b08cd84504a83c04c72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a877810ef918d0d345b783fc569608804f3ed2507bf32f14f652e4eaf5d8f8d0
MD5 89c52f122161439b839ce192d6522b03
BLAKE2b-256 305f516597adebc7b9e679e2923c1f7d36c8e087966ef1333e2b8f39f5e21876

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27ee94f088397d1feea3cb524e4313ff0410ead7d968029ecc4bc5a7e1d34fbf
MD5 bbee2507b29dd9fee87eaac0d7dbf131
BLAKE2b-256 3cbb7828db70c29b279483e320a2b32ea7f9f9058b057c62fc4e07f94727e597

See more details on using hashes here.

File details

Details for the file coverage-7.3.4-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.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85072e99474d894e5df582faec04abe137b28972d5e466999bc64fc37f564a03
MD5 b1291338270dcb0d0849137f335f75b9
BLAKE2b-256 799581cd9fc685d47de3866a2ee3f99fb495450db3638fc3488bd9a04187f53c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8ce03e25e18dd9bf44723e83bc202114817f3367789052dc9e5b5c79f40cf59d
MD5 5cc1eef70a350d49f857c341afd8f0a8
BLAKE2b-256 9ee8947dd0703dd271dc8db90ee6cae72a96019986513e84065e5dffc9bdc6d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a9c5bc5db3eb4cd55ecb8397d8e9b70247904f8eca718cc53c12dcc98e59fc8
MD5 7cc0e8ee1b606e9d1da32a60650388d9
BLAKE2b-256 266128a1125442dc879b4162715ebbd29840b0b04006b3a42a776eb11942cc8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 997aa14b3e014339d8101b9886063c5d06238848905d9ad6c6eabe533440a9a7
MD5 2db9170337b2a447325d38a63bd68140
BLAKE2b-256 30853c0390ec821c88704382ed539d69b525fce3c3be44e1504107231573be96

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 204.1 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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c75738ce13d257efbb6633a049fb2ed8e87e2e6c2e906c52d1093a4d08d67c6b
MD5 3a51d50092323b0db0fb20dabf815f61
BLAKE2b-256 4497f0e980ae1a423fb779f62eb5b9a1ac0298b7edc0d6ef5e463f5da59e8676

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 203.2 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.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3f477fb8a56e0c603587b8278d9dbd32e54bcc2922d62405f65574bd76eba78a
MD5 b3436c3d79783e830e1ca1466496661e
BLAKE2b-256 5c6d27a0d933cb167808bbfd2f6686230b9d3db96500a837fe06e9fb9c483c6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e0d84099ea7cba9ff467f9c6f747e3fc3906e2aadac1ce7b41add72e8d0a3712
MD5 2ed6f257464889a1bd2ec257e99c8010
BLAKE2b-256 3fa8ed5862e71cb9b0f3c85e9f527e1aadcc70720d8fb551b30bd60c1df15513

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f154bd866318185ef5865ace5be3ac047b6d1cc0aeecf53bf83fe846f4384d5d
MD5 ca017e2e5d83260dade6a5b5e4897d5d
BLAKE2b-256 1d9db8b85b3a3dcf06c176f7167cb312f6bfbcf57f3eef12c4dc1039e7a0c299

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 74397a1263275bea9d736572d4cf338efaade2de9ff759f9c26bcdceb383bb49
MD5 dd9e69545bd94a750fadbba43f4378ac
BLAKE2b-256 59beebfd136a05284d78540f543d50dd2222d6a1f6b1806cbdedafe8e9a195e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea473c37872f0159294f7073f3fa72f68b03a129799f3533b2bb44d5e9fa4f82
MD5 cd027d9482dd9996e17d3d309ef28935
BLAKE2b-256 02782cca0586281bb9498f0d0e48d694747a01391e1907f3967a33ddd363db91

See more details on using hashes here.

File details

Details for the file coverage-7.3.4-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.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f99b7d3f7a7adfa3d11e3a48d1a91bb65739555dd6a0d3fa68aa5852d962e5b1
MD5 1cb59ca4e84365047559e4e9e81646c0
BLAKE2b-256 941bbd597a07755b233822760c9998d603218ca4b3151b6d5048e9fd0a5bf572

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5214362abf26e254d749fc0c18af4c57b532a4bfde1a057565616dd3b8d7cc94
MD5 7145fe8076e7a8df71efed3b4aa6a130
BLAKE2b-256 9e7ff70d54d07424cd9d7afd8e00865c17fdea4956683a07f0e039e0ca9aa563

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4353923f38d752ecfbd3f1f20bf7a3546993ae5ecd7c07fd2f25d40b4e54571
MD5 1fac5eade7abe57da3e2370d6245f440
BLAKE2b-256 b4dec103a40d50b3850646c706d99139239951cb7662330f8f6db8cecca88cc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aff2bd3d585969cc4486bfc69655e862028b689404563e6b549e6a8244f226df
MD5 fc8b793d86c775b7db58b4a9d9d0007a
BLAKE2b-256 426980f691610763e9221923476485ec8fd1983d57c4087d6bf02e2ade9912b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 204.1 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.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 38d0b307c4d99a7aca4e00cad4311b7c51b7ac38fb7dea2abe0d182dd4008e05
MD5 a677279b9f08dfe50490bc461d1e19ff
BLAKE2b-256 2f533ce1804d9040a101a34835be889fe48e6a7c4836de2535ff3545c35df39c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 203.2 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.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c15fdfb141fcf6a900e68bfa35689e1256a670db32b96e7a931cab4a0e1600e5
MD5 f06c702e549baf1ed8fecfc462441b3a
BLAKE2b-256 13a271c2651c767094f207f0355b02ed10ca1f1b9948e3c88d70435d81fcba23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d6ed790728fb71e6b8247bd28e77e99d0c276dff952389b5388169b8ca7b1c28
MD5 ffd1953150fad70d3070f31d20e6e199
BLAKE2b-256 50ba6233a0580fd2c90c6ef64c7943049a36ceb80d6cbabf5a7ce34c18610079

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 610afaf929dc0e09a5eef6981edb6a57a46b7eceff151947b836d869d6d567c1
MD5 d7c9f71cd66d5e134aeae00a0a239644
BLAKE2b-256 3780028617e26e4286ee5678110b0a46daba740532da048be30e2e69f3015bf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d5b14abde6f8d969e6b9dd8c7a013d9a2b52af1235fe7bebef25ad5c8f47fa18
MD5 ba91839df44d7035019d88397ef632bb
BLAKE2b-256 f67b8437bd2ba2f6ffa7228febba69011e1774a8d3bf3ad5a1a6f56b3a851177

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4a4184dcbe4f98d86470273e758f1d24191ca095412e4335ff27b417291f5964
MD5 9e6ba723ba8884e5b2424e3ac17d910d
BLAKE2b-256 b5984cceb22713b2787f1f2aa5aaf4842fc19dbdc20a9530691ae0a56dbf6451

See more details on using hashes here.

File details

Details for the file coverage-7.3.4-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.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb220b3596358a86361139edce40d97da7458412d412e1e10c8e1970ee8c09ab
MD5 d3619fa4a925afef53b28316eaf1ea32
BLAKE2b-256 d4a256abff1081a0d7d536d2bc21fba0fdf3df30839a930880a2d028b33c5f5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 93698ac0995516ccdca55342599a1463ed2e2d8942316da31686d4d614597ef9
MD5 6e382906cda09bdfbc772aea7c0e9109
BLAKE2b-256 16649e0d36d9aa055fdad87d66ab47a6686318498e2142c5e3e3e72d5483ccfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 183c16173a70caf92e2dfcfe7c7a576de6fa9edc4119b8e13f91db7ca33a7923
MD5 32455ceda5a783083822a5a2c6fc71b9
BLAKE2b-256 f7746b97d9e14c87613d2598ec0181affb2b23cbc4dcc149941e1ee7f44f9dee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aefbb29dc56317a4fcb2f3857d5bce9b881038ed7e5aa5d3bcab25bd23f57328
MD5 c921ee08f932592d49822d37d741a2a5
BLAKE2b-256 119460cf0c41caa55cd3c4f81f8d1aade5753ba68e46f92efec2801a0fdcdf8d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 204.1 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.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 309ed6a559bc942b7cc721f2976326efbfe81fc2b8f601c722bff927328507dc
MD5 1a755d1026c29c0610644450de361f34
BLAKE2b-256 0e3c29bb1fb05168711116d475f42c4b12831f2a1ffff29158baf158988c675d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.3.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 203.2 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.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 758ebaf74578b73f727acc4e8ab4b16ab6f22a5ffd7dd254e5946aba42a4ce76
MD5 56c4e81a6aabc3fe4a31d2d1a56fbc9c
BLAKE2b-256 333a84444cbe2ed1b1b5254feb6c26b2160161a26da67b1ad44b4ce32c96b617

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c6a23ae9348a7a92e7f750f9b7e828448e428e99c24616dec93a0720342f241d
MD5 671aee16fefef4972c27fc3ecd1e48e8
BLAKE2b-256 8d496f8bfa205b9a86d6b6204e03044ec1fa30f4595d454a391b9743ff224850

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b710869a15b8caf02e31d16487a931dbe78335462a122c8603bb9bd401ff6fb2
MD5 3865d9131d567a4e250c7ad507551ff0
BLAKE2b-256 9815931850561f1ac0e29fbc2c916912e0a3bd611660add4db68b5fcd95c6705

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a02ac7c51819702b384fea5ee033a7c202f732a2a2f1fe6c41e3d4019828c8d3
MD5 f6e72e69b876ebddd18af8eb219e458a
BLAKE2b-256 c55b0c8844480ca9fe7d5397019fb64b9b4bd45e011d55f67d17ca1aabd2209f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f97ff5a9fc2ca47f3383482858dd2cb8ddbf7514427eecf5aa5f7992d0571429
MD5 432fb075c6689d8653e5c920931e1fed
BLAKE2b-256 6362a0e80a7c1d8d9a3eca50bc1882c8c3b0b8a074b5bee9651d6d914b60a1a7

See more details on using hashes here.

File details

Details for the file coverage-7.3.4-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.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8e258dcc335055ab59fe79f1dec217d9fb0cdace103d6b5c6df6b75915e7959
MD5 f3f82b03653e500f4adeb08c88541c92
BLAKE2b-256 fd93d675de0a14b49d0d53413567ece7f72aea87ee13ecd254539d2a29fbf57a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 607b6c6b35aa49defaebf4526729bd5238bc36fe3ef1a417d9839e1d96ee1e4c
MD5 0561fb590bcddbff758a47b80a9cf46a
BLAKE2b-256 fc254819620dcbb7015f9507004c1365b06119d12984a0d7085fc1fa464caa12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bfed0ec4b419fbc807dec417c401499ea869436910e1ca524cfb4f81cf3f60e7
MD5 3fad3c6b2c12dbeddbc850b8437ecbda
BLAKE2b-256 2ed3d139c9f942ce17ebf2f84bc0c4b754f52628f3ee0556254e5800ab30b0cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.3.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 36797b3625d1da885b369bdaaa3b0d9fb8865caed3c2b8230afaa6005434aa2f
MD5 40d239f1ecc53d028b00a9e40dbefa20
BLAKE2b-256 d4bf71d35a6c79bccabf57e6900d173f11e5c037fbbfb343bfe354d2d9fb21d9

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