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 6, including free-threading.

  • PyPy3 versions 3.9, 3.10, and 3.11.

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

New in 7.x: Coverage.branch_stats(); 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.7.0.tar.gz (810.0 kB view details)

Uploaded Source

Built Distributions

coverage-7.7.0-py3-none-any.whl (202.8 kB view details)

Uploaded Python 3

coverage-7.7.0-pp39.pp310.pp311-none-any.whl (202.8 kB view details)

Uploaded PyPy

coverage-7.7.0-cp313-cp313t-win_amd64.whl (215.4 kB view details)

Uploaded CPython 3.13t Windows x86-64

coverage-7.7.0-cp313-cp313t-win32.whl (214.3 kB view details)

Uploaded CPython 3.13t Windows x86

coverage-7.7.0-cp313-cp313t-musllinux_1_2_x86_64.whl (254.3 kB view details)

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

coverage-7.7.0-cp313-cp313t-musllinux_1_2_i686.whl (253.5 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ i686

coverage-7.7.0-cp313-cp313t-musllinux_1_2_aarch64.whl (255.4 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ ARM64

coverage-7.7.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (256.2 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ ARM64

coverage-7.7.0-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (254.3 kB view details)

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

coverage-7.7.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (251.9 kB view details)

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

coverage-7.7.0-cp313-cp313t-macosx_11_0_arm64.whl (212.0 kB view details)

Uploaded CPython 3.13t macOS 11.0+ ARM64

coverage-7.7.0-cp313-cp313t-macosx_10_13_x86_64.whl (211.8 kB view details)

Uploaded CPython 3.13t macOS 10.13+ x86-64

coverage-7.7.0-cp313-cp313-win_amd64.whl (214.4 kB view details)

Uploaded CPython 3.13 Windows x86-64

coverage-7.7.0-cp313-cp313-win32.whl (213.6 kB view details)

Uploaded CPython 3.13 Windows x86

coverage-7.7.0-cp313-cp313-musllinux_1_2_x86_64.whl (243.2 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

coverage-7.7.0-cp313-cp313-musllinux_1_2_i686.whl (241.9 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

coverage-7.7.0-cp313-cp313-musllinux_1_2_aarch64.whl (243.9 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

coverage-7.7.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (244.7 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

coverage-7.7.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (243.8 kB view details)

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

coverage-7.7.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (241.8 kB view details)

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

coverage-7.7.0-cp313-cp313-macosx_11_0_arm64.whl (211.2 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

coverage-7.7.0-cp313-cp313-macosx_10_13_x86_64.whl (210.9 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

coverage-7.7.0-cp312-cp312-win_amd64.whl (214.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

coverage-7.7.0-cp312-cp312-win32.whl (213.5 kB view details)

Uploaded CPython 3.12 Windows x86

coverage-7.7.0-cp312-cp312-musllinux_1_2_x86_64.whl (243.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

coverage-7.7.0-cp312-cp312-musllinux_1_2_i686.whl (242.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

coverage-7.7.0-cp312-cp312-musllinux_1_2_aarch64.whl (244.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

coverage-7.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (245.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

coverage-7.7.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (244.4 kB view details)

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

coverage-7.7.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (242.1 kB view details)

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

coverage-7.7.0-cp312-cp312-macosx_11_0_arm64.whl (211.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

coverage-7.7.0-cp312-cp312-macosx_10_13_x86_64.whl (210.9 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

coverage-7.7.0-cp311-cp311-win_amd64.whl (214.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

coverage-7.7.0-cp311-cp311-win32.whl (213.4 kB view details)

Uploaded CPython 3.11 Windows x86

coverage-7.7.0-cp311-cp311-musllinux_1_2_x86_64.whl (241.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

coverage-7.7.0-cp311-cp311-musllinux_1_2_i686.whl (241.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

coverage-7.7.0-cp311-cp311-musllinux_1_2_aarch64.whl (242.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

coverage-7.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (243.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

coverage-7.7.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (243.3 kB view details)

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

coverage-7.7.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (241.5 kB view details)

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

coverage-7.7.0-cp311-cp311-macosx_11_0_arm64.whl (211.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

coverage-7.7.0-cp311-cp311-macosx_10_9_x86_64.whl (210.7 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

coverage-7.7.0-cp310-cp310-win_amd64.whl (214.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

coverage-7.7.0-cp310-cp310-win32.whl (213.3 kB view details)

Uploaded CPython 3.10 Windows x86

coverage-7.7.0-cp310-cp310-musllinux_1_2_x86_64.whl (238.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

coverage-7.7.0-cp310-cp310-musllinux_1_2_i686.whl (237.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

coverage-7.7.0-cp310-cp310-musllinux_1_2_aarch64.whl (239.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

coverage-7.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (240.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

coverage-7.7.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239.2 kB view details)

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

coverage-7.7.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (238.1 kB view details)

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

coverage-7.7.0-cp310-cp310-macosx_11_0_arm64.whl (211.0 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

coverage-7.7.0-cp310-cp310-macosx_10_9_x86_64.whl (210.6 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

coverage-7.7.0-cp39-cp39-win_amd64.whl (214.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

coverage-7.7.0-cp39-cp39-win32.whl (213.3 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-7.7.0-cp39-cp39-musllinux_1_2_x86_64.whl (237.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

coverage-7.7.0-cp39-cp39-musllinux_1_2_i686.whl (236.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

coverage-7.7.0-cp39-cp39-musllinux_1_2_aarch64.whl (238.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

coverage-7.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (239.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

coverage-7.7.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (238.8 kB view details)

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

coverage-7.7.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (237.7 kB view details)

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

coverage-7.7.0-cp39-cp39-macosx_11_0_arm64.whl (211.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

coverage-7.7.0-cp39-cp39-macosx_10_9_x86_64.whl (210.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for coverage-7.7.0.tar.gz
Algorithm Hash digest
SHA256 cd879d4646055a573775a1cec863d00c9ff8c55860f8b17f6d8eee9140c06166
MD5 615f47508aa8ef6a5ad5759af843d1c7
BLAKE2b-256 0236465f5492443265e1278f9a82ffe6aeed3f1db779da0d6e7d4611a5cfb6af

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 708f0a1105ef2b11c79ed54ed31f17e6325ac936501fc373f24be3e6a578146a
MD5 83f69b2ef6ef68fcb41c25ece93df353
BLAKE2b-256 2aac60f409a448e5b0e9b8539716f683568aa5848c1be903cdbbc805a552cdf8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-pp39.pp310.pp311-none-any.whl
Algorithm Hash digest
SHA256 3b0e6e54591ae0d7427def8a4d40fca99df6b899d10354bab73cd5609807261c
MD5 e97ae09d69789b0d990a922f7976223b
BLAKE2b-256 cb696a5eac32d2e8721274ef75df1b9fd6a8f7e8231e41ff7bc5501f19835f25

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.7.0-pp39.pp310.pp311-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.7.0-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for coverage-7.7.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 b54a1ee4c6f1905a436cbaa04b26626d27925a41cbc3a337e2d3ff7038187f07
MD5 9bcf733cb8eb89610e641f7773127e1d
BLAKE2b-256 95ab657bfa6171800a67bd1c005402f06d6b78610820ef1364ea4f85b04bbb5b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.7.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 1b336d06af14f8da5b1f391e8dec03634daf54dfcb4d1c4fb6d04c09d83cef90
MD5 d9e499868da3d9d1ab7c677fbcd30045
BLAKE2b-256 45567c33f8a6de1b3b079374d2ae490ccf76fb7c094a23f72d10f071989fc3ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4e09534037933bf6eb31d804e72c52ec23219b32c1730f9152feabbd7499463
MD5 db0a156665fcb5e3e52d9a64de8a4abe
BLAKE2b-256 4d7d3747e000e60ad5dd8157bd978f99979967d56cb35c55235980c85305db86

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c5f8a5364fc37b2f172c26a038bc7ec4885f429de4a05fc10fdcb53fb5834c5c
MD5 d53bbb7be9652bea9fae9c8d454efce6
BLAKE2b-256 a582a2abb8d4cdd99c6a443ab6682c0eee5797490a2113a45ffaa8b6b31c5dcc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ad0edaa97cb983d9f2ff48cadddc3e1fb09f24aa558abeb4dc9a0dbacd12cbb4
MD5 bc1091dcf25102d7b6c6740d9c874161
BLAKE2b-256 a712206196edbf0b82250b11bf5c252fe25ebaa2b7c8d66edb0c194e7b3403fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b2f144444879363ea8834cd7b6869d79ac796cb8f864b0cfdde50296cd95816
MD5 d8f8ecd3bf129b314a6cfa436fe6d597
BLAKE2b-256 9899c92f43355d3d67f6bf8c946a350f2174e18f9ea7c8a1e36c9eb84ab7d20b

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.7.0-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.7.0-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.7.0-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb203c0afffaf1a8f5b9659a013f8f16a1b2cad3a80a8733ceedc968c0cf4c57
MD5 5a5130c2e4c23c7701958bbad6a651b1
BLAKE2b-256 b21099a9565aaeb159aade178c6509c8324a9c9e825b01f02242a37c2a8869f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 60e6347d1ed882b1159ffea172cb8466ee46c665af4ca397edbf10ff53e9ffaf
MD5 82c4aa488c4a79c5fd03df83d86ce72f
BLAKE2b-256 256265f0f33c08e0a1632f1e487b9c2d252e8bad6a77a942836043972b0ba6d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 89078312f06237417adda7c021c33f80f7a6d2db8572a5f6c330d89b080061ce
MD5 f93483b996ba0cb96e40d9270e680e4f
BLAKE2b-256 13cc3daddc707e934d3c0aafaa4a9b217f53fcf4133d4e40cc6ae63aa51243b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cc41374d2f27d81d6558f8a24e5c114580ffefc197fd43eabd7058182f743322
MD5 cd7be1eab1b36d1a46fcc28957ab3014
BLAKE2b-256 ed2550b0447442a415ad3da33093c589d9ef945dd6933225f1ce0ac97476397e

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 55143aa13c49491f5606f05b49ed88663446dce3a4d3c5d77baa4e36a16d3573
MD5 31176637ede4ab9929993caed2d543d1
BLAKE2b-256 d7c17e67780bfcaed6bed20100c9e1b2645e3414577b4bdad169578325249045

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.7.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 180e3fc68ee4dc5af8b33b6ca4e3bb8aa1abe25eedcb958ba5cff7123071af68
MD5 8399180058b7b7d1a97490824424494c
BLAKE2b-256 6d06d8701bae1e5d865edeb00a6c2a71bd7659ca6af349789271c6fd16a57909

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ab7090f04b12dc6469882ce81244572779d3a4b67eea1c96fb9ecc8c607ef39
MD5 bb80f87fdd6485cf5516880e82144c1f
BLAKE2b-256 ecfeb6bd35b17a2b8d26bdb21d5ea4351a837ec01edf552655e833629af05b90

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 57f3bd0d29bf2bd9325c0ff9cc532a175110c4bf8f412c05b2405fd35745266d
MD5 dc164fe266ff929cd1520863de02f403
BLAKE2b-256 dbe42398ed93edcf42ff43002d91c37be11514d825cec382606654fd44f4b8fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5efdeff5f353ed3352c04e6b318ab05c6ce9249c25ed3c2090c6e9cadda1e3b2
MD5 144562f148a1c1907d937782f8d03bee
BLAKE2b-256 d3119cc1ae56d3015edca69437f3121c2b44de309f6828980b29e4cc9b13246d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 316f29cc3392fa3912493ee4c83afa4a0e2db04ff69600711f8c03997c39baaa
MD5 54f55e5d9e1f90e2b1e18175a55c73ac
BLAKE2b-256 2d6aaf6582a419550d35eacc3e1bf9f4a936dda0ae559632a0bc4e3aef694ac8

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.7.0-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.7.0-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.7.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 416e2a8845eaff288f97eaf76ab40367deafb9073ffc47bf2a583f26b05e5265
MD5 c5207be8dcd9a2478729b51d64bbdcab
BLAKE2b-256 624b2dc27700782be9795cbbbe98394dd19ef74815d78d5027ed894972cd1b4a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e1ffde1d6bc2a92f9c9207d1ad808550873748ac2d4d923c815b866baa343b3f
MD5 8d4c5bd2570142a1d80ca27894010509
BLAKE2b-256 55627c49526111c91f3d7d27e111c22c8d08722f5b661c3f031b625b4d7bc4d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1393e5aa9441dafb0162c36c8506c648b89aea9565b31f6bfa351e66c11bcd82
MD5 e081976004862a2d4b7c063add190b48
BLAKE2b-256 f385ff19510bf642e334845318ddb73a550d2b17082831fa9ae053ce72288be7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4545485fef7a8a2d8f30e6f79ce719eb154aab7e44217eb444c1d38239af2072
MD5 9445700af1b54c8044ff3d646654c8f1
BLAKE2b-256 452fdf6235ec963b9eb6b6b2f3c24f70448f1ffa13b9a481c155a6caff176395

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0ce8cf59e09d31a4915ff4c3b94c6514af4c84b22c4cc8ad7c3c546a86150a92
MD5 aec8db87f9936451db0bac1662885a75
BLAKE2b-256 297499d226985def03284bad6a9aff27a1079a8881ec7523b5980b00a5260527

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.7.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 52fc89602cde411a4196c8c6894afb384f2125f34c031774f82a4f2608c59d7d
MD5 dcd62fd2f2f645186efa7c762d49b3b2
BLAKE2b-256 87b5142bcff3828e4cce5d4c9ddc9222de1664464263acca09638e4eb0dbda7c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 693d921621a0c8043bfdc61f7d4df5ea6d22165fe8b807cac21eb80dd94e4bbd
MD5 8373e491f30eede90a7b3e128e814108
BLAKE2b-256 f9c50ed656d65da39bbab8e8fc367dc3d465a7501fea0f2b1caccfb4f6361c9f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b667b91f4f714b17af2a18e220015c941d1cf8b07c17f2160033dbe1e64149f0
MD5 652820d12b492a7676247fda5ec9a0b5
BLAKE2b-256 0174b833d299a479681957d6b238e16a0725586e1d56ec1e43658f3184550bb0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aa4dff57fc21a575672176d5ab0ef15a927199e775c5e8a3d75162ab2b0c7705
MD5 07267ffd3d9821c12192424391d9d671
BLAKE2b-256 6866ab7c3b9fdbeb8bdd322f5b67b1886463834dba2014a534caba60fb0075ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4fbb7a0c3c21908520149d7751cf5b74eb9b38b54d62997b1e9b3ac19a8ee2fe
MD5 232ca19bf1db9ea9d6456e1b1e5b7b23
BLAKE2b-256 530842a2db41b4646d6261122773e222dd7105e2306526f2d7846de6fee808ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.7.0-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.7.0-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.7.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bce730d484038e97f27ea2dbe5d392ec5c2261f28c319a3bb266f6b213650135
MD5 96998496a349a461beff1205521c75ee
BLAKE2b-256 ba6842b13b849d40af1581830ff06c60f4ec84649764f4a58d5c6e20ae11cbd4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bb356e7ae7c2da13f404bf8f75be90f743c6df8d4607022e759f5d7d89fe83f8
MD5 91e38d7524add7949cab062e9d98f636
BLAKE2b-256 782a0ceb328a7e67e8639d5c7800b8161d4b5f489073ac8d5ac33b11eadee218

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 33c1394d8407e2771547583b66a85d07ed441ff8fae5a4adb4237ad39ece60db
MD5 922e06003fcefa2fd3113d39d2521ff5
BLAKE2b-256 eaeb40b39bdc6c1da403257f0fcb2c1b2fd81ff9f66c13abbe3862f42780e1c1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 056d3017ed67e7ddf266e6f57378ece543755a4c9231e997789ab3bd11392c94
MD5 5e37ce986701a9ce9f36a7de132d25b1
BLAKE2b-256 b747f7b870caa26082ff8033be074ac61dc175a6b0c965adf7b910f92a6d7cfe

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ae8006772c6b0fa53c33747913473e064985dac4d65f77fd2fdc6474e7cd54e4
MD5 9d620d55011c82f9376cebe278b97f4e
BLAKE2b-256 88d24b58f03e399185b01fb3168d4b870882de9c7a10e273f99c8f25ec690302

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.7.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f5a2f71d6a91238e7628f23538c26aa464d390cbdedf12ee2a7a0fb92a24482a
MD5 85be9b27136688e1ab73ec4fa5acd609
BLAKE2b-256 599fd1efe149afa5c3a459c08bf04f7e6917ef4ee8e3440df5c3e87d6b972870

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d2a65876274acf544703e943c010b60bd79404e3623a1e5d52b64a6e2728de5
MD5 2c64d2d574bcdfc5111669ea4989655a
BLAKE2b-256 05c9fcad82aad05b1eb8040e6c25ae7a1303716cc05718d4dd326e0fab31aa14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 37cbc7b0d93dfd133e33c7ec01123fbb90401dce174c3b6661d8d36fb1e30608
MD5 75b21a39258561041fcf98bd5757d1bb
BLAKE2b-256 e0b3ff0cf15f5709996727dda2fa00af6f4da92ea3e16168400346f2f742341a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e7f559c36d5cdc448ee13e7e56ed7b6b5d44a40a511d584d388a0f5d940977ba
MD5 afbaa20923e10d77c6bbde54a0ea2a4c
BLAKE2b-256 471babc87bad7f606a4df321bd8300413fe13700099a163e7d63453c7c70c1b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f81fe93dc1b8e5673f33443c0786c14b77e36f1025973b85e07c70353e46882b
MD5 dc6b6f03ef757ce98e72c78bfaf0fed0
BLAKE2b-256 c67cae54d9022440196bf9f3fad535388678a3db186980ff58a4956ddeb849a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.7.0-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.7.0-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.7.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c124025430249118d018dcedc8b7426f39373527c845093132196f2a483b6dd
MD5 bbfb06bdcbcf05436fd3e4e3c73aaacb
BLAKE2b-256 40f15ae36fffd542fb86ab3b2d5e012af0840265f3dd001ad0ffabe9e4dbdcf6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d8c7524779003d59948c51b4fcbf1ca4e27c26a7d75984f63488f3625c328b9b
MD5 9fdcda580184b4ac512480da3ec574a1
BLAKE2b-256 2d21913a2a2d89a2221f4410fbea4ff84e64ddf4367a4b9eb2c328bd01a1a401

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d673e3add00048215c2cc507f1228a7523fd8bf34f279ac98334c9b07bd2656
MD5 3548912ac3d08229b2195c21c667fcbc
BLAKE2b-256 bebd7b47a4302423a13960ee30682900d7ca20cee15c978b1d9ea9594d59d352

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a0a207c87a9f743c8072d059b4711f8d13c456eb42dac778a7d2e5d4f3c253a7
MD5 148cc095174faf6710bfd4d2eedb5894
BLAKE2b-256 e8ec9e0c9358a3bd56b1ddbf266b889ea9d51ee29e58fb72712d5600663fa806

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a2454b12a3f12cc4698f3508912e6225ec63682e2ca5a96f80a2b93cef9e63f3
MD5 4db4352a3b6c412e733f5526a3f69669
BLAKE2b-256 94606e7efe849e305a233623a80aaeba7ebb02809fa63ab8a1e49c4323b8083b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.7.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f32b165bf6dfea0846a9c9c38b7e1d68f313956d60a15cde5d1709fddcaf3bee
MD5 a0a312dd91b9a5dbfdf526f8ce8f4886
BLAKE2b-256 d78abd34ea3c602b3ef323a001d375f9b1d663e901079bb26b5f9b8f96fae32b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3e212a894d8ae07fde2ca8b43d666a6d49bbbddb10da0f6a74ca7bd31f20054
MD5 8203ca7a2aec22dbf436a24cd1f71258
BLAKE2b-256 abb7c5796906cd9eed6d258138f1fddc8d6af01b6d07b3c183bac4a9731ac383

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b0fac2088ec4aaeb5468b814bd3ff5e5978364bfbce5e567c44c9e2854469f6c
MD5 c3e0cf64712388d91d91383107cb9362
BLAKE2b-256 72a551e39811cd0ec0569a25fe8e6bac0a00efa222a3e49d51d64f5ba0dce24a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 70f0925c4e2bfc965369f417e7cc72538fd1ba91639cf1e4ef4b1a6b50439b3b
MD5 06cd15ef62bbe46685d9ae41bcfbd4bd
BLAKE2b-256 4d3dadf40bdd07a49e1880632c1bc6b31f42d32cf0bfe6b4d294a8f706d70078

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7b6c96d69928a3a6767fab8dc1ce8a02cf0156836ccb1e820c7f45a423570d98
MD5 bace9babf4960ca823eb12a6f9a2ece7
BLAKE2b-256 2c3fb427f17e1bcf3e1f5ac42fc0b6cb623616f2aedcfc7fde17a058afb62568

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.7.0-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.7.0-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.7.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f2a1e18a85bd066c7c556d85277a7adf4651f259b2579113844835ba1a74aafd
MD5 58b017220facab34e4b61e4be0322847
BLAKE2b-256 40331c25ae35c16972dc379c24cd7dde20359d076dee00687825c92a53e43b02

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7f18d47641282664276977c604b5a261e51fefc2980f5271d547d706b06a837f
MD5 68d9038cda446246baf06cc9aa113ee0
BLAKE2b-256 58926e8d71c5e651f152ffc518ec4cd7add87035533e88af29e233635c0f0dfb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1586ad158523f4133499a4f322b230e2cfef9cc724820dbd58595a5a236186f4
MD5 933a1a139472e81636f81b7ac6f7279f
BLAKE2b-256 0744bcc030cf977d1069a28742c0a67284c6e831ef172f914055b3d45da83f89

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a538a23119d1e2e2ce077e902d02ea3d8e0641786ef6e0faf11ce82324743944
MD5 9fbc344c896ac35c5b8bd27ddb614041
BLAKE2b-256 10f52b801fe88f199707cf9ec66dcee036e7073b5a208a4a161b64371b3f1e35

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.7.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8c938c6ae59be67ac19a7204e079efc94b38222cd7d0269f96e45e18cddeaa59
MD5 98c4a12d52a7593f33157d1646b755e6
BLAKE2b-256 21304d9ae5544f839da30e42e03850d1dfe4ab184d6307ed971e70178760a68d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.7.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8e336b56301774ace6be0017ff85c3566c556d938359b61b840796a0202f805c
MD5 b517343828e271a45fda11a7b17f6962
BLAKE2b-256 bb991c2214678731517d91774b75ed5c0f72feefee3270c232c286b314518d7d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39abcacd1ed54e2c33c54bdc488b310e8ef6705833f7148b6eb9a547199d375d
MD5 2ed2846b67406b226f5ac3c8a8fd3203
BLAKE2b-256 224f9b65332326b0c5b7de197a52e766e2bd547beec6948e1d5c4063289e3281

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 104bf640f408f4e115b85110047c7f27377e1a8b7ba86f7db4fa47aa49dc9a8e
MD5 95a64d36da11af484bc569eaedf820e9
BLAKE2b-256 4de6acfae468bd1f9b691b29d42f93bfd7080c05021103f03580934c066a3844

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d013c07061751ae81861cae6ec3a4fe04e84781b11fd4b6b4201590234b25c7b
MD5 a03c3a00cc10ceb3cb39bea8da1e9cf4
BLAKE2b-256 dd4b56520dba6f38ad59e96cdeb8c7eafa47781576d2baabdfa10f8c1813b37b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7789e700f33f2b133adae582c9f437523cd5db8de845774988a58c360fc88253
MD5 f93573eb57853defe5d0fa34b6cca12d
BLAKE2b-256 a650a98b418fcaf531b2829b2a06f47f8c5cbc0dcce4a9aa63c5f30bf47d1a92

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.7.0-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.7.0-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.7.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c075d167a6ec99b798c1fdf6e391a1d5a2d054caffe9593ba0f97e3df2c04f0e
MD5 e7b0fa71a9d9002da55d034effead019
BLAKE2b-256 a98f362c91661e6c43ff86b65b15bbb60ad1ad4924e9d1e35a0d5f08eb3337c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b8c36093aca722db73633cf2359026ed7782a239eb1c6db2abcff876012dc4cf
MD5 d4f90a4ac6fa288509ae6728cbc907d1
BLAKE2b-256 58f70a8f891fce6f389b1062a520aff130fa6974433efeb549dd19cbdccc76b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9710521f07f526de30ccdead67e6b236fe996d214e1a7fba8b36e2ba2cd8261
MD5 c82b1d29b9be9d5b2c83854e895b8b5c
BLAKE2b-256 0e62a82adc7818545fca3987367c6b20f239645678438f7da5827a4960bcbe7f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.7.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1c8fbce80b2b8bf135d105aa8f5b36eae0c57d702a1cc3ebdea2a6f03f6cdde5
MD5 f47d048fea7c357884dec16e1cad1796
BLAKE2b-256 d1420e77be6f2fafe7f3de88ddf9f8d9a0d8e9a75f9517081d261d31439908c7

See more details on using hashes here.

Provenance

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

Publisher: publish.yml on nedbat/coveragepy

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

Supported by

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