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 4, 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.12.tar.gz (805.9 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.12-py3-none-any.whl (200.6 kB view details)

Uploaded Python 3

coverage-7.6.12-pp39.pp310-none-any.whl (200.6 kB view details)

Uploaded PyPy

coverage-7.6.12-cp313-cp313t-win_amd64.whl (213.2 kB view details)

Uploaded CPython 3.13tWindows x86-64

coverage-7.6.12-cp313-cp313t-win32.whl (212.0 kB view details)

Uploaded CPython 3.13tWindows x86

coverage-7.6.12-cp313-cp313t-musllinux_1_2_x86_64.whl (250.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

coverage-7.6.12-cp313-cp313t-musllinux_1_2_i686.whl (249.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

coverage-7.6.12-cp313-cp313t-musllinux_1_2_aarch64.whl (251.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

coverage-7.6.12-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (254.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

coverage-7.6.12-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (252.0 kB view details)

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

coverage-7.6.12-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (249.7 kB view details)

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

coverage-7.6.12-cp313-cp313t-macosx_11_0_arm64.whl (209.7 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

coverage-7.6.12-cp313-cp313t-macosx_10_13_x86_64.whl (209.5 kB view details)

Uploaded CPython 3.13tmacOS 10.13+ x86-64

coverage-7.6.12-cp313-cp313-win_amd64.whl (212.1 kB view details)

Uploaded CPython 3.13Windows x86-64

coverage-7.6.12-cp313-cp313-win32.whl (211.3 kB view details)

Uploaded CPython 3.13Windows x86

coverage-7.6.12-cp313-cp313-musllinux_1_2_x86_64.whl (241.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

coverage-7.6.12-cp313-cp313-musllinux_1_2_i686.whl (239.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

coverage-7.6.12-cp313-cp313-musllinux_1_2_aarch64.whl (241.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

coverage-7.6.12-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (242.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

coverage-7.6.12-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241.5 kB view details)

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

coverage-7.6.12-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (239.5 kB view details)

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

coverage-7.6.12-cp313-cp313-macosx_11_0_arm64.whl (208.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

coverage-7.6.12-cp313-cp313-macosx_10_13_x86_64.whl (208.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

coverage-7.6.12-cp312-cp312-win_amd64.whl (212.1 kB view details)

Uploaded CPython 3.12Windows x86-64

coverage-7.6.12-cp312-cp312-win32.whl (211.3 kB view details)

Uploaded CPython 3.12Windows x86

coverage-7.6.12-cp312-cp312-musllinux_1_2_x86_64.whl (241.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

coverage-7.6.12-cp312-cp312-musllinux_1_2_i686.whl (239.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

coverage-7.6.12-cp312-cp312-musllinux_1_2_aarch64.whl (241.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

coverage-7.6.12-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (243.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

coverage-7.6.12-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (242.1 kB view details)

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

coverage-7.6.12-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (239.9 kB view details)

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

coverage-7.6.12-cp312-cp312-macosx_11_0_arm64.whl (208.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

coverage-7.6.12-cp312-cp312-macosx_10_13_x86_64.whl (208.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

coverage-7.6.12-cp311-cp311-win_amd64.whl (212.0 kB view details)

Uploaded CPython 3.11Windows x86-64

coverage-7.6.12-cp311-cp311-win32.whl (211.1 kB view details)

Uploaded CPython 3.11Windows x86

coverage-7.6.12-cp311-cp311-musllinux_1_2_x86_64.whl (239.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

coverage-7.6.12-cp311-cp311-musllinux_1_2_i686.whl (238.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

coverage-7.6.12-cp311-cp311-musllinux_1_2_aarch64.whl (239.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

coverage-7.6.12-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (241.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

coverage-7.6.12-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241.0 kB view details)

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

coverage-7.6.12-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (239.2 kB view details)

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

coverage-7.6.12-cp311-cp311-macosx_11_0_arm64.whl (208.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

coverage-7.6.12-cp311-cp311-macosx_10_9_x86_64.whl (208.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

coverage-7.6.12-cp310-cp310-win_amd64.whl (212.0 kB view details)

Uploaded CPython 3.10Windows x86-64

coverage-7.6.12-cp310-cp310-win32.whl (211.1 kB view details)

Uploaded CPython 3.10Windows x86

coverage-7.6.12-cp310-cp310-musllinux_1_2_x86_64.whl (235.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

coverage-7.6.12-cp310-cp310-musllinux_1_2_i686.whl (234.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

coverage-7.6.12-cp310-cp310-musllinux_1_2_aarch64.whl (236.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

coverage-7.6.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

coverage-7.6.12-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (237.0 kB view details)

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

coverage-7.6.12-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (235.8 kB view details)

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

coverage-7.6.12-cp310-cp310-macosx_11_0_arm64.whl (208.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

coverage-7.6.12-cp310-cp310-macosx_10_9_x86_64.whl (208.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

coverage-7.6.12-cp39-cp39-win_amd64.whl (212.0 kB view details)

Uploaded CPython 3.9Windows x86-64

coverage-7.6.12-cp39-cp39-win32.whl (211.1 kB view details)

Uploaded CPython 3.9Windows x86

coverage-7.6.12-cp39-cp39-musllinux_1_2_x86_64.whl (235.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

coverage-7.6.12-cp39-cp39-musllinux_1_2_i686.whl (234.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

coverage-7.6.12-cp39-cp39-musllinux_1_2_aarch64.whl (235.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

coverage-7.6.12-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

coverage-7.6.12-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (236.6 kB view details)

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

coverage-7.6.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (235.5 kB view details)

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

coverage-7.6.12-cp39-cp39-macosx_11_0_arm64.whl (208.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

coverage-7.6.12-cp39-cp39-macosx_10_9_x86_64.whl (208.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: coverage-7.6.12.tar.gz
  • Upload date:
  • Size: 805.9 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.12.tar.gz
Algorithm Hash digest
SHA256 48cfc4641d95d34766ad41d9573cc0f22a48aa88d22657a1fe01dca0dbae4de2
MD5 ed2fade0637791e846911e83f60ae255
BLAKE2b-256 0cd62b53ab3ee99f2262e6f0b8369a43f6d66658eab45510331c0b3d5c8c4272

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: coverage-7.6.12-py3-none-any.whl
  • Upload date:
  • Size: 200.6 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.12-py3-none-any.whl
Algorithm Hash digest
SHA256 eb8668cfbc279a536c633137deeb9435d2962caec279c3f8cf8b91fff6ff8953
MD5 89d207bb8000d08cde27a1702ce7c11a
BLAKE2b-256 fbb2f655700e1024dec98b10ebaafd0cedbc25e40e4abe62a3c8e2ceef4f8f0a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-pp39.pp310-none-any.whl
Algorithm Hash digest
SHA256 7e39e845c4d764208e7b8f6a21c541ade741e2c41afabdfa1caa28687a3c98cf
MD5 161f5aa8d69edb7e6f541e23980b3bb2
BLAKE2b-256 7a7f05818c62c7afe75df11e0233bd670948d68b36cdbf2a339a095bc02624a8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: coverage-7.6.12-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 213.2 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.12-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 f60a297c3987c6c02ffb29effc70eadcbb412fe76947d394a1091a3615948e2f
MD5 13f293068de477fc4e8d348fdd88b6d1
BLAKE2b-256 b6c3f7aaa3813f1fa9a4228175a7bd368199659d392897e184435a3b66408dd3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: coverage-7.6.12-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 212.0 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.12-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 eb5507795caabd9b2ae3f1adc95f67b1104971c22c624bb354232d65c4fc90b3
MD5 7a3524b0df3d8cc7588259c667e3688f
BLAKE2b-256 cb79b7cee656cfb17a7f2c1b9c3cee03dd5d8000ca299ad4038ba64b61a9b044

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2251fabcfee0a55a8578a9d29cecfee5f2de02f11530e7d5c5a05859aa85aee9
MD5 eab052f5d460cf410c0a760107784b95
BLAKE2b-256 6e8ec14a79f535ce41af7d436bbad0d3d90c43d9e38ec409b4770c894031422e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ecea0c38c9079570163d663c0433a9af4094a60aafdca491c6a3d248c7432827
MD5 fb54698df636709fdcd0cdcf3c713fb2
BLAKE2b-256 783b6d3ae3c1cc05f1b0460c51e6f6dcf567598cbd7c6121e5ad06643974703c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b95574d06aa9d2bd6e5cc35a5bbe35696342c96760b69dc4287dbd5abd4ad51d
MD5 6e232ece45a5cd2be0d8580d28253b87
BLAKE2b-256 1e894c2750df7f80a7872267f7c5fe497c69d45f688f7b3afe1297e52e33f791

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2458f275944db8129f95d91aee32c828a408481ecde3b30af31d552c2ce284a0
MD5 49a263df4b8df7dde5712f3006cc0a1e
BLAKE2b-256 524ea7feb5a56b266304bc59f872ea07b728e14d5a64f1ad3a2cc01a3259c965

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.12-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.12-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.12-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 14d47376a4f445e9743f6c83291e60adb1b127607a3618e3185bbc8091f0467b
MD5 779851a0c92b0208750c884f8c613b38
BLAKE2b-256 1cda5b19f09ba39df7c55f77820736bf17bbe2416bbf5216a3100ac019e15839

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0a9d8be07fb0832636a0f72b80d2a652fe665e80e720301fb22b191c3434d924
MD5 0f8820094b89ae18f210dc93425530db
BLAKE2b-256 6519069fec4d6908d0dae98126aa7ad08ce5130a6decc8509da7740d36e8e8d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b467a8c56974bf06e543e69ad803c6865249d7a5ccf6980457ed2bc50312703
MD5 3ab0fa0de6041ec77982d2b76847e498
BLAKE2b-256 57b3119c201d3b692d5e17784fee876a9a78e1b3051327de2709392962877ca8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 299cf973a7abff87a30609879c10df0b3bfc33d021e1adabc29138a48888841e
MD5 4b6f6ef8fcaaffd27510430137aad173
BLAKE2b-256 d21cb9965bf23e171d98505eb5eb4fb4d05c44efd256f2e0f19ad1ba8c3f54b0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: coverage-7.6.12-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 212.1 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.12-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2b996819ced9f7dbb812c701485d58f261bef08f9b85304d41219b1496b591ef
MD5 1f6712ed912b5c885b31953dd56b244e
BLAKE2b-256 bc17ab849b7429a639f9722fa5628364c28d675c7ff37ebc3268fe9840dda13c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: coverage-7.6.12-cp313-cp313-win32.whl
  • Upload date:
  • Size: 211.3 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.12-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 200e10beb6ddd7c3ded322a4186313d5ca9e63e33d8fab4faa67ef46d3460af3
MD5 61ebbf0b36eb0c65751383cd021e425d
BLAKE2b-256 ae28a52ff5d62a9f9e9fe9c4f17759b98632edd3a3489fce70154c7d66054dd3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8bec2ac5da793c2685ce5319ca9bcf4eee683b8a1679051f8e6ec04c4f2fd7dc
MD5 0e73202d9bd7a334ef8336c9de4c1c8c
BLAKE2b-256 7de4869a138e50b622f796782d642c15fb5f25a5870c6d0059a663667a201638

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9b148068e881faa26d878ff63e79650e208e95cf1c22bd3f77c3ca7b1d9821a3
MD5 157735aa10d9ef54f33512a6d03141df
BLAKE2b-256 ff8c566ea92ce2bb7627b0900124e24a99f9244b6c8c92d09ff9f7633eb7c3c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 79cac3390bfa9836bb795be377395f28410811c9066bc4eefd8015258a7578c6
MD5 10bc621bda7dee39f70fd8c120ee9012
BLAKE2b-256 a67d0e83cc2673a7790650851ee92f72a343827ecaaea07960587c8f442b5cd3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0533adc29adf6a69c1baa88c3d7dbcaadcffa21afbed3ca7a225a440e4744bf9
MD5 2654cf07260bce68f7c868d11ae027d3
BLAKE2b-256 b4d04596a3ef3bca20a94539c9b1e10fd250225d1dec57ea78b0867a1cf9742e

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.12-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.12-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.12-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 64cbb1a3027c79ca6310bf101014614f6e6e18c226474606cf725238cf5bc2d4
MD5 62a6e28d25222afde007123289db7d19
BLAKE2b-256 0c4b373be2be7dd42f2bcd6964059fd8fa307d265a29d2b9bcf1d044bcc156ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 53c56358d470fa507a2b6e67a68fd002364d23c83741dbc4c2e0680d80ca227e
MD5 e28140d5f3fdbe4a22fb670b05d716ab
BLAKE2b-256 1cef6fd0d344695af6718a38d0861408af48a709327335486a7ad7e85936dc6e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d1095bbee1851269f79fd8e0c9b5544e4c00c0c24965e66d8cba2eb5bb535fd
MD5 0de0bb31977519b4d0583d92df7dd1d3
BLAKE2b-256 ce6492a4e239d64d798535c5b45baac6b891c205a8a2e7c9cc8590ad386693dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 488c27b3db0ebee97a830e6b5a3ea930c4a6e2c07f27a5e67e1b3532e76b9ef1
MD5 18b0bffdfe8155d27fe677397ddf54f1
BLAKE2b-256 76891adf3e634753c0de3dad2f02aac1e73dba58bc5a3a914ac94a25b2ef418f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: coverage-7.6.12-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 212.1 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.12-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7ae6eabf519bc7871ce117fb18bf14e0e343eeb96c377667e3e5dd12095e0288
MD5 059281e810e04274b91e869c2c4079bd
BLAKE2b-256 534053c7ffe3c0c3fff4d708bc99e65f3d78c129110d6629736faf2dbd60ad57

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: coverage-7.6.12-cp312-cp312-win32.whl
  • Upload date:
  • Size: 211.3 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.12-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 00b2086892cf06c7c2d74983c9595dc511acca00665480b3ddff749ec4fb2a95
MD5 0f4b8f91d2709b4cdcc613472b9a77dd
BLAKE2b-256 9e9dfa04d9e6c3f6459f4e0b231925277cfc33d72dfab7fa19c312c03e59da99

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b076e625396e787448d27a411aefff867db2bffac8ed04e8f7056b07024eed5a
MD5 4996c51528bfda7a4d328fa0d52f6a1e
BLAKE2b-256 1c8e5bb04f0318805e190984c6ce106b4c3968a9562a400180e549855d8211bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0f16f44025c06792e0fb09571ae454bcc7a3ec75eeb3c36b025eccf501b1a4c3
MD5 6f414e7cc2ea9115f421f6ec4b8c541b
BLAKE2b-256 f6af995263fd04ae5f9cf12521150295bf03b6ba940d0aea97953bb4a6db3e2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.12-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.12-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.12-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1ceeb90c3eda1f2d8c4c578c14167dbd8c674ecd7d38e45647543f19839dd6ea
MD5 8ee2593840f02bbb9b452fc099e6821c
BLAKE2b-256 e990df726af8ee74d92ee7e3bf113bf101ea4315d71508952bd21abc3fae471e

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.12-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.12-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.12-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e549f54ac5f301e8e04c569dfdb907f7be71b06b88b5063ce9d6953d2d58574
MD5 dda1af47b90156836f6e8e83c7152469
BLAKE2b-256 bd10fecabcf438ba676f706bf90186ccf6ff9f6158cc494286965c76e58742fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.12-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.12-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.12-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bda1c5f347550c359f841d6614fb8ca42ae5cb0b74d39f8a1e204815ebe25750
MD5 52a53a9469f17c972d4e624974a28088
BLAKE2b-256 c4472ba744af8d2f0caa1f17e7746147e34dfc5f811fb65fc153153722d58835

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 959244a17184515f8c52dcb65fb662808767c0bd233c1d8a166e7cf74c9ea985
MD5 986ff944f75bf44a22453b061ac56beb
BLAKE2b-256 4c534e208440389e8ea936f5f2b0762dcd4cb03281a7722def8e2bf9dc9c3d68

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 641dfe0ab73deb7069fb972d4d9725bf11c239c309ce694dd50b1473c0f641c3
MD5 f6c7058823003b3dbb0941dbe69c61c2
BLAKE2b-256 dc60d19df912989117caa95123524d26fc973f56dc14aecdec5ccd7d0084e131

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b172f8e030e8ef247b3104902cc671e20df80163b60a203653150d2fc204d1ad
MD5 aa3cb850e80ae95f6bed72570f447ef2
BLAKE2b-256 e27f4af2ed1d06ce6bee7eafc03b2ef748b14132b0bdae04388e451e4b2c529b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: coverage-7.6.12-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 212.0 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.12-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e216c5c45f89ef8971373fd1c5d8d1164b81f7f5f06bbf23c37e7908d19e8558
MD5 4ce6d50d86bb39a2b2dc5b0be3669810
BLAKE2b-256 d5db829185120c1686fa297294f8fcd23e0422f71070bf85ef1cc1a72ecb2930

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: coverage-7.6.12-cp311-cp311-win32.whl
  • Upload date:
  • Size: 211.1 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.12-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1f7ffa05da41754e20512202c866d0ebfc440bba3b0ed15133070e20bf5aeb5f
MD5 3494c7f0431aab49ab28a215c6b7906f
BLAKE2b-256 12c1e453d3b794cde1e232ee8ac1d194fde8e2ba329c18bbf1b93f6f5eef606b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1f097878d74fe51e1ddd1be62d8e3682748875b461232cf4b52ddc6e6db0bba
MD5 8ec6988f3bfa6d32c0e0e1673c0e719c
BLAKE2b-256 6ed41d9404566f553728889409eff82151d515fbb46dc92cbd13b5337fa0de8c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e995b3b76ccedc27fe4f477b349b7d64597e53a43fc2961db9d3fbace085d69d
MD5 afc6bb509c3cf33c210e54b18620ce18
BLAKE2b-256 ddea88a1ff951ed288f56aa561558ebe380107cf9132facd0b50bced63ba7238

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.12-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.12-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.12-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d74c08e9aaef995f8c4ef6d202dbd219c318450fe2a76da624f2ebb9c8ec5d9f
MD5 ea2651d920eb37e907780da058d5079e
BLAKE2b-256 4b2656afefc03c30871326e3d99709a70d327ac1f33da383cba108c79bd71563

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.12-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.12-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.12-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0ef01d70198431719af0b1f5dcbefc557d44a190e749004042927b2a3fed0702
MD5 f47a52071899471a0b7caf2223bdf970
BLAKE2b-256 47635682bf14d2ce20819998a49c0deadb81e608a59eed64d6bc2191bc8046b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.12-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.12-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.12-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e695df2c58ce526eeab11a2e915448d3eb76f75dffe338ea613c1201b33bab2f
MD5 e4822067bee354aa53fca94a85d73c9c
BLAKE2b-256 c7019cd06cbb1be53e837e16f1b4309f6357e2dfcbdab0dd7cd3b1a50589e4e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 07e92ae5a289a4bc4c0aae710c0948d3c7892e20fd3588224ebe242039573bf0
MD5 047c15e0a99d62918fa4e9a736a498c1
BLAKE2b-256 6ab66b6631f1172d437e11067e1c2edfdb7238b65dff965a12bce3b6d1bf2be2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66fe626fd7aa5982cdebad23e49e78ef7dbb3e3c2a5960a2b53632f1f703ea45
MD5 f459264eb65be69ccede903d8a451f12
BLAKE2b-256 31f2c269f46c470bdabe83a69e860c80a82e5e76840e9f4bbd7f38f8cebbee2f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e18aafdfb3e9ec0d261c942d35bd7c28d031c5855dadb491d2723ba54f4c3015
MD5 d2491e1dc5031d622a4e761ebe1259fe
BLAKE2b-256 642dda78abbfff98468c91fd63a73cccdfa0e99051676ded8dd36123e3a2d4d5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: coverage-7.6.12-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 212.0 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.12-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 676f92141e3c5492d2a1596d52287d0d963df21bf5e55c8b03075a60e1ddf8aa
MD5 f11ba15389911eee4c3d69b8e806b5a5
BLAKE2b-256 fc57b3878006cedfd573c963e5c751b8587154eb10a61cc0f47a84f85c88a355

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: coverage-7.6.12-cp310-cp310-win32.whl
  • Upload date:
  • Size: 211.1 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.12-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ea31689f05043d520113e0552f039603c4dd71fa4c287b64cb3606140c66f425
MD5 68cd1a2543964dfc61cd7100af1a8dfa
BLAKE2b-256 296218791d3632ee3ff3f95bc8599115707d05229c72db9539f208bb878a3d88

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ace9048de91293e467b44bce0f0381345078389814ff6e18dbac8fdbf896360e
MD5 e0bbb958855a82f3394a278138aa6e5d
BLAKE2b-256 0d7728ef95c5d23fe3dd191a0b7d89c82fea2c2d904aef9315daf7c890e96557

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cec6b9ce3bd2b7853d4a4563801292bfee40b030c05a3d29555fd2a8ee9bd68c
MD5 87362d0090c2b5e0bf9e9a5bcc2c08eb
BLAKE2b-256 ebd056b4ab77f9b12aea4d4c11dc11cdcaa7c29130b837eb610639cf3400c9c3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d1a987778b9c71da2fc8948e6f2656da6ef68f59298b7e9786849634c35d2c3c
MD5 71686cd08025549a59641007140fbdde
BLAKE2b-256 4fbcaef5a98f9133851bd1aacf130e754063719345d2fb776a117d5a8d516971

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 06097c7abfa611c91edb9e6920264e5be1d6ceb374efb4986f38b09eed4cb2fe
MD5 1a30157979d39cd81866249f6b1c06a1
BLAKE2b-256 8625c6ff0775f8960e8c0840845b723eed978d22a3cd9babd2b996e4a7c502c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.12-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.12-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.12-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3688b99604a24492bcfe1c106278c45586eb819bf66a654d8a9a1433022fb2eb
MD5 751670a39b63ced92b932a8d8cdaba46
BLAKE2b-256 b5f19e6b75531fe33490b910d251b0bf709142e73a40e4e38a3899e6986fe088

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 220fa6c0ad7d9caef57f2c8771918324563ef0d8272c94974717c3909664e674
MD5 ce25869b53c154509e3223f55905a242
BLAKE2b-256 b03d5f5bd37046243cb9d15fff2c69e498c2f4fe4f9b42a96018d4579ed3506f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad7525bf0241e5502168ae9c643a2f6c219fa0a283001cee4cf23a9b7da75879
MD5 a911917234bc9edf390530f5aa6e4745
BLAKE2b-256 334317f71676016c8829bde69e24c852fef6bd9ed39f774a245d9ec98f689fa0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 704c8c8c6ce6569286ae9622e534b4f5b9759b6f2cd643f1c1a61f666d534fe8
MD5 0f743c4055aa34649565012f91e25db2
BLAKE2b-256 ba6781dc41ec8f548c365d04a29f1afd492d3176b372c33e47fa2a45a01dc13a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: coverage-7.6.12-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 212.0 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.12-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b01a840ecc25dce235ae4c1b6a0daefb2a203dba0e6e980637ee9c2f6ee0df57
MD5 bc19967c1b442affeb21542f4090914e
BLAKE2b-256 dfea086cb06af14a84fe773b86aa140892006a906c5ec947e609ceb6a93f6257

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: coverage-7.6.12-cp39-cp39-win32.whl
  • Upload date:
  • Size: 211.1 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.12-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 69e62c5034291c845fc4df7f8155e8544178b6c774f97a99e2734b05eb5bed31
MD5 d103fcc310c1813edcf68125a2d4550d
BLAKE2b-256 ee1ed45045b7d3012fe518c617a57b9f9396cdaebe6455f1b404858b32c38cdd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 78f5243bb6b1060aed6213d5107744c19f9571ec76d54c99cc15938eb69e0e86
MD5 7a43978beaad21cc97f027e30c27b485
BLAKE2b-256 7c34edd03f6933f766ec97dddd178a7295855f8207bb708dbac03777107ace5b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f973643ef532d4f9be71dd88cf7588936685fdb576d93a79fe9f65bc337d9d73
MD5 26afac9ed01e0744d67a63dabedebd90
BLAKE2b-256 f787631e5883fe0a80683a1f20dadbd0f99b79e17a9d8ea9aff3a9b4cfe50b93

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.12-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.12-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.12-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aa6f302a3a0b5f240ee201297fff0bbfe2fa0d415a94aeb257d8b461032389bd
MD5 f6a391521aad56449f52be6ced8398b3
BLAKE2b-256 4d4951cd991b56257d2e07e3d5cb053411e9de5b0f4e98047167ec05e4e19b55

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.12-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.12-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.6.12-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3a1e465f398c713f1b212400b4e79a09829cd42aebd360362cd89c5bdc44eb87
MD5 f2b44954dab4fb5e623bbc736814801d
BLAKE2b-256 449f421e84f7f9455eca85ff85546f26cbc144034bb2587e08bfc214dd6e9c8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.12-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.12-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.12-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a936309a65cc5ca80fa9f20a442ff9e2d06927ec9a4f54bcba9c14c066323f2
MD5 ea7adc4e9693d25d81f80bf05c425da3
BLAKE2b-256 e010a3d317e38e5627b06debe861d6c511b1611dd9dc0e2a47afbe6257ffd341

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f25d8b92a4e31ff1bd873654ec367ae811b3a943583e05432ea29264782dc32c
MD5 46309b0a436028d6daab176331daac54
BLAKE2b-256 c9c4a2c4f274bcb711ed5db2ccc1b851ca1c45f35ed6077aec9d6c61845d80e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8161d9fbc7e9fe2326de89cd0abb9f3599bccc1287db0aba285cb68d204ce929
MD5 6daa31a43d2da991277fb3f00d298554
BLAKE2b-256 95424ebad0ab065228e29869a060644712ab1b0821d8c29bfefa20c2118c9e19

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.6.12-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e7575ab65ca8399c8c4f9a7d61bbd2d204c8b8e447aab9d355682205c9dd948d
MD5 c056e1dbdefc4732a3e6ef0bfd09e4a3
BLAKE2b-256 6cebcf062b1c3dbdcafd64a2a154beea2e4aa8e9886c34e41f53fa04925c8b35

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.6.12-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