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.9 through 3.14 alpha 2, including free-threading.

  • PyPy3 versions 3.9 and 3.10.

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

New in 7.x: multi-line exclusion patterns; function/class reporting; experimental support for sys.monitoring; dropped support for Python 3.7 and 3.8; 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

This version

7.6.9

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

Uploaded Source

Built Distributions

coverage-7.6.9-pp39.pp310-none-any.whl (199.3 kB view details)

Uploaded PyPy

coverage-7.6.9-cp313-cp313t-win_amd64.whl (211.8 kB view details)

Uploaded CPython 3.13t Windows x86-64

coverage-7.6.9-cp313-cp313t-win32.whl (210.6 kB view details)

Uploaded CPython 3.13t Windows x86

coverage-7.6.9-cp313-cp313t-musllinux_1_2_x86_64.whl (247.8 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ x86-64

coverage-7.6.9-cp313-cp313t-musllinux_1_2_i686.whl (246.5 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ i686

coverage-7.6.9-cp313-cp313t-musllinux_1_2_aarch64.whl (248.6 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ ARM64

coverage-7.6.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (251.1 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ ARM64

coverage-7.6.9-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (249.2 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

coverage-7.6.9-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (246.8 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

coverage-7.6.9-cp313-cp313t-macosx_11_0_arm64.whl (208.4 kB view details)

Uploaded CPython 3.13t macOS 11.0+ ARM64

coverage-7.6.9-cp313-cp313t-macosx_10_13_x86_64.whl (208.1 kB view details)

Uploaded CPython 3.13t macOS 10.13+ x86-64

coverage-7.6.9-cp313-cp313-win_amd64.whl (210.8 kB view details)

Uploaded CPython 3.13 Windows x86-64

coverage-7.6.9-cp313-cp313-win32.whl (210.0 kB view details)

Uploaded CPython 3.13 Windows x86

coverage-7.6.9-cp313-cp313-musllinux_1_2_x86_64.whl (238.8 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

coverage-7.6.9-cp313-cp313-musllinux_1_2_i686.whl (237.0 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

coverage-7.6.9-cp313-cp313-musllinux_1_2_aarch64.whl (238.9 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

coverage-7.6.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (240.1 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

coverage-7.6.9-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239.3 kB view details)

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

coverage-7.6.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (237.3 kB view details)

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

coverage-7.6.9-cp313-cp313-macosx_11_0_arm64.whl (207.6 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

coverage-7.6.9-cp313-cp313-macosx_10_13_x86_64.whl (207.4 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

coverage-7.6.9-cp312-cp312-win_amd64.whl (210.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

coverage-7.6.9-cp312-cp312-win32.whl (209.9 kB view details)

Uploaded CPython 3.12 Windows x86

coverage-7.6.9-cp312-cp312-musllinux_1_2_x86_64.whl (239.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

coverage-7.6.9-cp312-cp312-musllinux_1_2_i686.whl (237.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

coverage-7.6.9-cp312-cp312-musllinux_1_2_aarch64.whl (239.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

coverage-7.6.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (240.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

coverage-7.6.9-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239.7 kB view details)

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

coverage-7.6.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (237.6 kB view details)

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

coverage-7.6.9-cp312-cp312-macosx_11_0_arm64.whl (207.6 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

coverage-7.6.9-cp312-cp312-macosx_10_13_x86_64.whl (207.3 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

coverage-7.6.9-cp311-cp311-win_amd64.whl (210.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

coverage-7.6.9-cp311-cp311-win32.whl (209.7 kB view details)

Uploaded CPython 3.11 Windows x86

coverage-7.6.9-cp311-cp311-musllinux_1_2_x86_64.whl (237.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

coverage-7.6.9-cp311-cp311-musllinux_1_2_i686.whl (236.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

coverage-7.6.9-cp311-cp311-musllinux_1_2_aarch64.whl (237.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

coverage-7.6.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (239.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

coverage-7.6.9-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (238.8 kB view details)

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

coverage-7.6.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (236.9 kB view details)

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

coverage-7.6.9-cp311-cp311-macosx_11_0_arm64.whl (207.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

coverage-7.6.9-cp311-cp311-macosx_10_9_x86_64.whl (207.1 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

coverage-7.6.9-cp310-cp310-win_amd64.whl (210.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

coverage-7.6.9-cp310-cp310-win32.whl (209.7 kB view details)

Uploaded CPython 3.10 Windows x86

coverage-7.6.9-cp310-cp310-musllinux_1_2_x86_64.whl (233.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

coverage-7.6.9-cp310-cp310-musllinux_1_2_i686.whl (232.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

coverage-7.6.9-cp310-cp310-musllinux_1_2_aarch64.whl (234.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

coverage-7.6.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

coverage-7.6.9-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (235.0 kB view details)

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

coverage-7.6.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.8 kB view details)

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

coverage-7.6.9-cp310-cp310-macosx_11_0_arm64.whl (207.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

coverage-7.6.9-cp310-cp310-macosx_10_9_x86_64.whl (207.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

coverage-7.6.9-cp39-cp39-win_amd64.whl (210.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

coverage-7.6.9-cp39-cp39-win32.whl (209.7 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-7.6.9-cp39-cp39-musllinux_1_2_x86_64.whl (233.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

coverage-7.6.9-cp39-cp39-musllinux_1_2_i686.whl (232.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

coverage-7.6.9-cp39-cp39-musllinux_1_2_aarch64.whl (233.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

coverage-7.6.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

coverage-7.6.9-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.5 kB view details)

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

coverage-7.6.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.4 kB view details)

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

coverage-7.6.9-cp39-cp39-macosx_11_0_arm64.whl (207.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

coverage-7.6.9-cp39-cp39-macosx_10_9_x86_64.whl (207.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: coverage-7.6.9.tar.gz
  • Upload date:
  • Size: 801.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.9.tar.gz
Algorithm Hash digest
SHA256 4a8d8977b0c6ef5aeadcb644da9e69ae0dcfe66ec7f368c89c72e058bd71164d
MD5 a541a78de47cf79e169f9a93376e8254
BLAKE2b-256 5bd2c25011f4d036cf7e8acbbee07a8e09e9018390aee25ba085596c4b83d510

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9.tar.gz:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.9-pp39.pp310-none-any.whl
Algorithm Hash digest
SHA256 f3ca78518bc6bc92828cd11867b121891d75cae4ea9e908d72030609b996db1b
MD5 e595bda7a32725234eb423f3d42c678d
BLAKE2b-256 150e4ac9035ee2ee08d2b703fdad2d84283ec0bad3b46eb4ad6affb150174cb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-pp39.pp310-none-any.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 97ddc94d46088304772d21b060041c97fc16bdda13c6c7f9d8fcd8d5ae0d8611
MD5 3f05e67b93e6a35faeae841608b66279
BLAKE2b-256 2674b0729f196f328ac55e42b1e22ec2f16d8bcafe4b8158a26ec9f1cdd1d93e

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313t-win_amd64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313t-win32.whl.

File metadata

  • Download URL: coverage-7.6.9-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 210.6 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.9-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 5e6b86b5847a016d0fbd31ffe1001b63355ed309651851295315031ea7eb5a9b
MD5 02c6945e7d66ea22e7c755d34c9bceb3
BLAKE2b-256 a90d1e4a48d289429d38aae3babdfcadbf35ca36bdcf3efc8f09b550a845bdb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313t-win32.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8d2dfa71665a29b153a9681edb1c8d9c1ea50dfc2375fb4dac99ea7e21a0bcd9
MD5 bd6d93ec6b7fe25ee36c51450583556e
BLAKE2b-256 43d08e258f6c3a527c1655602f4f576215e055ac704de2d101710a71a2affac2

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8f8770dfc6e2c6a2d4569f411015c8d751c980d17a14b0530da2d7f27ffdd88e
MD5 700cdea418a3eb883d30820ea1cbb1fa
BLAKE2b-256 8a1236ff1d52be18a16b4700f561852e7afd8df56363a5edcfb04cf26a0e19e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313t-musllinux_1_2_i686.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d5275455b3e4627c8e7154feaf7ee0743c2e7af82f6e3b561967b1cca755a0be
MD5 268a015fe6d8ca0080b934858bcd7e97
BLAKE2b-256 b30b4ee8a7821f682af9ad440ae3c1e379da89a998883271f088102d7ca2473d

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2d10e07aa2b91835d6abec555ec8b2733347956991901eea6ffac295f83a30e4
MD5 21dc8a06949404be6e2563b57594922e
BLAKE2b-256 dee0ae5d878b72ff26df2e994a5c5b1c1f6a7507d976b23beecb1ed4c85411ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313t-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.6.9-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c38bf15a40ccf5619fa2fe8f26106c7e8e080d7760aeccb3722664c8656b030
MD5 ea8e4b90f9febb73344ee27bf2f3c8be
BLAKE2b-256 f8194d5d3ae66938a7dcb2f58cef3fa5386f838f469575b0bb568c8cc9e3a33d

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 13a9e2d3ee855db3dd6ea1ba5203316a1b1fd8eaeffc37c5b54987e61e4194ae
MD5 c5ff9896c949ede217e3a2ef9752ceb6
BLAKE2b-256 ab9c0aaac011aef95a93ef3cb2fba3fde30bc7e68a6635199ed469b1f5ea355a

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e5ea1cf0872ee455c03e5674b5bca5e3e68e159379c1af0903e89f5eba9ccc3a
MD5 3b3d3ef334d2914719dde69258ebbab5
BLAKE2b-256 117384b02c6b19c4a11eb2d5b5eabe926fb26c21c080e0852f5e5a4f01165f9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ba9e7484d286cd5a43744e5f47b0b3fb457865baf07bafc6bee91896364e1419
MD5 eea41da6539320c25e17fde16390b04a
BLAKE2b-256 7c68c1cb31445599b04bde21cbbaa6d21b47c5823cdfef99eae470dfce49c35a

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313t-macosx_10_13_x86_64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: coverage-7.6.9-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 210.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fd1213c86e48dfdc5a0cc676551db467495a95a662d2396ecd58e719191446e1
MD5 072e791f9a2d24a304e079287b169bd0
BLAKE2b-256 b712cfbf49b95120872785ff8d56ab1c7fe3970a65e35010c311d7dd35c5fd00

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313-win32.whl.

File metadata

  • Download URL: coverage-7.6.9-cp313-cp313-win32.whl
  • Upload date:
  • Size: 210.0 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.9-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d872ec5aeb086cbea771c573600d47944eea2dcba8be5f3ee649bfe3cb8dc9ba
MD5 ee72b7f68329e62c1197353b2500a826
BLAKE2b-256 f45888551cb7fdd5ec98cb6044e8814e38583436b14040a5ece15349c44c8f7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313-win32.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 447af20e25fdbe16f26e84eb714ba21d98868705cb138252d28bc400381f6ffb
MD5 6b01a364d0629b1ec46f2f29f2cd2008
BLAKE2b-256 0ad8775937670b93156aec29f694ce37f56214ed7597e1a75b4083ee4c32121c

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 777abfab476cf83b5177b84d7486497e034eb9eaea0d746ce0c1268c71652077
MD5 ccbb03682a2aa0e1deff322824399975
BLAKE2b-256 1505ec9d6080852984f7163c96984444e7cd98b338fd045b191064f943ee1c08

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e77363e8425325384f9d49272c54045bbed2f478e9dd698dbc65dbc37860eb0a
MD5 69ad66db5d573897510d2b034e9792f5
BLAKE2b-256 57e7834d530293fdc8a63ba8ff70033d5182022e569eceb9aec7fc716b678a39

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a289d23d4c46f1a82d5db4abeb40b9b5be91731ee19a379d15790e53031c014
MD5 edbd9a210156cf6eb7be14b3dd620a45
BLAKE2b-256 dae693bb9bf85497816082ec8da6124c25efa2052bd4c887dd3b317b91990c9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313-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.6.9-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c026eb44f744acaa2bda7493dad903aa5bf5fc4f2554293a798d5606710055d
MD5 801046b866dcec91497016227da70c5f
BLAKE2b-256 9f796c7a800913a9dd23ac8c8da133ebb556771a5a3d4df36b46767b1baffd35

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7e216d8044a356fc0337c7a2a0536d6de07888d7bcda76febcb8adc50bdbbd00
MD5 9702f50c9de1cfcc1bda6e289df1e17d
BLAKE2b-256 df656a824b9406fe066835c1274a9949e06f084d3e605eb1a602727a27ec2fe3

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61f70dc68bd36810972e55bbbe83674ea073dd1dcc121040a08cdf3416c5349c
MD5 7530ab896af41eb4ff67652e0e5f5c7e
BLAKE2b-256 44dad49f19402240c93453f606e660a6676a2a1fbbaa6870cc23207790aa9697

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 899b8cd4781c400454f2f64f7776a5d87bbd7b3e7f7bda0cb18f857bb1334664
MD5 1be01d23f2f163948ca8ffba748ac9ef
BLAKE2b-256 35269abab6539d2191dbda2ce8c97b67d74cbfc966cc5b25abb880ffc7c459bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: coverage-7.6.9-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 210.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b12c6b18269ca471eedd41c1b6a1065b2f7827508edb9a7ed5555e9a56dcfc97
MD5 11da8fe807c4bda8ab711879b4f6afe8
BLAKE2b-256 3e18cb5b88349d4aa2f41ec78d65f92ea32572b30b3f55bc2b70e87578b8f434

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: coverage-7.6.9-cp312-cp312-win32.whl
  • Upload date:
  • Size: 209.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.9-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1a330812d9cc7ac2182586f6d41b4d0fadf9be9049f350e0efb275c8ee8eb692
MD5 ceb33423ba811fdc47a9e28419b1ad89
BLAKE2b-256 a9a6e0e74230c9bb3549ec8ffc137cfd16ea5d56e993d6bffed2218bff6187e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp312-cp312-win32.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ae1387db4aecb1f485fb70a6c0148c6cdaebb6038f1d40089b1fc84a5db556f
MD5 10b996597a8a3ebe462cd7903a686309
BLAKE2b-256 3220adc895523c4a28f63441b8ac645abd74f9bdd499d2d175bef5b41fc7f92d

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0f957943bc718b87144ecaee70762bc2bc3f1a7a53c7b861103546d3a403f0a6
MD5 e6e9d61f8d55881d1e6316bfa82637d5
BLAKE2b-256 4ee569f35344c6f932ba9028bf168d14a79fedb0dd4849b796d43c81ce75a3c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 22be16571504c9ccea919fcedb459d5ab20d41172056206eb2994e2ff06118a4
MD5 b15e51ff2311eb9b4d54aad89e0c91ba
BLAKE2b-256 1660aa1066040d3c52fff051243c2d6ccda264da72dc6d199d047624d395b2b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 abd3e72dd5b97e3af4246cdada7738ef0e608168de952b837b8dd7e90341f015
MD5 7bcaf21dd597fc66a04ec7c81bafac1a
BLAKE2b-256 a7070bc73da0ccaf45d0d64ef86d33b7d7fdeef84b4c44bf6b85fb12c215c5a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-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.6.9-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65dad5a248823a4996724a88eb51d4b31587aa7aa428562dbe459c684e5787ae
MD5 be2ea71f7528696b647c4ab4fe1d7766
BLAKE2b-256 8b10ee7d696a17ac94f32f2dbda1e17e730bf798ae9931aec1fc01c1944cd4de

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ff74026a461eb0660366fb01c650c1d00f833a086b336bdad7ab00cc952072b3
MD5 64af3518d21dc15204a55759c82124f9
BLAKE2b-256 718a9761f409910961647d892454687cedbaccb99aae828f49486734a82ede6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9901d36492009a0a9b94b20e52ebfc8453bf49bb2b27bca2c9706f8b4f5a554a
MD5 5b76074374bd803f10c5fe712f7ed4b9
BLAKE2b-256 0f796b7826fca8846c1216a113227b9f114ac3e6eacf168b4adcad0cb974aaca

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 99e266ae0b5d15f1ca8d278a668df6f51cc4b854513daab5cae695ed7b721cf8
MD5 0a049f1e9080850bd3b04bc7137717be
BLAKE2b-256 6052b16af8989a2daf0f80a88522bd8e8eed90b5fcbdecf02a6888f3e80f6ba7

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: coverage-7.6.9-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 210.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0d59fd927b1f04de57a2ba0137166d31c1a6dd9e764ad4af552912d70428c92b
MD5 9dfca1fe8ad9a132b65e73868e6e3738
BLAKE2b-256 a411a782af39b019066af83fdc0e8825faaccbe9d7b19a803ddb753114b429cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: coverage-7.6.9-cp311-cp311-win32.whl
  • Upload date:
  • Size: 209.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.9-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f2d1ec60d6d256bdf298cb86b78dd715980828f50c46701abc3b0a2b3f8a0dc0
MD5 16a6db6fcad6dafca33cfaae8a029e33
BLAKE2b-256 7dfbe14c38adebbda9ed8b5f7f8e03340ac05d68d27b24397f8d47478927a333

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp311-cp311-win32.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee5defd1733fd6ec08b168bd4f5387d5b322f45ca9e0e6c817ea6c4cd36313e3
MD5 b33818e4df693712d9123f62e2bd94eb
BLAKE2b-256 336d31f6ab0b4f0f781636075f757eb02141ea1b34466d9d1526dbc586ed7078

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 98caba4476a6c8d59ec1eb00c7dd862ba9beca34085642d46ed503cc2d440d4b
MD5 da9f41ac24b05716ede35e80f038c189
BLAKE2b-256 582f9d2203f012f3b0533c73336c74134b608742be1ce475a5c72012573cfbb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4401ae5fc52ad8d26d2a5d8a7428b0f0c72431683f8e63e42e70606374c311a1
MD5 ca8d4843d2d33532d168a22b4895ad49
BLAKE2b-256 6f624ac2e5ad9e7a5c9ec351f38947528e11541f1f00e8a0cdce56f1ba7ae301

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ccc660a77e1c2bf24ddbce969af9447a9474790160cfb23de6be4fa88e3951c7
MD5 f189967bd0d5f7360ed43c918e55098b
BLAKE2b-256 74f268edb1e6826f980a124f21ea5be0d324180bf11de6fd1defcf9604f76df0

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-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.6.9-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0824a28ec542a0be22f60c6ac36d679e0e262e5353203bea81d44ee81fe9c6d4
MD5 618b3dbcc9ee6f357982514f4ee2d81d
BLAKE2b-256 8b208f50e7c7ad271144afbc2c1c6ec5541a8c81773f59352f8db544cad1a0ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c69e42c892c018cd3c8d90da61d845f50a8243062b19d228189b0224150018a9
MD5 42196a1aa890c1fedc35ec2520c0ffd5
BLAKE2b-256 d3838fec0ee68c2c4a5ab5f0f8527277f84ed6f2bd1310ae8a19d0c5532253ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 085161be5f3b30fd9b3e7b9a8c301f935c8313dcf928a07b116324abea2c1c2c
MD5 a0eb5a8205ef7bc7f8e4a9efb1d1f2ae
BLAKE2b-256 0d2b53fd6cb34d443429a92b3ec737f4953627e38b3bee2a67a3c03425ba8573

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.9-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 932fc826442132dde42ee52cf66d941f581c685a6313feebed358411238f60f9
MD5 7e3edf5e3854d1d5459576737614cf4d
BLAKE2b-256 b191b3dc2f7f38b5cca1236ab6bbb03e84046dd887707b4ec1db2baa47493b3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: coverage-7.6.9-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 210.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 35371f8438028fdccfaf3570b31d98e8d9eda8bb1d6ab9473f5a390969e98717
MD5 85b924503f3568697252b7a6cb4bb683
BLAKE2b-256 5b35c3f40a2269b416db34ce1dedf682a7132c26f857e33596830fa4deebabf9

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: coverage-7.6.9-cp310-cp310-win32.whl
  • Upload date:
  • Size: 209.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.9-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 41ff7b0da5af71a51b53f501a3bac65fb0ec311ebed1632e58fc6107f03b9198
MD5 8314e139f4618be75869a2c326d4e3f1
BLAKE2b-256 d12b7eb011a9378911088708f121825a71134d0c15fac96972a0ae7a8f5a4049

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp310-cp310-win32.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db1dab894cc139f67822a92910466531de5ea6034ddfd2b11c0d4c6257168073
MD5 6c7c56cf215e2c0bfb92138245eab689
BLAKE2b-256 28cc39de85ac1d5652bc34ff2bee39ae251b1fdcaae53fab4b44cab75a432bc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d891c136b5b310d0e702e186d70cd16d1119ea8927347045124cb286b29297e5
MD5 7f31f22e97c868bbe473a81e592ccca4
BLAKE2b-256 bb7dda3dca6878701182ea42c51df47a47c80eaef2a76f5aa3e891dc2a8cce3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 44349150f6811b44b25574839b39ae35291f6496eb795b7366fef3bd3cf112d3
MD5 f79cb5f184fa751ea688aabf7cf099e0
BLAKE2b-256 b01c55552c3009b7bf96732e36548596ade771c87f89cf1f5a8e3975b33539b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 96d636c77af18b5cb664ddf12dab9b15a0cfe9c0bde715da38698c8cea748bfa
MD5 337ab8944c87e1405cd63bf979c970d2
BLAKE2b-256 e4ae18ff8b5580e27e62ebcc888082aa47694c2772782ea7011ddf58e377e98f

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-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.6.9-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7b15f589593110ae767ce997775d645b47e5cbbf54fd322f8ebea6277466cec
MD5 c7aecca5a0654dc4e6d49e4bf0385d1c
BLAKE2b-256 d0c54466602195ecaced298d55af1e29abceb812addabefd5bd9116a204f7bab

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d75cded8a3cff93da9edc31446872d2997e327921d8eed86641efafd350e1df1
MD5 e29fb38a42555133569db8edb4cfcb96
BLAKE2b-256 6a5257030a8d15ab935624d298360f0a6704885578e39f7b4f68569e59f5902d

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.9-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 608a7fd78c67bee8936378299a6cb9f5149bb80238c7a566fc3e6717a4e68710
MD5 4aa9ad86a3a8dc5cea8ae999d597feed
BLAKE2b-256 4ee3ea5632a3a6efd00ab0a791adc0f3e48512097a757ee7dcbee5505f57bafa

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.9-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 85d9636f72e8991a1706b2b55b06c27545448baf9f6dbf51c4004609aacd7dcb
MD5 2735c9e2267520ad6440b28d681e3b0a
BLAKE2b-256 49f3f830fb53bf7e4f1d5542756f61d9b740352a188f43854aab9409c8cdeb18

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: coverage-7.6.9-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 210.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e28bf44afa2b187cc9f41749138a64435bf340adfcacb5b2290c070ce99839d4
MD5 f99102fda31ed5fd19aacfa6ba7e615e
BLAKE2b-256 f44d096d19dbd8998c9aaf8798078dd884f65652eb891fe7b0e657b5ac07411d

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp39-cp39-win_amd64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: coverage-7.6.9-cp39-cp39-win32.whl
  • Upload date:
  • Size: 209.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for coverage-7.6.9-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8e3c3e38930cfb729cb8137d7f055e5a473ddaf1217966aa6238c88bd9fd50e6
MD5 bff65dbcf2a3a075da7edcb08afbe8f5
BLAKE2b-256 6572bacb4b4c9da226e2343aa4bfebcb2bc008eda2f28aa913474aef27bfc397

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp39-cp39-win32.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a27801adef24cc30871da98a105f77995e13a25a505a0161911f6aafbd66e678
MD5 8963ae5f486c7ec8b0b5b1c30ca7d9e5
BLAKE2b-256 ff625de767f225e09ce959b71d1f3efc9e86e1c3de1fded85886bf705248905d

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 592ac539812e9b46046620341498caf09ca21023c41c893e1eb9dbda00a70cbf
MD5 d9ed8cd44a984d8b11660f6f92d4d3ff
BLAKE2b-256 18cb6e35c5766041737f14c31ad02b5404ae6ec05d4e17ccffd69f6d99431e0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.9-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b9389a429e0e5142e69d5bf4a435dd688c14478a19bb901735cdf75e57b13845
MD5 8c1a79391045676901a5a95e73be5ac4
BLAKE2b-256 20d211ac147bd76cc5d8a6254c9a9b6beaab51c3532ba0abdfaf669bf48d2c67

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f1592791f8204ae9166de22ba7e6705fa4ebd02936c09436a1bb85aabca3e599
MD5 1e974569ae529d2f01db3ad99008a300
BLAKE2b-256 e8085644e101c823f0b18aa5c408037c2438fad05e6eb9f9e6581459aa0bfb92

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coverage-7.6.9-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.6.9-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb5555cff66c4d3d6213a296b360f9e1a8e323e74e0426b6c10ed7f4d021e464
MD5 4e64f5bdc9d2417422e3325e1a8bdf69
BLAKE2b-256 ebd348ce8c9a89c7013f89ec7e01402e7a136a2e849c8f8664ea7f17b225295c

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4e12ae8cc979cf83d258acb5e1f1cf2f3f83524d1564a49d20b8bec14b637f08
MD5 d945b0fc8b81449c357ec765ee7b4b95
BLAKE2b-256 b202995c019c0a2d70188d4d8184a0376eb28fcfb759981bb0e9961b463344fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.9-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be57b6d56e49c2739cdf776839a92330e933dd5e5d929966fbbd380c77f060be
MD5 e12b06dccc71a4fb54db770f882733a3
BLAKE2b-256 23c15dc48dfe3714a6ae9d2cd128a9df39570e46d3831f19a9be84011e767209

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.9-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 adb697c0bd35100dc690de83154627fbab1f4f3c0386df266dded865fc50a902
MD5 356bca8cef207b063888b418772f0603
BLAKE2b-256 93fe8873d88999b8e4b0d8150df554d72d6943b3938bba328fcb5422572cfd84

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.9-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: publish.yml on nedbat/coveragepy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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