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 nedbat on Bluesky

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 rc2, 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: [run] patch setting; --save-signal option; [run] core setting; [run] source_dirs setting; 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.10.7.tar.gz (827.7 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.10.7-py3-none-any.whl (210.0 kB view details)

Uploaded Python 3

coverage-7.10.7-cp314-cp314t-win_arm64.whl (220.9 kB view details)

Uploaded CPython 3.14tWindows ARM64

coverage-7.10.7-cp314-cp314t-win_amd64.whl (222.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

coverage-7.10.7-cp314-cp314t-win32.whl (221.8 kB view details)

Uploaded CPython 3.14tWindows x86

coverage-7.10.7-cp314-cp314t-musllinux_1_2_x86_64.whl (261.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

coverage-7.10.7-cp314-cp314t-musllinux_1_2_riscv64.whl (258.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ riscv64

coverage-7.10.7-cp314-cp314t-musllinux_1_2_i686.whl (260.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

coverage-7.10.7-cp314-cp314t-musllinux_1_2_aarch64.whl (262.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

coverage-7.10.7-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (259.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

coverage-7.10.7-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (265.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

coverage-7.10.7-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (262.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

coverage-7.10.7-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (260.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

coverage-7.10.7-cp314-cp314t-macosx_11_0_arm64.whl (219.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

coverage-7.10.7-cp314-cp314t-macosx_10_13_x86_64.whl (219.0 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

coverage-7.10.7-cp314-cp314-win_arm64.whl (220.4 kB view details)

Uploaded CPython 3.14Windows ARM64

coverage-7.10.7-cp314-cp314-win_amd64.whl (221.8 kB view details)

Uploaded CPython 3.14Windows x86-64

coverage-7.10.7-cp314-cp314-win32.whl (221.0 kB view details)

Uploaded CPython 3.14Windows x86

coverage-7.10.7-cp314-cp314-musllinux_1_2_x86_64.whl (250.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

coverage-7.10.7-cp314-cp314-musllinux_1_2_riscv64.whl (249.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ riscv64

coverage-7.10.7-cp314-cp314-musllinux_1_2_i686.whl (249.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

coverage-7.10.7-cp314-cp314-musllinux_1_2_aarch64.whl (251.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

coverage-7.10.7-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (249.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

coverage-7.10.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (253.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

coverage-7.10.7-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (252.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

coverage-7.10.7-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (249.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

coverage-7.10.7-cp314-cp314-macosx_11_0_arm64.whl (218.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

coverage-7.10.7-cp314-cp314-macosx_10_13_x86_64.whl (218.3 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

coverage-7.10.7-cp313-cp313t-win_arm64.whl (220.7 kB view details)

Uploaded CPython 3.13tWindows ARM64

coverage-7.10.7-cp313-cp313t-win_amd64.whl (222.5 kB view details)

Uploaded CPython 3.13tWindows x86-64

coverage-7.10.7-cp313-cp313t-win32.whl (221.4 kB view details)

Uploaded CPython 3.13tWindows x86

coverage-7.10.7-cp313-cp313t-musllinux_1_2_x86_64.whl (261.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

coverage-7.10.7-cp313-cp313t-musllinux_1_2_riscv64.whl (258.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ riscv64

coverage-7.10.7-cp313-cp313t-musllinux_1_2_i686.whl (260.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

coverage-7.10.7-cp313-cp313t-musllinux_1_2_aarch64.whl (262.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

coverage-7.10.7-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (259.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

coverage-7.10.7-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (265.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

coverage-7.10.7-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (262.8 kB view details)

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

coverage-7.10.7-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (260.6 kB view details)

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

coverage-7.10.7-cp313-cp313t-macosx_11_0_arm64.whl (219.3 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

coverage-7.10.7-cp313-cp313t-macosx_10_13_x86_64.whl (219.0 kB view details)

Uploaded CPython 3.13tmacOS 10.13+ x86-64

coverage-7.10.7-cp313-cp313-win_arm64.whl (220.2 kB view details)

Uploaded CPython 3.13Windows ARM64

coverage-7.10.7-cp313-cp313-win_amd64.whl (221.5 kB view details)

Uploaded CPython 3.13Windows x86-64

coverage-7.10.7-cp313-cp313-win32.whl (220.7 kB view details)

Uploaded CPython 3.13Windows x86

coverage-7.10.7-cp313-cp313-musllinux_1_2_x86_64.whl (251.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

coverage-7.10.7-cp313-cp313-musllinux_1_2_riscv64.whl (249.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ riscv64

coverage-7.10.7-cp313-cp313-musllinux_1_2_i686.whl (249.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

coverage-7.10.7-cp313-cp313-musllinux_1_2_aarch64.whl (251.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

coverage-7.10.7-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (249.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

coverage-7.10.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (253.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

coverage-7.10.7-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (252.2 kB view details)

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

coverage-7.10.7-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (249.6 kB view details)

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

coverage-7.10.7-cp313-cp313-macosx_11_0_arm64.whl (218.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

coverage-7.10.7-cp313-cp313-macosx_10_13_x86_64.whl (218.3 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

coverage-7.10.7-cp312-cp312-win_arm64.whl (220.1 kB view details)

Uploaded CPython 3.12Windows ARM64

coverage-7.10.7-cp312-cp312-win_amd64.whl (221.5 kB view details)

Uploaded CPython 3.12Windows x86-64

coverage-7.10.7-cp312-cp312-win32.whl (220.7 kB view details)

Uploaded CPython 3.12Windows x86

coverage-7.10.7-cp312-cp312-musllinux_1_2_x86_64.whl (251.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

coverage-7.10.7-cp312-cp312-musllinux_1_2_riscv64.whl (249.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ riscv64

coverage-7.10.7-cp312-cp312-musllinux_1_2_i686.whl (249.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

coverage-7.10.7-cp312-cp312-musllinux_1_2_aarch64.whl (251.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

coverage-7.10.7-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (250.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

coverage-7.10.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (253.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

coverage-7.10.7-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (252.8 kB view details)

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

coverage-7.10.7-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (250.0 kB view details)

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

coverage-7.10.7-cp312-cp312-macosx_11_0_arm64.whl (218.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

coverage-7.10.7-cp312-cp312-macosx_10_13_x86_64.whl (218.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

coverage-7.10.7-cp311-cp311-win_arm64.whl (220.1 kB view details)

Uploaded CPython 3.11Windows ARM64

coverage-7.10.7-cp311-cp311-win_amd64.whl (221.4 kB view details)

Uploaded CPython 3.11Windows x86-64

coverage-7.10.7-cp311-cp311-win32.whl (220.5 kB view details)

Uploaded CPython 3.11Windows x86

coverage-7.10.7-cp311-cp311-musllinux_1_2_x86_64.whl (249.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

coverage-7.10.7-cp311-cp311-musllinux_1_2_riscv64.whl (248.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ riscv64

coverage-7.10.7-cp311-cp311-musllinux_1_2_i686.whl (248.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

coverage-7.10.7-cp311-cp311-musllinux_1_2_aarch64.whl (250.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

coverage-7.10.7-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (249.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

coverage-7.10.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (252.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

coverage-7.10.7-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (250.8 kB view details)

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

coverage-7.10.7-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (248.9 kB view details)

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

coverage-7.10.7-cp311-cp311-macosx_11_0_arm64.whl (218.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

coverage-7.10.7-cp311-cp311-macosx_10_9_x86_64.whl (218.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

coverage-7.10.7-cp310-cp310-win_amd64.whl (221.4 kB view details)

Uploaded CPython 3.10Windows x86-64

coverage-7.10.7-cp310-cp310-win32.whl (220.5 kB view details)

Uploaded CPython 3.10Windows x86

coverage-7.10.7-cp310-cp310-musllinux_1_2_x86_64.whl (245.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

coverage-7.10.7-cp310-cp310-musllinux_1_2_riscv64.whl (245.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ riscv64

coverage-7.10.7-cp310-cp310-musllinux_1_2_i686.whl (244.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

coverage-7.10.7-cp310-cp310-musllinux_1_2_aarch64.whl (246.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

coverage-7.10.7-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (245.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

coverage-7.10.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (248.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

coverage-7.10.7-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (247.0 kB view details)

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

coverage-7.10.7-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (245.1 kB view details)

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

coverage-7.10.7-cp310-cp310-macosx_11_0_arm64.whl (218.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

coverage-7.10.7-cp310-cp310-macosx_10_9_x86_64.whl (218.0 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

coverage-7.10.7-cp39-cp39-win_amd64.whl (221.4 kB view details)

Uploaded CPython 3.9Windows x86-64

coverage-7.10.7-cp39-cp39-win32.whl (220.5 kB view details)

Uploaded CPython 3.9Windows x86

coverage-7.10.7-cp39-cp39-musllinux_1_2_x86_64.whl (245.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

coverage-7.10.7-cp39-cp39-musllinux_1_2_riscv64.whl (244.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ riscv64

coverage-7.10.7-cp39-cp39-musllinux_1_2_i686.whl (244.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

coverage-7.10.7-cp39-cp39-musllinux_1_2_aarch64.whl (246.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

coverage-7.10.7-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (245.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

coverage-7.10.7-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (248.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

coverage-7.10.7-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (246.6 kB view details)

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

coverage-7.10.7-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (244.8 kB view details)

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

coverage-7.10.7-cp39-cp39-macosx_11_0_arm64.whl (218.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

coverage-7.10.7-cp39-cp39-macosx_10_9_x86_64.whl (218.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for coverage-7.10.7.tar.gz
Algorithm Hash digest
SHA256 f4ab143ab113be368a3e9b795f9cd7906c5ef407d6173fe9675a902e1fffc239
MD5 6dd415363fa3b40d67f5510a684151e4
BLAKE2b-256 5126d22c300112504f5f9a9fd2297ce33c35f3d353e4aeb987c8419453b2a7c2

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.10.7-py3-none-any.whl
Algorithm Hash digest
SHA256 f7941f6f2fe6dd6807a1208737b8a0cbcf1cc6d7b07d24998ad2d63590868260
MD5 8b0790c1cf6bb6686ad84bf93d88d83c
BLAKE2b-256 ec16114df1c291c22cac3b0c127a73e0af5c12ed7bbb6558d310429a0ae24023

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-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.10.7-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: coverage-7.10.7-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 220.9 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for coverage-7.10.7-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 7fe650342addd8524ca63d77b2362b02345e5f1a093266787d210c70a50b471a
MD5 bebce958c8fc88998842b184dcdb0567
BLAKE2b-256 1265f116a6d2127df30bcafbceef0302d8a64ba87488bf6f73a6d8eebf060873

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314t-win_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.10.7-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: coverage-7.10.7-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 222.9 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for coverage-7.10.7-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 e1ed71194ef6dea7ed2d5cb5f7243d4bcd334bfb63e59878519be558078f848d
MD5 1ec2443d5624a2936719ed279009628f
BLAKE2b-256 4ca174c51803fc70a8a40d7346660379e144be772bab4ac7bb6e6b905152345c

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314t-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.10.7-cp314-cp314t-win32.whl.

File metadata

  • Download URL: coverage-7.10.7-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 221.8 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for coverage-7.10.7-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 67f8c5cbcd3deb7a60b3345dffc89a961a484ed0af1f6f73de91705cc6e31235
MD5 22487943784c55272a68da9409d2d551
BLAKE2b-256 b2dc101f3fa3a45146db0cb03f5b4376e24c0aac818309da23e2de0c75295a91

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314t-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.10.7-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a3cc8638b2480865eaa3926d192e64ce6c51e3d29c849e09d5b4ad95efae5399
MD5 907c903221fc6c0737b4b74080848203
BLAKE2b-256 bb3b8442618972c51a7affeead957995cfa8323c0c9bcf8fa5a027421f720ff4

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314t-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.10.7-cp314-cp314t-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314t-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 a2d9a3b260cc1d1dbdb1c582e63ddcf5363426a1a68faa0f5da28d8ee3c722a0
MD5 aab0ba73fc16a1714d1f2ecdb9a0ea94
BLAKE2b-256 a2f1f48f645e3f33bb9ca8a496bc4a9671b52f2f353146233ebd7c1df6160440

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314t-musllinux_1_2_riscv64.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.10.7-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0ebbaddb2c19b71912c6f2518e791aa8b9f054985a0769bdb3a53ebbc765c6a1
MD5 5250e98cf839bcc786b88d8814cac034
BLAKE2b-256 88e2dac66c140009b61ac3fc13af673a574b00c16efdf04f9b5c740703e953c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314t-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.10.7-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1b4fd784344d4e52647fd7857b2af5b3fbe6c239b0b5fa63e94eb67320770e0f
MD5 3f2feb54a3c1f846117402534f1fb60f
BLAKE2b-256 0f5579ff53a769f20d71b07023ea115c9167c0bb56f281320520cf64c5298a96

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314t-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.10.7-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 03ffc58aacdf65d2a82bbeb1ffe4d01ead4017a21bfd0454983b88ca73af94b9
MD5 822ce9b41e8810c7cfda8499c00daf86
BLAKE2b-256 b18f74ecc30607dd95ad50e3034221113ccb1c6d4e8085cc761134782995daae

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.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.10.7-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6e16e07d85ca0cf8bafe5f5d23a0b850064e8e945d5677492b06bbe6f09cc699
MD5 b541393bc94c5b3b19572618427ad113
BLAKE2b-256 84fd193a8fb132acfc0a901f72020e54be5e48021e1575bb327d8ee1097a28fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_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.10.7-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 affef7c76a9ef259187ef31599a9260330e0335a3011732c4b9effa01e1cd6e0
MD5 33d28f21fad7955f9b642be0d854b848
BLAKE2b-256 0f4871a8abe9c1ad7e97548835e3cc1adbf361e743e9d60310c5f75c9e7bf847

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_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.10.7-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 8fb190658865565c549b6b4706856d6a7b09302c797eb2cf8e7fe9dabb043f0d
MD5 bee2b3b9bac89bf8651d4c8a09f2dbab
BLAKE2b-256 745c183ffc817ba68e0b443b8c934c8795553eb0c14573813415bd59941ee165

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_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.10.7-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9fa6e4dd51fe15d8738708a973470f67a855ca50002294852e9571cdbd9433f2
MD5 e3253b654a379a114de24ff14efae414
BLAKE2b-256 f56ff58d46f33db9f2e3647b2d0764704548c184e6f5e014bef528b7f979ef84

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314t-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.10.7-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a62c6ef0d50e6de320c270ff91d9dd0a05e7250cac2a800b7784bae474506e63
MD5 ed37347e57de844296028f50a49e6b0a
BLAKE2b-256 62099a5608d319fa3eba7a2019addeacb8c746fb50872b57a724c9f79f146969

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314t-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.10.7-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: coverage-7.10.7-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 220.4 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for coverage-7.10.7-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 097c1591f5af4496226d5783d036bf6fd6cd0cbc132e071b33861de756efb880
MD5 86161cae701abfa2f1e4167390b15a9c
BLAKE2b-256 9ee871d0c8e374e31f39e3389bb0bd19e527d46f00ea8571ec7ec8fd261d8b44

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314-win_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.10.7-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: coverage-7.10.7-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 221.8 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for coverage-7.10.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1ca6db7c8807fb9e755d0379ccc39017ce0a84dcd26d14b5a03b78563776f681
MD5 a57fda7d552617f0b127e1fc10e0d496
BLAKE2b-256 dab0e802fbb6eb746de006490abc9bb554b708918b6774b722bb3a0e6aa1b7de

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314-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.10.7-cp314-cp314-win32.whl.

File metadata

  • Download URL: coverage-7.10.7-cp314-cp314-win32.whl
  • Upload date:
  • Size: 221.0 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for coverage-7.10.7-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 b7b8288eb7cdd268b0304632da8cb0bb93fadcfec2fe5712f7b9cc8f4d487be2
MD5 eb8d58211600ea99ed3113a26c935484
BLAKE2b-256 ef5b0b5799aa30380a949005a353715095d6d1da81927d6dbed5def2200a4e25

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314-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.10.7-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c8b9a0636f94c43cd3576811e05b89aa9bc2d0a85137affc544ae5cb0e4bfbd
MD5 8d75379e6200566dbed610e9fcaf2fec
BLAKE2b-256 c37ae9a2da6a1fc5d007dd51fca083a663ab930a8c4d149c087732a5dbaa0029

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314-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.10.7-cp314-cp314-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 925a1edf3d810537c5a3abe78ec5530160c5f9a26b1f4270b40e62cc79304a1e
MD5 7b3c74deb1219deb37d18776b76a5ce9
BLAKE2b-256 aa99f5cdd8421ea656abefb6c0ce92556709db2265c41e8f9fc6c8ae0f7824c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314-musllinux_1_2_riscv64.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.10.7-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 39508ffda4f343c35f3236fe8d1a6634a51f4581226a1262769d7f970e73bffe
MD5 6384d8580997d73a99cf1ab15b714ce4
BLAKE2b-256 b93ca815dde77a2981f5743a60b63df31cb322c944843e57dbd579326625a413

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314-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.10.7-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cc87dd1b6eaf0b848eebb1c86469b9f72a1891cb42ac7adcfbce75eadb13dd14
MD5 e6cfb435aac52bda0129d7125ca8dc2f
BLAKE2b-256 07ae5920097195291a51fb00b3a70b9bbd2edbfe3c84876a1762bd1ef1565ebc

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314-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.10.7-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 93c1b03552081b2a4423091d6fb3787265b8f86af404cff98d1b5342713bdd69
MD5 186556241363b35db7886625e6925232
BLAKE2b-256 a259c5201c62dbf165dfbc91460f6dbbaa85a8b82cfa6131ac45d6c1bfb52deb

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.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.10.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 813922f35bd800dca9994c5971883cbc0d291128a5de6b167c7aa697fcf59360
MD5 7b28e0f8ed21cf8572688cc2d0bb45e9
BLAKE2b-256 ff4907f00db9ac6478e4358165a08fb41b469a1b053212e8a00cb02f0d27a05f

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_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.10.7-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 bb45474711ba385c46a0bfe696c695a929ae69ac636cda8f532be9e8c93d720a
MD5 b62ebeeb333f7f9b1c4fe9cc1c841b83
BLAKE2b-256 826214ed6546d0207e6eda876434e3e8475a3e9adbe32110ce896c9e0c06bb9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_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.10.7-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 3445258bcded7d4aa630ab8296dea4d3f15a255588dd535f980c193ab6b95f3f
MD5 dd508af55a6c2a5e7f33fadef23eabab
BLAKE2b-256 05e8261cae479e85232828fb17ad536765c88dd818c8470aca690b0ac6feeaa3

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_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.10.7-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 212f8f2e0612778f09c55dd4872cb1f64a1f2b074393d139278ce902064d5b32
MD5 67fd9f4e573bce7af5d984c15ccc2b3b
BLAKE2b-256 f089673f6514b0961d1f0e20ddc242e9342f6da21eaba3489901b565c0689f34

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314-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.10.7-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b06f260b16ead11643a5a9f955bd4b5fd76c1a4c6796aeade8520095b75de520
MD5 59e73d90f43f814c617ece1460860995
BLAKE2b-256 239c5844ab4ca6a4dd97a1850e030a15ec7d292b5c5cb93082979225126e35dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp314-cp314-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.10.7-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: coverage-7.10.7-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 220.7 kB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for coverage-7.10.7-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 86b0e7308289ddde73d863b7683f596d8d21c7d8664ce1dee061d0bcf3fbb4bb
MD5 4c4b0a70875164f9bf484bb80634052a
BLAKE2b-256 49a100164f6d30d8a01c3c9c48418a7a5be394de5349b421b9ee019f380df2a0

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.10.7-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 33a5e6396ab684cb43dc7befa386258acb2d7fae7f67330ebb85ba4ea27938eb
MD5 e6f9ccc40f554178bf09cc56247ff1e8
BLAKE2b-256 53223cf25d614e64bf6d8e59c7c669b20d6d940bb337bdee5900b9ca41c820bb

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.10.7-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 2a78cd46550081a7909b3329e2266204d584866e8d97b898cd7fb5ac8d888b1a
MD5 df351a7c47f510a1ae885cb8f219a953
BLAKE2b-256 ee51a03bec00d37faaa891b3ff7387192cef20f01604e5283a5fabc95346befa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4b583b97ab2e3efe1b3e75248a9b333bd3f8b0b1b8e5b45578e05e5850dfb2c2
MD5 f0db210f0b329c47cd34ebfef545ba34
BLAKE2b-256 c0b3fac9f7abbc841409b9a410309d73bfa6cfb2e51c3fada738cb607ce174f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-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.10.7-cp313-cp313t-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313t-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 0b944ee8459f515f28b851728ad224fa2d068f1513ef6b7ff1efafeb2185f999
MD5 3afa7a978c5d7b53722aeb89276ad0f9
BLAKE2b-256 54787ba2175007c246d75e496f64c06e94122bdb914790a1285d627a918bd271

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2fafd773231dd0378fdba66d339f84904a8e57a262f583530f4f156ab83863e6
MD5 282b51f50b0e33a47e52abeb6bb8e9f6
BLAKE2b-256 ef4b2514b060dbd1bc0aaf23b852c14bb5818f244c664cb16517feff6bb3a5ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2120043f147bebb41c85b97ac45dd173595ff14f2a584f2963891cbcc3091541
MD5 367f866e594497abd3bc746e0fed0949
BLAKE2b-256 adb069bc7050f8d4e56a89fb550a1577d5d0d1db2278106f6f626464067b3817

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-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.10.7-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 50aa94fb1fb9a397eaa19c0d5ec15a5edd03a47bf1a3a6111a16b36e190cff65
MD5 68473252b89a0dcbe8fab9cfb9e93341
BLAKE2b-256 209de53eb9771d154859b084b90201e5221bca7674ba449a17c101a5031d4054

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.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.10.7-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 83082a57783239717ceb0ad584de3c69cf581b2a95ed6bf81ea66034f00401c0
MD5 7af470e4f62c059764c877192f516503
BLAKE2b-256 f70816bee2c433e60913c610ea200b276e8eeef084b0d200bdcff69920bd5828

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_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.10.7-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1ef2319dd15a0b009667301a3f84452a4dc6fddfd06b0c5c53ea472d3989fbf0
MD5 7ca210bd1653391a5dddc7b0f8bdd299
BLAKE2b-256 5d229b8d458c2881b22df3db5bb3e7369e63d527d986decb6c11a591ba2364f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_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.10.7-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 f57b2a3c8353d3e04acf75b3fed57ba41f5c0646bbf1d10c7c282291c97936b4
MD5 9b25dbcf3a124932f3e5d1325d4436f0
BLAKE2b-256 8b5166420081e72801536a091a0c8f8c1f88a5c4bf7b9b1bdc6222c7afe6dc9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_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.10.7-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd5e856ebb7bfb7672b0086846db5afb4567a7b9714b8a0ebafd211ec7ce6a15
MD5 7827365083fe9e4577ab46361ceee266
BLAKE2b-256 110b91128e099035ece15da3445d9015e4b4153a6059403452d324cbb0a575fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a0ec07fd264d0745ee396b666d47cef20875f4ff2375d7c4f58235886cc1ef0c
MD5 168e1087c4dc09ec5296700b6191041b
BLAKE2b-256 bb22e04514bf2a735d8b0add31d2b4ab636fc02370730787c576bb995390d2d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-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.10.7-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: coverage-7.10.7-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 220.2 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for coverage-7.10.7-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 4b6f236edf6e2f9ae8fcd1332da4e791c1b6ba0dc16a2dc94590ceccb482e546
MD5 14b145b314b2764a446ce39ac9e08dab
BLAKE2b-256 143ad720d7c989562a6e9a14b2c9f5f2876bdb38e9367126d118495b89c99c37

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.10.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cac0fdca17b036af3881a9d2729a850b76553f3f716ccb0360ad4dbc06b3b843
MD5 14b4bda90b98939e765884cbe799ab32
BLAKE2b-256 b1b1a75fd25df44eab52d1931e89980d1ada46824c7a3210be0d3c88a44aaa99

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.10.7-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 dc7c389dce432500273eaf48f410b37886be9208b2dd5710aaf7c57fd442c698
MD5 29ba4ed06870a16a30802c30dbbaa0c3
BLAKE2b-256 a29e9fdb08f4bf476c912f0c3ca292e019aab6712c93c9344a1653986c3fd305

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99e4aa63097ab1118e75a848a28e40d68b08a5e19ce587891ab7fd04475e780f
MD5 93fc0cf608d7fedbb6292959ca4b9302
BLAKE2b-256 9d71d92105d122bd21cebba877228990e1646d862e34a98bb3374d3fece5a794

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-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.10.7-cp313-cp313-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 b281d5eca50189325cfe1f365fafade89b14b4a78d9b40b05ddd1fc7d2a10a9c
MD5 621fa217a37e6e916723bf49c74f265d
BLAKE2b-256 5faf152633ff35b2af63977edd835d8e6430f0caef27d171edf2fc76c270ef31

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b9be91986841a75042b3e3243d0b3cb0b2434252b977baaf0cd56e960fe1e46f
MD5 3a2a4cdd7646f13aac048b8fe0e5e0eb
BLAKE2b-256 ce60bda83b96602036b77ecf34e6393a3836365481b69f7ed7079ab85048202b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7ea7c6c9d0d286d04ed3541747e6597cbe4971f22648b68248f7ddcd329207f0
MD5 6f6ac2fa2945e49d7da15a499f408b9c
BLAKE2b-256 a79f4331142bc98c10ca6436d2d620c3e165f31e6c58d43479985afce6f3191c

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-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.10.7-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 69212fbccdbd5b0e39eac4067e20a4a5256609e209547d86f740d68ad4f04911
MD5 61a4b5f1b68bd8e5bb0e8f08a86d70b8
BLAKE2b-256 f9284831523ba483a7f90f7b259d2018fef02cb4d5b90bc7c1505d6e5a84883c

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.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.10.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c79124f70465a150e89340de5963f936ee97097d2ef76c869708c4248c63ca49
MD5 ca3d1dafd8b21f05f7165da7f37be62e
BLAKE2b-256 b120b6ea4f69bbb52dac0aebd62157ba6a9dddbfe664f5af8122dac296c3ee15

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_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.10.7-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 10b6ba00ab1132a0ce4428ff68cf50a25efd6840a42cdf4239c9b99aad83be8b
MD5 7af1a32ccc144ead206c00ed5ad334c4
BLAKE2b-256 a2778c6d22bf61921a59bce5471c2f1f7ac30cd4ac50aadde72b8c48d5727902

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_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.10.7-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 a8b6f03672aa6734e700bbcd65ff050fd19cddfec4b031cc8cf1c6967de5a68e
MD5 aa8489624c8c5d156d7032326b8d0290
BLAKE2b-256 8702ae7e0af4b674be47566707777db1aa375474f02a1d64b9323e5813a6cdd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_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.10.7-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73ab1601f84dc804f7812dc297e93cd99381162da39c47040a827d4e8dafe63b
MD5 0f9642437b02301f8711455282828115
BLAKE2b-256 724f732fff31c119bb73b35236dd333030f32c4bfe909f445b423e6c7594f9a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 981a651f543f2854abd3b5fcb3263aac581b18209be49863ba575de6edf4c14d
MD5 c7da9ea0038e34788938be8f726d3084
BLAKE2b-256 9a94b765c1abcb613d103b64fcf10395f54d69b0ef8be6a0dd9c524384892cc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-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.10.7-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: coverage-7.10.7-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 220.1 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for coverage-7.10.7-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 bda5e34f8a75721c96085903c6f2197dc398c20ffd98df33f866a9c8fd95f4bf
MD5 e3e8b0ef51018336ec54527ee7362809
BLAKE2b-256 5c443e32dbe933979d05cf2dac5e697c8599cfe038aaf51223ab901e208d5a62

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.10.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f51328ffe987aecf6d09f3cd9d979face89a617eacdaea43e7b3080777f647ba
MD5 6b42975d191dbdd62efc8272db332e69
BLAKE2b-256 caf33bf7905288b45b075918d372498f1cf845b5b579b723c8fd17168018d5f5

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.10.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 77eb4c747061a6af8d0f7bdb31f1e108d172762ef579166ec84542f711d90256
MD5 8b90ddcc929b791bb839f0cf1d917459
BLAKE2b-256 5e7561b9bbd6c7d24d896bfeec57acba78e0f8deac68e6baf2d4804f7aae1f88

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d41213ea25a86f69efd1575073d34ea11aabe075604ddf3d148ecfec9e1e96a1
MD5 ccf3c2e979d983e9e32d1578ac1f1a66
BLAKE2b-256 2479f692f125fb4299b6f963b0745124998ebb8e73ecdfce4ceceb06a8c6bec5

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-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.10.7-cp312-cp312-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp312-cp312-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 5e1e9802121405ede4b0133aa4340ad8186a1d2526de5b7c3eca519db7bb89fb
MD5 c5b61c90a2f8fb2756af1998308c0c31
BLAKE2b-256 e0fdca2650443bfbef5b0e74373aac4df67b08180d2f184b482c41499668e258

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 78a384e49f46b80fb4c901d52d92abe098e78768ed829c673fbb53c498bef73a
MD5 82352114a34f25cb7633b6db09b94978
BLAKE2b-256 11259a0728564bb05863f7e513e5a594fe5ffef091b325437f5430e8cfb0d530

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a6442c59a8ac8b85812ce33bc4d05bde3fb22321fa8294e2a5b487c3505f611b
MD5 9f3cdae3d9e8e6bda86b0eaeab933fb7
BLAKE2b-256 98b3edaff9c5d79ee4d4b6d3fe046f2b1d799850425695b789d491a64225d493

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-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.10.7-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 bc01f57ca26269c2c706e838f6422e2a8788e41b3e3c65e2f41148212e57cd59
MD5 a9cd1abb5627be7438776dbf0f7ff72b
BLAKE2b-256 53dc8d8119c9051d50f3119bb4a75f29f1e4a6ab9415cd1fa8bf22fcc3fb3b5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.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.10.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c41e71c9cfb854789dee6fc51e46743a6d138b1803fab6cb860af43265b42ea6
MD5 b9bf7e0826404a633364c394095c9293
BLAKE2b-256 982e2dda59afd6103b342e096f246ebc5f87a3363b5412609946c120f4e7750d

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_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.10.7-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 314f2c326ded3f4b09be11bc282eb2fc861184bc95748ae67b360ac962770be7
MD5 f66a6ed428df253b5e1e9e7c00ed85ee
BLAKE2b-256 a690a64aaacab3b37a17aaedd83e8000142561a29eb262cede42d94a67f7556b

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_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.10.7-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 399a0b6347bcd3822be369392932884b8216d0944049ae22925631a9b3d4ba4c
MD5 4511056d1b26443718d4eeaec2fd3d3f
BLAKE2b-256 66804c49f7ae09cafdacc73fbc30949ffe77359635c168f4e9ff33c9ebb07838

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_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.10.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 18afb24843cbc175687225cab1138c95d262337f5473512010e46831aa0c2973
MD5 84653832841cc545104ad2962a8e7432
BLAKE2b-256 3766593f9be12fc19fb36711f19a5371af79a718537204d16ea1d36f16bd78d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7bb3b9ddb87ef7725056572368040c32775036472d5a033679d1fa6c8dc08417
MD5 d08973b7d54fc1f30d937cf54db300cd
BLAKE2b-256 13e4eb12450f71b542a53972d19117ea5a5cea1cab3ac9e31b0b5d498df1bd5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-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.10.7-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: coverage-7.10.7-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 220.1 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for coverage-7.10.7-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 736f227fb490f03c6488f9b6d45855f8e0fd749c007f9303ad30efab0e73c05a
MD5 a592af37fa3a7d17d8f4f9aac6bbf1c7
BLAKE2b-256 517f023657f301a276e4ba1850f82749bc136f5a7e8768060c2e5d9744a22951

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.10.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a7b55a944a7f43892e28ad4bc0561dfd5f0d73e605d1aa5c3c976b52aea121d2
MD5 833e3d00d632bc9e64e78b9e35fe9dfe
BLAKE2b-256 feef0b510a399dfca17cec7bc2f05ad8bd78cf55f15c8bc9a73ab20c5c913c2e

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.10.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 972b9e3a4094b053a4e46832b4bc829fc8a8d347160eb39d03f1690316a99c14
MD5 9fb34e649aac860fd93ae65342fdce3e
BLAKE2b-256 2f88a23cc185f6a805dfc4fdf14a94016835eeb85e22ac3a0e66d5e89acd6462

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ba58bbcd1b72f136080c0bccc2400d66cc6115f3f906c499013d065ac33a4b61
MD5 d1d14edcfc9af034d10d7335074f6a6d
BLAKE2b-256 817a92367572eb5bdd6a84bfa278cc7e97db192f9f45b28c94a9ca1a921c3577

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-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.10.7-cp311-cp311-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp311-cp311-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 88127d40df529336a9836870436fc2751c339fbaed3a836d42c93f3e4bd1d0a2
MD5 082b95c52affbae71e1f58deb57c231a
BLAKE2b-256 347217d082b00b53cd45679bad682fac058b87f011fd8b9fe31d77f5f8d3a4e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 121da30abb574f6ce6ae09840dae322bef734480ceafe410117627aa54f76d82
MD5 ac34e38572bce11045ff41a9fa60681b
BLAKE2b-256 8ea74777b14de4abcc2e80c6b1d430f5d51eb18ed1d75fca56cbce5f2db9b36e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4376538f36b533b46f8971d3a3e63464f2c7905c9800db97361c43a2b14792ab
MD5 3b4ea25e60c3f044fba2625d05a38b66
BLAKE2b-256 260fbd08bd042854f7fd07b45808927ebcce99a7ed0f2f412d11629883517ac2

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-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.10.7-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 6b8b09c1fad947c84bbbc95eca841350fad9cbfa5a2d7ca88ac9f8d836c92e23
MD5 2cc3769f53b6c6d7dd761314bf6ec0a5
BLAKE2b-256 0fe53860756aa6f9318227443c6ce4ed7bf9e70bb7f1447a0353f45ac5c7974b

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.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.10.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4da86b6d62a496e908ac2898243920c7992499c1712ff7c2b6d837cc69d9467e
MD5 50672c0f6b0f7d9b5fef2fdf2a61a985
BLAKE2b-256 a5b6bf054de41ec948b151ae2b79a55c107f5760979538f5fb80c195f2517718

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_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.10.7-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 35f5e3f9e455bb17831876048355dca0f758b6df22f49258cb5a91da23ef437d
MD5 d67734bebf6481c446b5920eb8db9cc9
BLAKE2b-256 b0efbd8e719c2f7417ba03239052e099b76ea1130ac0cbb183ee1fcaa58aaff3

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_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.10.7-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 5f33166f0dfcce728191f520bd2692914ec70fac2713f6bf3ce59c3deacb4699
MD5 fbd0ab3414d77ce7f1f788b9d1fcf61f
BLAKE2b-256 20f69626b81d17e2a4b25c63ac1b425ff307ecdeef03d67c9a147673ae40dc36

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_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.10.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65646bb0359386e07639c367a22cf9b5bf6304e8630b565d0626e2bdf329227a
MD5 a28cd2c6c13fd4933031e54c94bd1318
BLAKE2b-256 54f0514dcf4b4e3698b9a9077f084429681bf3aad2b4a72578f89d7f643eb506

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a609f9c93113be646f44c2a0256d6ea375ad047005d7f57a5c15f614dc1b2f59
MD5 f6dc300f07c5fad4b84499f5e439c20f
BLAKE2b-256 d25dc1a17867b0456f2e9ce2d8d4708a4c3a089947d0bec9c66cdf60c9e7739f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.10.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3a622ac801b17198020f09af3eaf45666b344a0d69fc2a6ffe2ea83aeef1d807
MD5 674048ce6440ef4f244aa0f35d41e6c5
BLAKE2b-256 fc1aa81d46bbeb3c3fd97b9602ebaa411e076219a150489bcc2c025f151bd52d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.10.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b51dcd060f18c19290d9b8a9dd1e0181538df2ce0717f562fff6cf74d9fc0b5b
MD5 76ed8e0605bacbbc48179cfed79a3b3d
BLAKE2b-256 6a28ea1a84a60828177ae3b100cb6723838523369a44ec5742313ed7db3da160

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 10b24412692df990dbc34f8fb1b6b13d236ace9dfdd68df5b28c2e39cafbba13
MD5 6246e553878ceca71bb98441820666ca
BLAKE2b-256 c8504aea0556da7a4b93ec9168420d170b55e2eb50ae21b25062513d020c6861

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-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.10.7-cp310-cp310-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp310-cp310-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 606cc265adc9aaedcc84f1f064f0e8736bc45814f15a357e30fca7ecc01504e0
MD5 1960f039c4f5ddcbd8e351637f8ebcf4
BLAKE2b-256 47b640095c185f235e085df0e0b158f6bd68cc6e1d80ba6c7721dc81d97ec318

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b1c81d0e5e160651879755c9c675b974276f135558cf4ba79fee7b8413a515df
MD5 ea327f7b407ca881afa37956bef031dc
BLAKE2b-256 3cb795574702888b58c0928a6e982038c596f9c34d52c5e5107f1eef729399b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c4e16bd7761c5e454f4efd36f345286d6f7c5fa111623c355691e2755cae3b9e
MD5 bf6272d8e2a2d03e9d447fd19e891eb3
BLAKE2b-256 b4bc25c83bcf3ad141b32cd7dc45485ef3c01a776ca3aa8ef0a93e77e8b5bc43

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-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.10.7-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 e28299d9f2e889e6d51b1f043f58d5f997c373cc12e6403b90df95b8b047c13e
MD5 6989cbf49f05f4bf767fadea2037d092
BLAKE2b-256 602202eb98fdc5ff79f423e990d877693e5310ae1eab6cb20ae0b0b9ac45b23b

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.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.10.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6be8ed3039ae7f7ac5ce058c308484787c86e8437e72b30bf5e88b8ea10f3c87
MD5 382a2cba739cc18b56e048bd23ca4b3c
BLAKE2b-256 60835c283cff3d41285f8eab897651585db908a909c572bdc014bcfaf8a8b6ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_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.10.7-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 8421e088bc051361b01c4b3a50fd39a4b9133079a2229978d9d30511fd05231b
MD5 677fcfb07072a66444c7dd277832c537
BLAKE2b-256 1920d0384ac06a6f908783d9b6aa6135e41b093971499ec488e47279f5b846e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_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.10.7-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 240af60539987ced2c399809bd34f7c78e8abe0736af91c3d7d0e795df633d17
MD5 8e27cef0b7da891f595c85582d0a9d4b
BLAKE2b-256 502b9e0cf8ded1e114bcd8b2fd42792b57f1c4e9e4ea1824cde2af93a67305be

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_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.10.7-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e201e015644e207139f7e2351980feb7040e6f4b2c2978892f3e3789d1c125e5
MD5 87ca8a602a49eb79a701b4d8b33892b1
BLAKE2b-256 0394952d30f180b1a916c11a56f5c22d3535e943aa22430e9e3322447e520e1c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fc04cc7a3db33664e0c2d10eb8990ff6b3536f6842c9590ae8da4c614b9ed05a
MD5 2c4bf9b2c7b829b7d673116e14fe54c2
BLAKE2b-256 e56c3a3f7a46888e69d18abe3ccc6fe4cb16cccb1e6a2f99698931dafca489e6

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.10.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c134869d5ffe34547d14e174c866fd8fe2254918cc0a95e99052903bc1543e07
MD5 19da720526515b6a6709bb26867bacb8
BLAKE2b-256 43114b1e6b129943f905ca54c339f343877b55b365ae2558806c1be4f7476ed5

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for coverage-7.10.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5a02d5a850e2979b0a014c412573953995174743a3f7fa4ea5a6e9a3c5617431
MD5 378e0bf69d1e973e56750b24deb909b6
BLAKE2b-256 0c1d29724999984740f0c86d03e6420b942439bf5bd7f54d4382cae386a9d1e9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 635adb9a4507c9fd2ed65f39693fa31c9a3ee3a8e6dc64df033e8fdf52a7003f
MD5 5214755451ef4bd2da4d2509511ca341
BLAKE2b-256 750b8287b2e5b38c8fe15d7e3398849bb58d382aedc0864ea0fa1820e8630491

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-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.10.7-cp39-cp39-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp39-cp39-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 f3c887f96407cea3916294046fc7dab611c2552beadbed4ea901cbc6a40cc7a0
MD5 e909b27d9f0fe4814a401528ddfed5b7
BLAKE2b-256 9a45540fc5cc92536a1b783b7ef99450bd55a4b3af234aae35a18a339973ce30

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cce2109b6219f22ece99db7644b9622f54a4e915dad65660ec435e89a3ea7cc3
MD5 310995a0da03f3771d879045795fc2c1
BLAKE2b-256 dbe55e957ca747d43dbe4d9714358375c7546cb3cb533007b6813fc20fce37ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f49a05acd3dfe1ce9715b657e28d138578bc40126760efb962322c56e9ca344b
MD5 810c9ded67ee710a2b4155b698a195bb
BLAKE2b-256 e49e6d6b8295940b118e8b7083b29226c71f6154f7ff41e9ca431f03de2eac0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-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.10.7-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 912e6ebc7a6e4adfdbb1aec371ad04c68854cd3bf3608b3514e7ff9062931d8a
MD5 d0ff39fba6832784bf3bfe45f5d89eca
BLAKE2b-256 c054b140edee7257e815de7426d5d9846b58505dffc29795fff2dfb7f8a1c5a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.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.10.7-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c7315339eae3b24c2d2fa1ed7d7a38654cba34a13ef19fbcb9425da46d3dc594
MD5 7d3282c4390b16277dbe0c4ed3a274c4
BLAKE2b-256 6a921c1c5a9e8677ce56d42b97bdaca337b2d4d9ebe703d8c174ede52dbabd5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_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.10.7-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 2af88deffcc8a4d5974cf2d502251bc3b2db8461f0b66d80a449c33757aa9f40
MD5 04f1301158df1aded128f5bf761fc074
BLAKE2b-256 b0498a070782ce7e6b94ff6a0b6d7c65ba6bc3091d92a92cef4cd4eb0767965c

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_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.10.7-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 567f5c155eda8df1d3d439d40a45a6a5f029b429b06648235f1e7e51b522b396
MD5 5a814aaed60764885d9ec9f9d8d72078
BLAKE2b-256 dd6e30d006c3b469e58449650642383dddf1c8fb63d44fdf92994bfd46570695

See more details on using hashes here.

Provenance

The following attestation bundles were made for coverage-7.10.7-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_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.10.7-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.10.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bc91b314cef27742da486d6839b677b3f2793dfe52b51bbbb7cf736d5c29281c
MD5 63e1b6b4a6b8ad1488cc56cf7f5df41a
BLAKE2b-256 522fb9f9daa39b80ece0b9548bbb723381e29bc664822d9a12c2135f8922c22b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coverage-7.10.7-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fff7b9c3f19957020cac546c70025331113d2e61537f6e2441bc7657913de7d3
MD5 46a4f082d1dfb388812db95c2dea8396
BLAKE2b-256 a3add1c25053764b4c42eb294aae92ab617d2e4f803397f9c7c8295caa77a260

See more details on using hashes here.

Provenance

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