Skip to main content

Code coverage measurement for Python

Project description

Code coverage testing for Python.

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

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

Coverage.py runs on these versions of Python:

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

  • PyPy3 versions 3.8 through 3.10.

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

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

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

For Enterprise

Tidelift

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

Getting Started

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

Change history

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

Code of Conduct

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

Contributing

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

Security

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

License

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

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

coverage-7.4.4.tar.gz (783.7 kB view details)

Uploaded Source

Built Distributions

coverage-7.4.4-pp38.pp39.pp310-none-any.whl (198.4 kB view details)

Uploaded PyPy

coverage-7.4.4-cp312-cp312-win_amd64.whl (209.4 kB view details)

Uploaded CPython 3.12Windows x86-64

coverage-7.4.4-cp312-cp312-win32.whl (208.6 kB view details)

Uploaded CPython 3.12Windows x86

coverage-7.4.4-cp312-cp312-musllinux_1_1_x86_64.whl (244.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

coverage-7.4.4-cp312-cp312-musllinux_1_1_i686.whl (243.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

coverage-7.4.4-cp312-cp312-musllinux_1_1_aarch64.whl (245.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

coverage-7.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (238.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

coverage-7.4.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (238.2 kB view details)

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

coverage-7.4.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (236.3 kB view details)

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

coverage-7.4.4-cp312-cp312-macosx_11_0_arm64.whl (206.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

coverage-7.4.4-cp312-cp312-macosx_10_9_x86_64.whl (206.4 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

coverage-7.4.4-cp311-cp311-win_amd64.whl (209.3 kB view details)

Uploaded CPython 3.11Windows x86-64

coverage-7.4.4-cp311-cp311-win32.whl (208.3 kB view details)

Uploaded CPython 3.11Windows x86

coverage-7.4.4-cp311-cp311-musllinux_1_1_x86_64.whl (245.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

coverage-7.4.4-cp311-cp311-musllinux_1_1_i686.whl (244.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

coverage-7.4.4-cp311-cp311-musllinux_1_1_aarch64.whl (246.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

coverage-7.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (238.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

coverage-7.4.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (237.3 kB view details)

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

coverage-7.4.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (235.6 kB view details)

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

coverage-7.4.4-cp311-cp311-macosx_11_0_arm64.whl (206.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

coverage-7.4.4-cp311-cp311-macosx_10_9_x86_64.whl (206.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

coverage-7.4.4-cp310-cp310-win_amd64.whl (209.2 kB view details)

Uploaded CPython 3.10Windows x86-64

coverage-7.4.4-cp310-cp310-win32.whl (208.3 kB view details)

Uploaded CPython 3.10Windows x86

coverage-7.4.4-cp310-cp310-musllinux_1_1_x86_64.whl (238.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

coverage-7.4.4-cp310-cp310-musllinux_1_1_i686.whl (237.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

coverage-7.4.4-cp310-cp310-musllinux_1_1_aarch64.whl (239.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

coverage-7.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (234.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

coverage-7.4.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.5 kB view details)

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

coverage-7.4.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (232.7 kB view details)

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

coverage-7.4.4-cp310-cp310-macosx_11_0_arm64.whl (206.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

coverage-7.4.4-cp310-cp310-macosx_10_9_x86_64.whl (206.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

coverage-7.4.4-cp39-cp39-win_amd64.whl (209.2 kB view details)

Uploaded CPython 3.9Windows x86-64

coverage-7.4.4-cp39-cp39-win32.whl (208.4 kB view details)

Uploaded CPython 3.9Windows x86

coverage-7.4.4-cp39-cp39-musllinux_1_1_x86_64.whl (238.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

coverage-7.4.4-cp39-cp39-musllinux_1_1_i686.whl (237.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

coverage-7.4.4-cp39-cp39-musllinux_1_1_aarch64.whl (239.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

coverage-7.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (234.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

coverage-7.4.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.1 kB view details)

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

coverage-7.4.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (232.3 kB view details)

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

coverage-7.4.4-cp39-cp39-macosx_11_0_arm64.whl (206.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

coverage-7.4.4-cp39-cp39-macosx_10_9_x86_64.whl (206.1 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

coverage-7.4.4-cp38-cp38-win_amd64.whl (209.2 kB view details)

Uploaded CPython 3.8Windows x86-64

coverage-7.4.4-cp38-cp38-win32.whl (208.3 kB view details)

Uploaded CPython 3.8Windows x86

coverage-7.4.4-cp38-cp38-musllinux_1_1_x86_64.whl (239.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

coverage-7.4.4-cp38-cp38-musllinux_1_1_i686.whl (238.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

coverage-7.4.4-cp38-cp38-musllinux_1_1_aarch64.whl (240.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

coverage-7.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

coverage-7.4.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.6 kB view details)

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

coverage-7.4.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.4 kB view details)

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

coverage-7.4.4-cp38-cp38-macosx_11_0_arm64.whl (206.4 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

coverage-7.4.4-cp38-cp38-macosx_10_9_x86_64.whl (206.1 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.4.tar.gz
Algorithm Hash digest
SHA256 c901df83d097649e257e803be22592aedfd5182f07b3cc87d640bbb9afd50f49
MD5 c92f9ee2a721828161d7225b89cb6e9c
BLAKE2b-256 bfd5f809d8b630cf4c11fe490e20037a343d12a74ec2783c6cdb5aee725e7137

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-pp38.pp39.pp310-none-any.whl
Algorithm Hash digest
SHA256 b2c5edc4ac10a7ef6605a966c58929ec6c1bd0917fb8c15cb3363f65aa40e677
MD5 249b2ea5ab55f4de6af0403d038b1959
BLAKE2b-256 9915dbcb5d0a22bf5357cf456dfd16f9ceb89c54544d6201d53bc77c75077a8e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d71eec7d83298f1af3326ce0ff1d0ea83c7cb98f72b577097f9083b20bdaf05e
MD5 87d0c5072aef7fdde6312ff51d3d713c
BLAKE2b-256 46c41dfe76d96034a347d717a2392b004d42d45934cb94efa362ad41ca871f6e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 137eb07173141545e07403cca94ab625cc1cc6bc4c1e97b6e3846270e7e1fea0
MD5 ccd315295635806df3715682c3ff0767
BLAKE2b-256 af7f54dc676e7e63549838a3a7b95a8e11df80441bf7d64c6ce8f1cdbc0d1ff0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 69eb372f7e2ece89f14751fbcbe470295d73ed41ecd37ca36ed2eb47512a6ab9
MD5 27d9576f0d4639e25532858cf1d847a8
BLAKE2b-256 f41b79cdb7b11bbbd6540a536ac79412904b5c1f8903d5c1330084212afa8ceb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fdfafb32984684eb03c2d83e1e51f64f0906b11e64482df3c5db936ce3839d48
MD5 a71996d00337fe3ad3350683da39cf79
BLAKE2b-256 965a7d0e945c4759fe9d19aad1679dd3096aeb4cb9fcf0062fe24554dc4787b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 00838a35b882694afda09f85e469c96367daa3f3f2b097d846a7216993d37f4c
MD5 9f3eb15772e91f0abd9421de5ae10351
BLAKE2b-256 92122303d1c543a11ea060dbc7144ed3174fc09107b5dd333649415c95ede58b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d898fe162d26929b5960e4e138651f7427048e72c853607f2b200909794ed978
MD5 4609b102543e4a6df913ed3305c07e8d
BLAKE2b-256 416de142c823e5d4b24481f990da4cf9d2d577a6f4e1fb6faf39d9a4e42b1d43

See more details on using hashes here.

File details

Details for the file coverage-7.4.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.4.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce4b94265ca988c3f8e479e741693d143026632672e3ff924f25fab50518dd51
MD5 7a8329e2978d204243282dbbc04e3ae1
BLAKE2b-256 9879185cb42910b6a2b2851980407c8445ac0da0750dff65e420e86f973c8396

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3ea79bb50e805cd6ac058dfa3b5c8f6c040cb87fe83de10845857f5535d1db70
MD5 55106a93137588d8acd83be23866d4f8
BLAKE2b-256 301a105f0139df6a2adbcaa0c110711a46dbd9f59e93a09ca15a97d59c2564f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41c9c5f3de16b903b610d09650e5e27adbfa7f500302718c9ffd1c12cf9d6818
MD5 41973df78b26f17e0273102e8de6d3bf
BLAKE2b-256 889207f9c593cd27e3c595b8cb83b95adad8c9ba3d611debceed097a5fd6be4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 201bef2eea65e0e9c56343115ba3814e896afe6d36ffd37bab783261db430f76
MD5 90c25d1d7a32f602ce9ed346ac1a2862
BLAKE2b-256 a0dea54b245e781bfd6f3fd7ce5566a695686b5c25ee7c743f514e7634428972

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b14706df8b2de49869ae03a5ccbc211f4041750cd4a66f698df89d44f4bd30ec
MD5 0c780e1fb4a3c4c7ef5a28a620d24701
BLAKE2b-256 d0b2994e08535fcc094df65c00440d71a05133cc8dc0c371eecf84bbb58154f0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cac99918c7bba15302a2d81f0312c08054a3359eaa1929c7e4b26ebe41e9b286
MD5 6b9c209a272bacaa0d4efa30b13bba1a
BLAKE2b-256 a8799dceb3847177d3bed1df3dd25a7672cc634369bc3cb6d2eed57ed6366a86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 54eb8d1bf7cacfbf2a3186019bcf01d11c666bd495ed18717162f7eb1e9dd00b
MD5 7163e816741f56f3a43f12079755c730
BLAKE2b-256 f4ce98e90709f9879d5834d04b49b86736118a78d848a9162333aa659c6442a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1f384c3cc76aeedce208643697fb3e8437604b512255de6d18dae3f27655a384
MD5 0bdf35079c0b5ad18a74d45a8d9dcf67
BLAKE2b-256 9544c3f2e14450239fcdaff38e66a165f4aa8ac3a0753d1db33321c692558a15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 73bfb9c09951125d06ee473bed216e2c3742f530fc5acc1383883125de76d9cd
MD5 5ce5268fbca2e76b6cc17b63dbff1021
BLAKE2b-256 5e7cd700521aafd6a23a61b5eb60db2f42a2306e494b3097030fcf400ce768a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0513b9508b93da4e1716744ef6ebc507aff016ba115ffe8ecff744d1322a7b63
MD5 5507a2b891269629e340c3f7172b1d6a
BLAKE2b-256 649bd0a8c02209f17549ce2283829b7be2b4eaef8bc7c7e0d8016774e73d54c0

See more details on using hashes here.

File details

Details for the file coverage-7.4.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.4.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a2b2b78c78293782fd3767d53e6474582f62443d0504b1554370bde86cc8227
MD5 8c61d4b9ce52afc9416b6b62d38ae073
BLAKE2b-256 ab1cf8fefae78482f1998f7a9d68419b22089b5ce69a7e0fa0035827d2ce2206

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 40209e141059b9370a2657c9b15607815359ab3ef9918f0196b6fccce8d3230f
MD5 7105610aad2511e695bfc167b19a1aba
BLAKE2b-256 0f86d5d971283ef625391595d79321d3f9bef09dcaa0537db665fb0d4f445c7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 623512f8ba53c422fcfb2ce68362c97945095b864cda94a92edbaf5994201083
MD5 24f37a99f087b51429151bc006b8b5fc
BLAKE2b-256 ec1b0c493f14813e9518ae71b8bd3061af63a332b41e6fee983996a7b90deb07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0f9f50e7ef2a71e2fae92774c99170eb8304e3fdf9c8c3c7ae9bab3e7229c5cf
MD5 2d8ab683f012d48724810c1c99dc5d12
BLAKE2b-256 c426e9bd37635e0e0343f41394e715725982de8811a1229ace1b3e94c9e47b86

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 09ef9199ed6653989ebbcaacc9b62b514bb63ea2f90256e71fea3ed74bd8ff6f
MD5 7cae67e426b98559489330c77100bcc4
BLAKE2b-256 0ede7ff914b162e60d66a809632d037f32af74b0df41dc9f0532b1cd7db360bb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 598825b51b81c808cb6f078dcb972f96af96b078faa47af7dfcdf282835baa8d
MD5 f30ddf98842dd86c441b52808f1eae14
BLAKE2b-256 5a523641a452e1afa686094910287a8d8a472aafa09f833b2716c2c11c5cabb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b91cbc4b195444e7e258ba27ac33769c41b94967919f10037e6355e998af255c
MD5 48e04a5854926f86da4909f44efd197d
BLAKE2b-256 7e6062a8c190d20bf605c89a000fd6d41e3563b5792e7275b12eeefe6803b473

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8ce1415194b4a6bd0cdcc3a1dfbf58b63f910dcb7330fe15bdff542c56949f87
MD5 2f4b02322996250627c05301a3b28b7d
BLAKE2b-256 5032829d0e709fa699dc4e498fa77a561d25fc57954ba32466279952b98f0836

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 09c3255458533cb76ef55da8cc49ffab9e33f083739c8bd4f58e79fecfe288f7
MD5 818481ee726630a1aa1d33c40bcf8f25
BLAKE2b-256 914efeff6d115dcc239e5850570ca2ea27a243c8a69596e7f1dabe54a6102d89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 09fa497a8ab37784fbb20ab699c246053ac294d13fc7eb40ec007a5043ec91f8
MD5 3c4e7c52e02f1323a140588678bb5436
BLAKE2b-256 07580e076ea3a59dbfb3e981577c4e5572b432345cedd921e83006a0215b9afe

See more details on using hashes here.

File details

Details for the file coverage-7.4.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.4.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 690db6517f09336559dc0b5f55342df62370a48f5469fabf502db2c6d1cffcd2
MD5 759306622b5741cf561785b40ebb8c9d
BLAKE2b-256 9341e6e9dbb322f3c93aba7bc519b9c62846d923d7b57398bdd7eda3f0acdd11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b1a93009cb80730c9bca5d6d4665494b725b6e8e157c1cb7f2db5b4b122ea562
MD5 7f8a0dfcffeccdc1912473fe91710928
BLAKE2b-256 d36d72b9f5035c50a14bc5c5fda0c28ac16c426e957a7a3debe02906b614fc4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ccd341521be3d1b3daeb41960ae94a5e87abe2f46f17224ba5d6f2b8398016cf
MD5 5be81757ffa7450d7bc3ccc251e769bd
BLAKE2b-256 101ef676e1655d10bf59a6cb8de0601b7ea3c252c764782a3c2263f6d6bbcf28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e0be5efd5127542ef31f165de269f77560d6cdef525fffa446de6f7e9186cfb2
MD5 c995e00248c421ceb51159689cb06214
BLAKE2b-256 45f410bf725621aeec5cc2fa1bc73021f5ba1ac01bcbf2c7278d8d34e1df6457

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9ca28a302acb19b6af89e90f33ee3e1906961f94b54ea37de6737b7ca9d8827c
MD5 95edce08baae19883c9b18b0622f8bf0
BLAKE2b-256 29bc65b8b11611b1e3cc83fb78c6757a7b2abf638ae449085406017adc4a6c74

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d89d7b2974cae412400e88f35d86af72208e1ede1a541954af5d944a8ba46c57
MD5 e8ab3f3928488e902bdba44023f32f94
BLAKE2b-256 25415af6b1c2ce964d60d68e80de24c1e5615a4b845958c5f361371b730288f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 742a76a12aa45b44d236815d282b03cfb1de3b4323f3e4ec933acfae08e54ade
MD5 388007e83991d00b1ef06b4fd6f2b98c
BLAKE2b-256 4d390cfdb5a4bde5843eead02c0f8bc43f8ab3129408cbec53f9ad4f11fc27cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c74880fc64d4958159fbd537a091d2a585448a8f8508bf248d72112723974cbd
MD5 8f2feb3824c38d03133355529a8c3694
BLAKE2b-256 7ca29302717d181eeaac738941b2a58e6bd776ef665db24f41f82e32cc8fe814

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5fc1de20b2d4a061b3df27ab9b7c7111e9a710f10dc2b84d33a4ab25065994ec
MD5 2298b055630d49da45ae1d7b0455e6fd
BLAKE2b-256 adc6385cf65448b5739881ba630d144e9c38464737ce68ae4fe4d6a2c7bb3809

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aadacf9a2f407a4688d700e4ebab33a7e2e408f2ca04dbf4aef17585389eff3e
MD5 386efb76a68c66e252f0a383696ec1ba
BLAKE2b-256 8bc754cde44ebed02848db20d67388d0f82db1b65eca09d48181df71fbd81cf5

See more details on using hashes here.

File details

Details for the file coverage-7.4.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.4.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff7687ca3d7028d8a5f0ebae95a6e4827c5616b31a4ee1192bdfde697db110d4
MD5 011f723fceaf07836967d3d2f3c58dc9
BLAKE2b-256 5bec9bd500128995e9eec2ab50361ce8b853bab2b4839316ddcfd6a34f5bbfed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7c95949560050d04d46b919301826525597f07b33beba6187d04fa64d47ac82e
MD5 2446ab92edc6ec3d3976045a6dda7201
BLAKE2b-256 78ab39feda43fbd0ca46f695b36bfe1f6836efce9657e81889bb0dcc55fb1745

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4d33f418f46362995f1e9d4f3a35a1b6322cb959c31d88ae56b0298e1c22357
MD5 07517f7dda00a2ea6e17de02aa4de844
BLAKE2b-256 640991be1d04914deea7dd0e2f3e94d925c23e9b81ce23b0da014f1ff07dd772

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3b799445b9f7ee8bf299cfaed6f5b226c0037b74886a4e11515e569b36fe310d
MD5 e1c1d270256187fc3c7e7fdcf1f19bcb
BLAKE2b-256 1a15ae47f23bfd557364e731ad2ed182331ba72e8c063b806ba317cd327e73cc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b2991665420a803495e0b90a79233c1433d6ed77ef282e8e152a324bbbc5e0c8
MD5 7cc8c1216f50e2032475744a88863dd3
BLAKE2b-256 7d8f2665744d223dcea532b1cf3a9edd236632f54fd3925b9b464f1d03b4421e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 dfa8fe35a0bb90382837b238fff375de15f0dcdb9ae68ff85f7a63649c98527e
MD5 16032eb3f19a1714edf9b2259dd0eeb3
BLAKE2b-256 f9439d3ed7750d2f8a9f7d0d4682fe87ed07080c44f56a8a16a5d4d87c81c278

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 aa5b1c1bfc28384f1f53b69a023d789f72b2e0ab1b3787aae16992a7ca21056c
MD5 6fedbb837ebbb73356c5f4be85db9887
BLAKE2b-256 606b7ac6da198b2c22fc6ba53e479cc800ec230bc7a40c14ed62358d7f1c809f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 38dd60d7bf242c4ed5b38e094baf6401faa114fc09e9e6632374388a404f98e7
MD5 c3e27d01a481742022747837845a7de2
BLAKE2b-256 af9cbd573c65cf554b9979241c575916897e27107a70205b2fbe71218eaa24c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ae71e7ddb7a413dd60052e90528f2f65270aad4b509563af6d03d53e979feafd
MD5 550b71f01c06c3521b567e1f34242ce5
BLAKE2b-256 dc8e6df9cfab2eb2c5d8e634a18ade3451b587fd75a434366982bdcbefc125e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8130a2aa2acb8788e0b56938786c33c7c98562697bf9f4c7d6e8e5e3a0501e4a
MD5 02306c82dfd4fbd0d809c926842ee2af
BLAKE2b-256 32d460b1071c35bd3828590483ae0f8531f07b77d737e2c81dc51887c03bf890

See more details on using hashes here.

File details

Details for the file coverage-7.4.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.4.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4cdc86d54b5da0df6d3d3a2f0b710949286094c3a6700c21e9015932b81447e
MD5 39573814f3781dabc27e8434731c316d
BLAKE2b-256 ad6a7eebb71ebdf5e56b6da69e5ca8f05b743e054ce9d4dfd440dbcb3f9be0f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cf271892d13e43bc2b51e6908ec9a6a5094a4df1d8af0bfc360088ee6c684409
MD5 d2e371f768d39dbaa305f51cf6304f90
BLAKE2b-256 0a4f0e04c34df68716b90bedf8b791c684d6a54cab92fbc9ca2c236a8ca268e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc4f1358cb0c78edef3ed237ef2c86056206bb8d9140e73b6b89fbcfcbdd40e1
MD5 a413598bf8eb8901d751af6b156274a0
BLAKE2b-256 237c9863790fb889101c35018ecb9e241cb4f900a77ef100491bb043bfa5976c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d5ae728ff3b5401cc320d792866987e7e7e880e6ebd24433b70a33b643bb0384
MD5 35b81aa5f057a4fadedf99a98e9d6e40
BLAKE2b-256 6fab95a048c3acda69c9e4a40b3ae57f06c45b30c5d9401e6dc7246e9de83306

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