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

Uploaded Source

Built Distributions

coverage-7.5.2-pp38.pp39.pp310-none-any.whl (196.6 kB view details)

Uploaded PyPy

coverage-7.5.2-cp312-cp312-win_amd64.whl (207.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

coverage-7.5.2-cp312-cp312-musllinux_1_1_x86_64.whl (243.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

coverage-7.5.2-cp312-cp312-musllinux_1_1_i686.whl (241.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

coverage-7.5.2-cp312-cp312-musllinux_1_1_aarch64.whl (243.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

coverage-7.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

coverage-7.5.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (236.4 kB view details)

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

coverage-7.5.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (234.5 kB view details)

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

coverage-7.5.2-cp312-cp312-macosx_11_0_arm64.whl (204.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

coverage-7.5.2-cp311-cp311-win32.whl (206.6 kB view details)

Uploaded CPython 3.11 Windows x86

coverage-7.5.2-cp311-cp311-musllinux_1_1_x86_64.whl (244.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

coverage-7.5.2-cp311-cp311-musllinux_1_1_i686.whl (243.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

coverage-7.5.2-cp311-cp311-musllinux_1_1_aarch64.whl (244.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

coverage-7.5.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (235.5 kB view details)

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

coverage-7.5.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.8 kB view details)

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

coverage-7.5.2-cp311-cp311-macosx_11_0_arm64.whl (204.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

coverage-7.5.2-cp310-cp310-win32.whl (206.6 kB view details)

Uploaded CPython 3.10 Windows x86

coverage-7.5.2-cp310-cp310-musllinux_1_1_x86_64.whl (237.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

coverage-7.5.2-cp310-cp310-musllinux_1_1_i686.whl (235.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

coverage-7.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (232.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

coverage-7.5.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (230.9 kB view details)

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

coverage-7.5.2-cp310-cp310-macosx_11_0_arm64.whl (204.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

coverage-7.5.2-cp310-cp310-macosx_10_9_x86_64.whl (204.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

coverage-7.5.2-cp39-cp39-win32.whl (206.6 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-7.5.2-cp39-cp39-musllinux_1_1_x86_64.whl (236.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

coverage-7.5.2-cp39-cp39-musllinux_1_1_i686.whl (235.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

coverage-7.5.2-cp39-cp39-musllinux_1_1_aarch64.whl (237.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

coverage-7.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (232.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

coverage-7.5.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (231.3 kB view details)

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

coverage-7.5.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (230.5 kB view details)

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

coverage-7.5.2-cp39-cp39-macosx_11_0_arm64.whl (204.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

coverage-7.5.2-cp39-cp39-macosx_10_9_x86_64.whl (204.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

coverage-7.5.2-cp38-cp38-win_amd64.whl (207.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

coverage-7.5.2-cp38-cp38-win32.whl (206.6 kB view details)

Uploaded CPython 3.8 Windows x86

coverage-7.5.2-cp38-cp38-musllinux_1_1_x86_64.whl (238.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

coverage-7.5.2-cp38-cp38-musllinux_1_1_i686.whl (237.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

coverage-7.5.2-cp38-cp38-musllinux_1_1_aarch64.whl (238.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

coverage-7.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (233.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

coverage-7.5.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232.8 kB view details)

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

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

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

coverage-7.5.2-cp38-cp38-macosx_11_0_arm64.whl (204.7 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

coverage-7.5.2-cp38-cp38-macosx_10_9_x86_64.whl (204.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: coverage-7.5.2.tar.gz
  • Upload date:
  • Size: 786.0 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.2.tar.gz
Algorithm Hash digest
SHA256 13017a63b0e499c59b5ba94a8542fb62864ba3016127d1e4ef30d354fc2b00e9
MD5 e8d43a35c67a4710714e2c7f0cb705f3
BLAKE2b-256 0d123adf1c2c148abc2658eb69c9e7e796d4734f63a0e262c52ab78a5404688c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-pp38.pp39.pp310-none-any.whl
Algorithm Hash digest
SHA256 40dbb8e7727560fe8ab65efcddfec1ae25f30ef02e2f2e5d78cfb52a66781ec5
MD5 70b96d17ce33d5d1e555d09da576dcfe
BLAKE2b-256 ba651f52c878c3abe631db6902e0d0e1b4614b174b33056387cd0d9e2b8f7e00

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 207.7 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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8941e35a0e991a7a20a1fa3e3182f82abe357211f2c335a9e6007067c3392fcf
MD5 e027d48c37032b62d5631c3afde4459d
BLAKE2b-256 bef63c6ea4730b9f7ff9b2230a7f8a6ba631a876d2c50f5a05b103494683ae66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.2-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.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 97de509043d3f0f2b2cd171bdccf408f175c7f7a99d36d566b1ae4dd84107985
MD5 e834a779bbff2e8bf1d5c677277c5463
BLAKE2b-256 a0c458ad01326c96aa8f082b21a6688a9a79d58da81e9110cd656155ad6d9724

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1acc2e2ef098a1d4bf535758085f508097316d738101a97c3f996bccba963ea5
MD5 d89c2aa9464c69f56d2717cf18ac6c12
BLAKE2b-256 6d79ee499bdb115a7a27cdfee884eda58bbc1d364aae5ac04cc6c546fd1fa80a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8809c0ea0e8454f756e3bd5c36d04dddf222989216788a25bfd6724bfcee342c
MD5 e49b910ef8b630e1e71925369c78d0b1
BLAKE2b-256 797806c3f71d3000d50e9fdbb8f75657fc7e9d030c20ef20621031d9d92113e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1aef719b6559b521ae913ddeb38f5048c6d1a3d366865e8b320270b7bc4693c2
MD5 8c458ae4158308269dd95eae4aca2968
BLAKE2b-256 59c9e89dfe1c4931835562b75a5a16cdf2759b51f0092ce2df046a3db840a32a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 60b66b0363c5a2a79fba3d1cd7430c25bbd92c923d031cae906bdcb6e054d9a2
MD5 923b2de46f2d168add4e10d3f520fc66
BLAKE2b-256 f5ee2dfd97c3c13935076614239b1738e5df1dde67139f8e73504fdd89b493a8

See more details on using hashes here.

File details

Details for the file coverage-7.5.2-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.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3bb5b92a0ab3d22dfdbfe845e2fef92717b067bdf41a5b68c7e3e857c0cff1a4
MD5 e93f7fa192dbac6bb1923f8dedfc0b9f
BLAKE2b-256 362ef52bd5573fdf4b527ed0255ec8efc5fae77f5d0b086c41abae6eb175b426

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e5d22eba19273b2069e4efeff88c897a26bdc64633cbe0357a198f92dca94268
MD5 0b7fbce156cc09032dc7d1da607d6088
BLAKE2b-256 c7013792e9932e6037d03526db3d5c45409b65483632fdb426ff49065818c21d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26716a1118c6ce2188283b4b60a898c3be29b480acbd0a91446ced4fe4e780d8
MD5 aee508a8f36bd10c759c38c55b4e5c02
BLAKE2b-256 c961303b35a4d3f4e1024d6883213823d638ae8553955f1d5c26f735431df28d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9a42970ce74c88bdf144df11c52c5cf4ad610d860de87c0883385a1c9d9fa4ab
MD5 a6a8b616246454c5e1502444f5199d67
BLAKE2b-256 5c5026592938b1cbc171e834f88ff1e92e8d67103630f06b69d0bd4efc2e61a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.2-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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 900532713115ac58bc3491b9d2b52704a05ed408ba0918d57fd72c94bc47fba1
MD5 9b82c2cf66074826a9cd456da86c3803
BLAKE2b-256 c2134f9c7bb5a73fbe89b60fc31eb201597d83ae7912a54897af109fa0c14b1d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 206.6 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.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2b144d142ec9987276aeff1326edbc0df8ba4afbd7232f0ca10ad57a115e95b6
MD5 ae481c989f01392065e1a9a390bcac20
BLAKE2b-256 cf4992a1239eabefeda958922f0a441e7473313ad540daf8e85e6a99c83b0b59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a7c6574225f34ce45466f04751d957b5c5e6b69fca9351db017c9249786172ce
MD5 a4d6ee0ad026b6a3b478264c5bafbc13
BLAKE2b-256 293db46d6ddc60cb7f8b23c0731deb4b01a5ce19c06827d61e873f4f146052d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 431a3917e32223fcdb90b79fe60185864a9109631ebc05f6c5aa03781a00b513
MD5 a8fd55ed08921271c6178325a35766b6
BLAKE2b-256 61fbac2246dd54a2279b126eb1746222eb9c3b7f6560f5f62a564e8bdf551ee3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3d3f7744b8a8079d69af69d512e5abed4fb473057625588ce126088e50d05493
MD5 0a2132048429edbefed87fedf14f095d
BLAKE2b-256 9166712b0422488600265d953de42405d3ae9d830c72e8a530afc7a52d6205f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1f11f98753800eb1ec872562a398081f6695f91cd01ce39819e36621003ec52a
MD5 a556cfeb5a71971d5c7b7a6247671901
BLAKE2b-256 64a6b915c9d419cf7638cffe93e79b15ec9f2c15178b9de327ad8fdfc96e7601

See more details on using hashes here.

File details

Details for the file coverage-7.5.2-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.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e12536446ad4527ac8ed91d8a607813085683bcce27af69e3b31cd72b3c5960
MD5 5e5697a2311d9e6733e721567ddc5d6e
BLAKE2b-256 448a00aa0a2ef4a5f3c812e8e3f7d11ce03a7397c983374a58792aec08452d29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6e34680049eecb30b6498784c9637c1c74277dcb1db75649a152f8004fbd6646
MD5 2752c657c501e9d97b2120d1bd47cb2e
BLAKE2b-256 cae46c151663f181b2e6470afdf8f78c66628b67a5c64d5531c62ec18c622192

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec27e93bbf5976f0465e8936f02eb5add99bbe4e4e7b233607e4d7622912d68d
MD5 ea44eb865a92b629cafceb44a9f8d8fa
BLAKE2b-256 fc50ffbd00b8f2a26a9ea1e1bd48e90d7ef49f8c7ada1966cfd7db308e92cc0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5997d418c219dcd4dcba64e50671cca849aaf0dac3d7a2eeeb7d651a5bd735b8
MD5 6dbcb87102937f461f0c41026d3a921b
BLAKE2b-256 5909e0ba0acf3e9d41e32a74f79f137e1039e6ef38053913d1b06bc04a052a2b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.2-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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 976cd92d9420e6e2aa6ce6a9d61f2b490e07cb468968adf371546b33b829284b
MD5 8488644dafae6449eace5742197e703f
BLAKE2b-256 f5502fd8e7e63d6ebe6f4a7b9e3581f2589caf32c0662fd5d1b537545da7870c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 206.6 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.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1e4225990a87df898e40ca31c9e830c15c2c53b1d33df592bc8ef314d71f0281
MD5 955feb14c83a447c208e83881f93c66f
BLAKE2b-256 6ab27925f83654000eae60947263b677e41146962bd5d25d093126caaf4eabfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7c5c5b7ae2763533152880d5b5b451acbc1089ade2336b710a24b2b0f5239d20
MD5 a1246b32000d8ee40b4978f164124d03
BLAKE2b-256 b40c2020eb84b4f1561a1731d6b835dda3dbae8fc75f510daf58b4119023f086

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 20e611fc36e1a0fc7bbf957ef9c635c8807d71fbe5643e51b2769b3cc0fb0b51
MD5 b302ebdd3be7e431f6746e327264d69d
BLAKE2b-256 95ba50ee333d7dd67c8cb377e92c20a32ee714a3babb08046c508dfc38675144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c7ebf2a37e4f5fea3c1a11e1f47cea7d75d0f2d8ef69635ddbd5c927083211fc
MD5 ad6251d67543bc961e060945b324f8b0
BLAKE2b-256 b3c2fb3e6dc3c12f065e28af01645297b4a4040fd3034b6a65f722bd97661685

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 829fb55ad437d757c70d5b1c51cfda9377f31506a0a3f3ac282bc6a387d6a5f1
MD5 da53eaf3cf9d07bafd933523a4a848b7
BLAKE2b-256 85e09ae5a60105508fad5d5ea274be20fd160764ba31da1741ccdc97f309bc7a

See more details on using hashes here.

File details

Details for the file coverage-7.5.2-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.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe76d6dee5e4febefa83998b17926df3a04e5089e3d2b1688c74a9157798d7a2
MD5 7b7944c7abd19bee418db291b5ffb728
BLAKE2b-256 d348b806bc980a0f57cbe9d4bb2b76ad302c81c0f6affb30f6e8dd9d99d1555f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 894b1acded706f1407a662d08e026bfd0ff1e59e9bd32062fea9d862564cfb65
MD5 611f38a7cbbf4ce0b93e4b59a7cbb01c
BLAKE2b-256 8c33a2ec47a0c54a55ad625122303efe498f2461183f2f6f3e8b49a73ef551e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d0305e02e40c7cfea5d08d6368576537a74c0eea62b77633179748d3519d6705
MD5 6bf496238b83b95b29e8032c4bd8260e
BLAKE2b-256 640e4d8deba914195402c4dc1863aa3b7490ca383a90a4e56b2d8e1ef67709f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 554c7327bf0fd688050348e22db7c8e163fb7219f3ecdd4732d7ed606b417263
MD5 068096c0e5f2543d19bdaf99ecbba570
BLAKE2b-256 14d7d13c2e7ee932dd3d1b51bd3e7d822bf0f6bb069268ab8efe52052a68af01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.2-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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2c79f058e7bec26b5295d53b8c39ecb623448c74ccc8378631f5cb5c16a7e02c
MD5 da039afd7054f564048aaa1df5f9a155
BLAKE2b-256 87de88573bb29419fa6ecf3c1892d777e626c732cee215882f5070a6c9e7f358

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 206.6 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.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9f805481d5eff2a96bac4da1570ef662bf970f9a16580dc2c169c8c3183fa02b
MD5 432514d6f8c897c8c6f3e8f5431a0737
BLAKE2b-256 4eabccde9f822500155dcc4cc08cdc274289edb1c002f4334afde6b71705927b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4a00bd5ba8f1a4114720bef283cf31583d6cb1c510ce890a6da6c4268f0070b7
MD5 3b6a7a6f01dc43920625adf0f1c24693
BLAKE2b-256 d63d392995098af62444f199d06261382dd28f0b4aa49fa851c39075db760f70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 448ec61ea9ea7916d5579939362509145caaecf03161f6f13e366aebb692a631
MD5 95abd6689cacf79a2f7be113e4caaeb3
BLAKE2b-256 ed095fc50ec4bd3058e80ce9abc730ef6dff05df2c95ce581cbeaaf71773744c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e1046aab24c48c694f0793f669ac49ea68acde6a0798ac5388abe0a5615b5ec8
MD5 ea85e712b6309e94ae54ff5a394a33d9
BLAKE2b-256 f97e4edece57b2088c6401e08c8f5a20406b3774e9057a118bcd64556bb833b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 482df956b055d3009d10fce81af6ffab28215d7ed6ad4a15e5c8e67cb7c5251c
MD5 30569bd5f9309d5469d3a6a1e1e5ab54
BLAKE2b-256 03ad12b1200490adb704ec7b1b9c37ec5bd748b30afcb9645de33ce18cc82a16

See more details on using hashes here.

File details

Details for the file coverage-7.5.2-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.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24bb4c7859a3f757a116521d4d3a8a82befad56ea1bdacd17d6aafd113b0071e
MD5 c67dd169c54a49c1871bdc367b1d99f1
BLAKE2b-256 b231aa090d5e5a4e1a0e2d517f73a737a6d4b4975ca1f2b9cea9cb985b3ef307

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a35c97af60a5492e9e89f8b7153fe24eadfd61cb3a2fb600df1a25b5dab34b7e
MD5 8bf41f887c7f381f53f351fbf42fe085
BLAKE2b-256 19af7bb0b0bd5e67217e086a0bba7633be38313358f02b4b6c0b7e5b68459dcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 878243e1206828908a6b4a9ca7b1aa8bee9eb129bf7186fc381d2646f4524ce9
MD5 546915cfc90ac9b17a4b36814b5d3a4f
BLAKE2b-256 a16062dfe607a05ee6a50958d9eff80144b1677070da9dfbb8914e64c81c4e02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 06d96b9b19bbe7f049c2be3c4f9e06737ec6d8ef8933c7c3a4c557ef07936e46
MD5 41f9742f8cc4717ce5df4a90e44240a6
BLAKE2b-256 c830cdb45952ead7b12b0bab33546d40fba1a6371a1599884c816b89441c3a6b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 207.4 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.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9e41c94035e5cdb362beed681b58a707e8dc29ea446ea1713d92afeded9d1ddd
MD5 88839113f41da28da2a6cf4785db1e22
BLAKE2b-256 5b946583a32719fdfee296493d0234ff3a2a4bbb4fee11afccddb0f00a96c1fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 206.6 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.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 23f2f16958b16152b43a39a5ecf4705757ddd284b3b17a77da3a62aef9c057ef
MD5 b521043cd3e067d5e49078beec9fda9d
BLAKE2b-256 43a97697b6e802c07dd88e2ee068a466737bf1b2616b1f76fa81af38e5dd67c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 29da75ce20cb0a26d60e22658dd3230713c6c05a3465dd8ad040ffc991aea318
MD5 40943515312e6d5cbcee52e61abc5008
BLAKE2b-256 915983f7b1afcebb817348637d1d2c3d03d177d78cac6edf9c38f59ea64ec698

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 59a75e6aa5c25b50b5a1499f9718f2edff54257f545718c4fb100f48d570ead4
MD5 12be6275258c9b0f186b16c251b96daf
BLAKE2b-256 adc33adac9abe2fa7e908dd99f44a980f8a8572d23e64731c490585f7ceb44cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 51b6cee539168a912b4b3b040e4042b9e2c9a7ad9c8546c09e4eaeff3eacba6b
MD5 4dfe118a2f6f921e779788d2ba03bac0
BLAKE2b-256 a41f467d6b174cdeb7b1064009cba2aa3af20ae41dc4ebab34124c6931f05167

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 74eeaa13e8200ad72fca9c5f37395fb310915cec6f1682b21375e84fd9770e84
MD5 bf30956523c96fad831d0974a4e7a6f8
BLAKE2b-256 475ee8d9c9e4690bb1c2d367785cbdd57c0685165fe45cbe067d10d396080a6d

See more details on using hashes here.

File details

Details for the file coverage-7.5.2-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.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1f96aa94739593ae0707eda9813ce363a0a0374a810ae0eced383340fc4a1f73
MD5 d3809450a8aa9e7dec1cba350ea012cb
BLAKE2b-256 34b514e3b639737af69b9e602afab04dbc319b76cac36e3b03ede4c92170484f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1f29bf497d51a5077994b265e976d78b09d9d0dff6ca5763dbb4804534a5d380
MD5 c94f3c64af0154faefabe9acbff75442
BLAKE2b-256 84a93f7c65f4372990db5372af10427a864eec93cd9bc2720158da0320f331d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d9c62cff2ffb4c2a95328488fd7aa96a7a4b34873150650fe76b19c08c9c792
MD5 8dba84e1d71fa2bd54908ddd0a8732c6
BLAKE2b-256 49ab4041ab74698ef44950e12f16429536803aaa8745f1c8d98c911c2139ac8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5662bf0f6fb6757f5c2d6279c541a5af55a39772c2362ed0920b27e3ce0e21f7
MD5 0a0deba52cdfd550e033127302053ad8
BLAKE2b-256 116ffea1bfd66e975570232fc0d1a0a3f1a4ac9df8841390eeafd417ef61678b

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