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

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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

coverage-7.6.11-py3-none-any.whl (200.4 kB view details)

Uploaded Python 3

coverage-7.6.11-pp39.pp310-none-any.whl (200.5 kB view details)

Uploaded PyPy

coverage-7.6.11-cp313-cp313t-win_amd64.whl (213.1 kB view details)

Uploaded CPython 3.13tWindows x86-64

coverage-7.6.11-cp313-cp313t-win32.whl (211.9 kB view details)

Uploaded CPython 3.13tWindows x86

coverage-7.6.11-cp313-cp313t-musllinux_1_2_x86_64.whl (250.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

coverage-7.6.11-cp313-cp313t-musllinux_1_2_i686.whl (249.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

coverage-7.6.11-cp313-cp313t-musllinux_1_2_aarch64.whl (251.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

coverage-7.6.11-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (253.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

coverage-7.6.11-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (251.9 kB view details)

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

coverage-7.6.11-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (249.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

coverage-7.6.11-cp313-cp313t-macosx_11_0_arm64.whl (209.6 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

coverage-7.6.11-cp313-cp313t-macosx_10_13_x86_64.whl (209.4 kB view details)

Uploaded CPython 3.13tmacOS 10.13+ x86-64

coverage-7.6.11-cp313-cp313-win_amd64.whl (212.0 kB view details)

Uploaded CPython 3.13Windows x86-64

coverage-7.6.11-cp313-cp313-win32.whl (211.2 kB view details)

Uploaded CPython 3.13Windows x86

coverage-7.6.11-cp313-cp313-musllinux_1_2_x86_64.whl (240.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

coverage-7.6.11-cp313-cp313-musllinux_1_2_i686.whl (239.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

coverage-7.6.11-cp313-cp313-musllinux_1_2_aarch64.whl (241.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

coverage-7.6.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (242.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

coverage-7.6.11-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241.4 kB view details)

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

coverage-7.6.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (239.4 kB view details)

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

coverage-7.6.11-cp313-cp313-macosx_11_0_arm64.whl (208.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

coverage-7.6.11-cp313-cp313-macosx_10_13_x86_64.whl (208.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

coverage-7.6.11-cp312-cp312-win_amd64.whl (212.0 kB view details)

Uploaded CPython 3.12Windows x86-64

coverage-7.6.11-cp312-cp312-win32.whl (211.2 kB view details)

Uploaded CPython 3.12Windows x86

coverage-7.6.11-cp312-cp312-musllinux_1_2_x86_64.whl (241.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

coverage-7.6.11-cp312-cp312-musllinux_1_2_i686.whl (239.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

coverage-7.6.11-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (242.0 kB view details)

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

coverage-7.6.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (239.8 kB view details)

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

coverage-7.6.11-cp312-cp312-macosx_11_0_arm64.whl (208.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

coverage-7.6.11-cp312-cp312-macosx_10_13_x86_64.whl (208.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

coverage-7.6.11-cp311-cp311-win_amd64.whl (211.9 kB view details)

Uploaded CPython 3.11Windows x86-64

coverage-7.6.11-cp311-cp311-win32.whl (211.0 kB view details)

Uploaded CPython 3.11Windows x86

coverage-7.6.11-cp311-cp311-musllinux_1_2_x86_64.whl (239.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

coverage-7.6.11-cp311-cp311-musllinux_1_2_i686.whl (238.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

coverage-7.6.11-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (240.9 kB view details)

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

coverage-7.6.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (239.1 kB view details)

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

coverage-7.6.11-cp311-cp311-macosx_11_0_arm64.whl (208.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

coverage-7.6.11-cp311-cp311-macosx_10_9_x86_64.whl (208.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

coverage-7.6.11-cp310-cp310-win_amd64.whl (211.9 kB view details)

Uploaded CPython 3.10Windows x86-64

coverage-7.6.11-cp310-cp310-win32.whl (211.0 kB view details)

Uploaded CPython 3.10Windows x86

coverage-7.6.11-cp310-cp310-musllinux_1_2_x86_64.whl (235.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

coverage-7.6.11-cp310-cp310-musllinux_1_2_i686.whl (234.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

coverage-7.6.11-cp310-cp310-musllinux_1_2_aarch64.whl (236.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

coverage-7.6.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

coverage-7.6.11-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (236.9 kB view details)

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

coverage-7.6.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (235.7 kB view details)

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

coverage-7.6.11-cp310-cp310-macosx_11_0_arm64.whl (208.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

coverage-7.6.11-cp310-cp310-macosx_10_9_x86_64.whl (208.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

coverage-7.6.11-cp39-cp39-win_amd64.whl (211.9 kB view details)

Uploaded CPython 3.9Windows x86-64

coverage-7.6.11-cp39-cp39-win32.whl (211.0 kB view details)

Uploaded CPython 3.9Windows x86

coverage-7.6.11-cp39-cp39-musllinux_1_2_x86_64.whl (234.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

coverage-7.6.11-cp39-cp39-musllinux_1_2_i686.whl (233.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

coverage-7.6.11-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (236.5 kB view details)

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

coverage-7.6.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (235.4 kB view details)

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

coverage-7.6.11-cp39-cp39-macosx_11_0_arm64.whl (208.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

coverage-7.6.11-cp39-cp39-macosx_10_9_x86_64.whl (208.2 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: coverage-7.6.11.tar.gz
  • Upload date:
  • Size: 805.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for coverage-7.6.11.tar.gz
Algorithm Hash digest
SHA256 e642e6a46a04e992ebfdabed79e46f478ec60e2c528e1e1a074d63800eda4286
MD5 ceffbc1c0eeb3001969f6a1c50c4ddbd
BLAKE2b-256 894e38141d42af7452f4b7c5d3d7442a8018de34754ef52eb9a400768bc8d59e

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11.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.11-py3-none-any.whl.

File metadata

  • Download URL: coverage-7.6.11-py3-none-any.whl
  • Upload date:
  • Size: 200.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for coverage-7.6.11-py3-none-any.whl
Algorithm Hash digest
SHA256 f0f334ae844675420164175bf32b04e18a81fe57ad8eb7e0cfd4689d681ffed7
MD5 acd8d5b8fcdbd0726b05e7c8eb356d6b
BLAKE2b-256 24f363cd48409a519d4f6cf79abc6c89103a8eabc5c93e496f40779269dba0c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-py3-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.11-pp39.pp310-none-any.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-pp39.pp310-none-any.whl
Algorithm Hash digest
SHA256 adc2d941c0381edfcf3897f94b9f41b1e504902fab78a04b1677f2f72afead4b
MD5 b906d53762b9d5986912a9725f4ec6da
BLAKE2b-256 ba2aa072ae54fa666397960b5a84702f62e13360e6040998cf6ac2114f44153c

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: coverage-7.6.11-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 213.1 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for coverage-7.6.11-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 2c81e53782043b323bd34c7de711ed9b4673414eb517eaf35af92185b873839c
MD5 8ea1d5f75e566d9ed7be876b9516a06b
BLAKE2b-256 0a97ad0cc489eddd0ffdb1b873a39182834d6119d8e1f6ee5ce760345a573971

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp313-cp313t-win32.whl.

File metadata

  • Download URL: coverage-7.6.11-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 211.9 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for coverage-7.6.11-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 13100f98497086b359bf56fc035a762c674de8ef526daa389ac8932cb9bff1e0
MD5 724da83a02f42902bc203396f69e5c18
BLAKE2b-256 f8b8b2ba25ebda1f3e149d679b0468eda846cfba5d48f8c2f9e0b565c0cdbb91

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d60577673ba48d8ae8e362e61fd4ad1a640293ffe8991d11c86f195479100b7
MD5 0ad8ccc84177f4d7f30caa983ce85e1c
BLAKE2b-256 ea65bd348b3d0da43ad6a2e70c3bd9bffde2ef680c2987a2ea8b19f189a83cae

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4f21e3617f48d683f30cf2a6c8b739c838e600cb1454fe6b2eb486ac2bce8fbd
MD5 4fe82576afa75bea31b31ccbc06d905c
BLAKE2b-256 ef0eefb47cd1a2279acc1c05966a441f1658564ec81fa331a9420aef54997bfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ff562952f15eff27247a4c4b03e45ce8a82e3fb197de6a7c54080f9d4ba07845
MD5 1cf5e44ed723713451e199414831ede5
BLAKE2b-256 a75242b5b3bde8b0fbc268fc8809b775caffb1ebc51555d04ad979e824b84f9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2778be4f574b39ec9dcd9e5e13644f770351ee0990a0ecd27e364aba95af89b
MD5 ec8e47d3b632b4f44a88e7e12899e96a
BLAKE2b-256 f6e422d61ef97964ec28246a8487fa117568b7ef225913de43621b86ad6d2446

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-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.11-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 df6ff122a0a10a30121d9f0cb3fbd03a6fe05861e4ec47adb9f25e9245aabc19
MD5 60305c1f1afef096baca789abc471806
BLAKE2b-256 cf4fd9daa13ebad04a22e9f48a8619aa27380961fefc20e15e5bf3f7d6325fd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5edc16712187139ab635a2e644cc41fc239bc6d245b16124045743130455c652
MD5 2be133594f166cb69eb0638fa42f21fb
BLAKE2b-256 443bc272005a36f28374c76d4cef63e4ff1824b33eb6970ce2cea2c5293a8119

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ba27a0375c5ef4d2a7712f829265102decd5ff78b96d342ac2fa555742c4f4f
MD5 d65d821e56a54e667eb1799aba6a423a
BLAKE2b-256 177425a3f0e9745cab1120a641240074eb9e77d3278e9b2e6b53d4ba5b6ae1f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp313-cp313t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5e7ac966ab110bd94ee844f2643f196d78fde1cd2450399116d3efdd706e19f5
MD5 97885ea7b6137cffb44b869e659b605c
BLAKE2b-256 e37c8c71cf43a68d09772408182177394d1f3aafe8ec45c88bd0702efc9e5640

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: coverage-7.6.11-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 212.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for coverage-7.6.11-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fd2fffc8ce8692ce540103dff26279d2af22d424516ddebe2d7e4d6dbb3816b2
MD5 34b1945b51a8a474daf931b61ca9f527
BLAKE2b-256 c1c12003bf96e799e5414be7aac2dae14bcc463067f7d8d40d69e33a82c352e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp313-cp313-win32.whl.

File metadata

  • Download URL: coverage-7.6.11-cp313-cp313-win32.whl
  • Upload date:
  • Size: 211.2 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for coverage-7.6.11-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0d03c9452d9d1ccfe5d3a5df0427705022a49b356ac212d529762eaea5ef97b4
MD5 436eccbf6ff4f4cccb90da2cad7783d0
BLAKE2b-256 e77cf4f38aa65aad6d2f0ec3ba2a1d50a06f4c8c2d3516761d4eaff332ec14d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8fa4fffd90ee92f62ff7404b4801b59e8ea8502e19c9bf2d3241ce745b52926c
MD5 d0b1afcdf26efe55e5ec37e64fe82b96
BLAKE2b-256 3dad6c0edcd7ee9b7ceddcfda45aeea2b84ef017d19bde27fe3de51deab6468a

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 25575cd5a7d2acc46b42711e8aff826027c0e4f80fb38028a74f31ac22aae69d
MD5 272bb869471f39195b0cbe50e1a4ce82
BLAKE2b-256 136b392fa652391bf6751766921a7b29f576a3de1db78b8d48e1f438ce0121b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 08e5fb93576a6b054d3d326242af5ef93daaac9bb52bc25f12ccbc3fa94227cd
MD5 97fc58f82a830f69302386117aa26e0e
BLAKE2b-256 a63439fc8ad65d6381d1e8278f9042ff4e201a2cb52092d705d7a02ffc8ccc1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ca95d40900cf614e07f00cee8c2fad0371df03ca4d7a80161d84be2ec132b7a4
MD5 04e30705d93683c23b193a0987bf2d1d
BLAKE2b-256 6a4bdf3433cbb9a91cb3f5ea8301bef312a8e77587881e2dea93f2d58683908e

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-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.11-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4cf96beb05d004e4c51cd846fcdf9eee9eb2681518524b66b2e7610507944c2f
MD5 c56bfa16b1abc44ff27bb15b7693c22f
BLAKE2b-256 2908978e14dca15fec135b13246cd5cbbedc6506d8102854f4bdde73038efaa3

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 db4b1a69976b1b02acda15937538a1d3fe10b185f9d99920b17a740a0a102e06
MD5 b043f4883827251cd62ca880e7fe43ad
BLAKE2b-256 4022681a1b724866f12b96bf46d178e0d5df557bb9c3da43aa2a8be67a4be65e

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7eb0504bb307401fd08bc5163a351df301438b3beb88a4fa044681295bbefc67
MD5 8c70859b0ef758730cd6358233053939
BLAKE2b-256 bc7874f5f1545b06524a3c9c36be339fa1ebbc17eef182c961fbed91cd0805e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c86f4c7a6d1a54a24d804d9684d96e36a62d3ef7c0d7745ae2ea39e3e0293251
MD5 efd18bc27b880a7a4205b153a0a82c66
BLAKE2b-256 8b83096a4954b686212b4e8d3ef14e01370e111b44972370fcc26169e3b32757

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: coverage-7.6.11-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 212.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for coverage-7.6.11-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ac476e6d0128fb7919b3fae726de72b28b5c9644cb4b579e4a523d693187c551
MD5 483a55b6ddd8b55f0a02e9766310fc9a
BLAKE2b-256 805d63ad5e3f1421504194da0228d259a3913884830999d1297b5e16b59bcb0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp312-cp312-win32.whl.

File metadata

  • Download URL: coverage-7.6.11-cp312-cp312-win32.whl
  • Upload date:
  • Size: 211.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for coverage-7.6.11-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e3b746fa0ffc5b6b8856529de487da8b9aeb4fb394bb58de6502ef45f3434f12
MD5 1e527c5e7387527a240f9481524e0412
BLAKE2b-256 1daea09edf77bd535d597de13679262845f5cb6ff1fab37a3065640fb3d5e6e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be05bde21d5e6eefbc3a6de6b9bee2b47894b8945342e8663192809c4d1f08ce
MD5 86cf87fb33aaa4902951ce9c855fb4ec
BLAKE2b-256 4488720c9eba316406f243670237306bcdb8e269e4d0e12b191a697f66369404

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b6ff5be3b1853e0862da9d349fe87f869f68e63a25f7c37ce1130b321140f963
MD5 fb3dd9832b2d012146814d71f59b2e8b
BLAKE2b-256 93574b028c7c882411d9ca3f12cd4223ceeb5cb39f84bb91c4fb21a06440cbd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-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.11-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b48db06f53d1864fea6dbd855e6d51d41c0f06c212c3004511c0bdc6847b297
MD5 c74a2b00128df975007823a188d520af
BLAKE2b-256 7d68717286bda6530f39f3ac16899dac1855a71921aca5ee565484269326c979

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a46d56e99a31d858d6912d31ffa4ede6a325c86af13139539beefca10a1234ce
MD5 512d3fc82f867f56078586aeec6ebd52
BLAKE2b-256 802211ae7726086bf16ad35ecd1ebf31c0c709647b2618977bc088003bd38808

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61c834cbb80946d6ebfddd9b393a4c46bec92fcc0fa069321fcb8049117f76ea
MD5 3becf2acf6008260227e1b98c10f797a
BLAKE2b-256 e7e1b1448995072ab033898758179e208afa924f4625ea4524ec868fafbae77d

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 dbb1a822fd858d9853333a7c95d4e70dde9a79e65893138ce32c2ec6457d7a36
MD5 3009579628a4dff2a3468fffd1bc1835
BLAKE2b-256 6583cf3d6ac06bd02e1fb7fc6609d7a3be799328a94938dd2a64cf091989b8ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: coverage-7.6.11-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 211.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for coverage-7.6.11-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cd4839813b09ab1dd1be1bbc74f9a7787615f931f83952b6a9af1b2d3f708bf7
MD5 64d0fa43d647e7d94d62073a01a56c81
BLAKE2b-256 1b0dd287ef28d7525642101b1a3891d35b966560c116aa20f0bbd22c5a136ef5

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp311-cp311-win32.whl.

File metadata

  • Download URL: coverage-7.6.11-cp311-cp311-win32.whl
  • Upload date:
  • Size: 211.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for coverage-7.6.11-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 27700d859be68e4fb2e7bf774cf49933dcac6f81a9bc4c13bd41735b8d26a53b
MD5 e89c4e7aaa4bbe5a2b8c82d00bdbdd2e
BLAKE2b-256 dc6f08db69a0c0257257e9b942efdb31d317093b8c038be2ff61e114a72ee32e

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 050172741de03525290e67f0161ae5f7f387c88fca50d47fceb4724ceaa591d2
MD5 ac4b3ea7e73256c356d27ea7eb6b892e
BLAKE2b-256 597bab1c1ff66efbbd978b27e9789ce430cbbce53195fb18f7fe3ba14fc73b9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ff136607689c1c87f43d24203b6d2055b42030f352d5176f9c8b204d4235ef27
MD5 7459a976238e3f44c92f76c3823f0da2
BLAKE2b-256 b59be9af16145352fc5889f9c3df343235796e170c04295e615180fa194f8d41

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-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.11-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a165b09e7d5f685bf659063334a9a7b1a2d57b531753d3e04bd442b3cfe5845b
MD5 8bddaf10b517489a707d84038431f9eb
BLAKE2b-256 7ad8a241aa17ca90478b98da23dfe08ae871d8cfa949e34a61d667802b7f6f2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4bda710139ea646890d1c000feb533caff86904a0e0638f85e967c28cb8eec50
MD5 3ca620541ddf9f33a74c8be168ac93cf
BLAKE2b-256 0b4b670ad3c404802d45211a5cf0605a70a109ad0bc1210dabb463642a143949

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0b0f272901a5172090c0802053fbc503cdc3fa2612720d2669a98a7384a7bec
MD5 1a19b4bfcc0840e44110047d6034df89
BLAKE2b-256 11a08b4d0c21deac57253348ea35c86cbbe5077241d418540bfe58b561826649

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 532fe139691af134aa8b54ed60dd3c806aa81312d93693bd2883c7b61592c840
MD5 4abdc826a66556713ff52adfca9b10c1
BLAKE2b-256 28c9dc238d47920531f7a7fa39f4e2110d9c964c284ffa8b9bacb3db94eafe36

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: coverage-7.6.11-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 211.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for coverage-7.6.11-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c27df03730059118b8a923cfc8b84b7e9976742560af528242f201880879c1da
MD5 bd251ed8bd350c745f53a1ec4347f4cc
BLAKE2b-256 8b3f2f61ee4261bb3b9d92377bcf627ca5bd6725dd5433e6f1e51d6467b827a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp310-cp310-win32.whl.

File metadata

  • Download URL: coverage-7.6.11-cp310-cp310-win32.whl
  • Upload date:
  • Size: 211.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for coverage-7.6.11-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c7719a5e1dc93883a6b319bc0374ecd46fb6091ed659f3fbe281ab991634b9b0
MD5 e643ccacec6b5f722b25cd1fc691da29
BLAKE2b-256 1d5ede487d979ae47a52d7007b7a58d7ccb1d64c68027cf6953488a8f7b5fb16

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 397489c611b76302dfa1d9ea079e138dddc4af80fc6819d5f5119ec8ca6c0e47
MD5 084144251fb6aef59f31686ed6c645b5
BLAKE2b-256 7692a52f3de97812f31652fda25c2fe3b6f1b832833f116b293101f9fe3d28f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5128f3ba694c0a1bde55fc480090392c336236c3e1a10dad40dc1ab17c7675ff
MD5 26509556e46d31ff0911516808236d5f
BLAKE2b-256 0607bb575758c887ac328ac67dc786bf81e10bfa0b4ac98eef3518f726dff098

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ac5d92e2cc121a13270697e4cb37e1eb4511ac01d23fe1b6c097facc3b46489e
MD5 aa1340bb1a8c427a4d209d52ff0b61cf
BLAKE2b-256 7eb867c1e79118b9b2632cdea6b5e78b6d9bcef0528f620e1e8947637d49b560

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 de6b079b39246a7da9a40cfa62d5766bd52b4b7a88cf5a82ec4c45bf6e152306
MD5 d33ee5e4e34923aa152cab24d3889f18
BLAKE2b-256 11f1d91d847e79dfb2985b14090427c7df0c13d81f4e263a2ecb5f84ee667f0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-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.11-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e433b6e3a834a43dae2889adc125f3fa4c66668df420d8e49bc4ee817dd7a70
MD5 b2f012ef03b35f4e9aeae7f57788d1ed
BLAKE2b-256 7f61fe984f4a955f5fdc95f5ae9c5b35b7464589e3beb791e493d3d88def1769

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 60d4ad09dfc8c36c4910685faafcb8044c84e4dae302e86c585b3e2e7778726c
MD5 4c8428cd583b58b602ec4f5757a11ca0
BLAKE2b-256 c71372f363b7a9171c97756db9a3e9a659d7ad24190a01aa75b033460a7e7c13

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a3f7cbbcb4ad95067a6525f83a6fc78d9cbc1e70f8abaeeaeaa72ef34f48fc3
MD5 258f6b24737b0eee24a75867aa50f17a
BLAKE2b-256 3835f22234dfc289aac8c890e9fa5031bfcf3a83f626c39a4f2442c2c3e7a552

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eafea49da254a8289bed3fab960f808b322eda5577cb17a3733014928bbfbebd
MD5 edae252561f4a2e99f413ed501767b33
BLAKE2b-256 9215e92184931a6773cf1f690575a443a502af213ec8e6d5c48b77a768f3e237

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: coverage-7.6.11-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 211.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for coverage-7.6.11-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f382004fa4c93c01016d9226b9d696a08c53f6818b7ad59b4e96cb67e863353a
MD5 727fa7af0525ee8bd41732268b660b6e
BLAKE2b-256 39addcee2bf036acfc570e459c214e861730d67b9ce19f17c0cd0358f8f06c3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp39-cp39-win32.whl.

File metadata

  • Download URL: coverage-7.6.11-cp39-cp39-win32.whl
  • Upload date:
  • Size: 211.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for coverage-7.6.11-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 bb35ae9f134fbd9cf7302a9654d5a1e597c974202678082dcc569eb39a8cde03
MD5 e9bdb30c4e3ddfba23887ebcea813058
BLAKE2b-256 7a65b764c050115a8bfbf9047c0eef61ba6c98eff505ec76fd6ade691a20a2c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09d03f48d9025b8a6a116cddcb6c7b8ce80e4fb4c31dd2e124a7c377036ad58e
MD5 76d2e021b45c21052fe25c9db5b978c9
BLAKE2b-256 c1f181efac6a344cb336484d9c47e6d0f6e850ded77ad7432392ebee499786c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 476f29a258b9cd153f2be5bf5f119d670d2806363595263917bddc167d6e5cce
MD5 84886603a688e60df1c0754cb9007399
BLAKE2b-256 ad4d13ed57038b6fe56453fbc5bd367fe96f6d5f625cf93e37f8f69965260f56

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-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.11-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c96a142057d83ee993eaf71629ca3fb952cda8afa9a70af4132950c2bd3deb9
MD5 ff667d637f91e4b2726ebde0fb4ada83
BLAKE2b-256 58fc3b2a595b4bf9d706fe53e9d6807074b0451b438e9b964c6794d1d72e9a96

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 90de4e9ca4489e823138bd13098af9ac8028cc029f33f60098b5c08c675c7bda
MD5 4c4637fd89f5281b017d20c367e83533
BLAKE2b-256 4c331019042fd4dc89d52d33abcadd759e196cc4094db869cab8534c87282ff5

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f4679fcc9eb9004fdd1b00231ef1ec7167168071bebc4d66327e28c1979b4449
MD5 2511b399da1c08bac8d038f38177c30a
BLAKE2b-256 dbfed532cf0b6724f1f07645a232385fd5cab7da0b75ed375d6f8fb9c21064cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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.11-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.11-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ff52b4e2ac0080c96e506819586c4b16cdbf46724bda90d308a7330a73cc8521
MD5 092862ae7d38317ee26a0df5fae7b0a6
BLAKE2b-256 4e2330679564463db0e9a5dba6f1e2ad950b467f45795b209847c86744734d18

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.11-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 Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page