Skip to main content

Code coverage measurement for Python

Project description

Code coverage measurement for Python.

Stand with Ukraine
PyPI status License Python versions supported
Test suite status Quality check status Documentation Coverage reports
Tidelift Sponsor me on GitHub GitHub stars coveragepy on Mastodon nedbat on Mastodon

Coverage.py measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.

Coverage.py runs on these versions of Python:

  • Python 3.9 through 3.13, including free-threading.

  • PyPy3 versions 3.9 and 3.10.

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

New in 7.x: multi-line exclusion patterns; function/class reporting; experimental support for sys.monitoring; dropped support for Python 3.7 and 3.8; added Coverage.collect() context manager; improved data combining; [run] exclude_also setting; report --format=; type annotations.

New in 6.x: dropped support for Python 2.7, 3.5, and 3.6; write data on SIGTERM; added support for 3.10 match/case statements.

For Enterprise

Tidelift

Available as part of the Tidelift Subscription. Coverage and thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. If you want the flexibility of open source and the confidence of commercial-grade software, this is for you. Learn more.

Getting Started

Looking to run coverage on your test suite? See the Quick Start section of the docs.

Change history

The complete history of changes is on the change history page.

Code of Conduct

Everyone participating in the coverage.py project is expected to treat other people with respect and to follow the guidelines articulated in the Python Community Code of Conduct.

Contributing

Found a bug? Want to help improve the code or documentation? See the Contributing section of the docs.

Security

To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.

License

Licensed under the Apache 2.0 License. For details, see NOTICE.txt.

Project details


Release history Release notifications | RSS feed

This version

7.6.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coverage-7.6.2.tar.gz (797.9 kB view details)

Uploaded Source

Built Distributions

coverage-7.6.2-pp39.pp310-none-any.whl (198.8 kB view details)

Uploaded PyPy

coverage-7.6.2-cp313-cp313t-win_amd64.whl (211.3 kB view details)

Uploaded CPython 3.13t Windows x86-64

coverage-7.6.2-cp313-cp313t-win32.whl (210.2 kB view details)

Uploaded CPython 3.13t Windows x86

coverage-7.6.2-cp313-cp313t-musllinux_1_2_x86_64.whl (247.4 kB view details)

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

coverage-7.6.2-cp313-cp313t-musllinux_1_2_i686.whl (246.1 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ i686

coverage-7.6.2-cp313-cp313t-musllinux_1_2_aarch64.whl (248.2 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ ARM64

coverage-7.6.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (250.6 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ ARM64

coverage-7.6.2-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (248.7 kB view details)

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

coverage-7.6.2-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (246.3 kB view details)

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

coverage-7.6.2-cp313-cp313t-macosx_11_0_arm64.whl (207.9 kB view details)

Uploaded CPython 3.13t macOS 11.0+ ARM64

coverage-7.6.2-cp313-cp313t-macosx_10_13_x86_64.whl (207.6 kB view details)

Uploaded CPython 3.13t macOS 10.13+ x86-64

coverage-7.6.2-cp313-cp313-win_amd64.whl (210.3 kB view details)

Uploaded CPython 3.13 Windows x86-64

coverage-7.6.2-cp313-cp313-win32.whl (209.6 kB view details)

Uploaded CPython 3.13 Windows x86

coverage-7.6.2-cp313-cp313-musllinux_1_2_x86_64.whl (238.4 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

coverage-7.6.2-cp313-cp313-musllinux_1_2_i686.whl (236.5 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

coverage-7.6.2-cp313-cp313-musllinux_1_2_aarch64.whl (238.5 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

coverage-7.6.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (239.7 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

coverage-7.6.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (238.8 kB view details)

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

coverage-7.6.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (236.8 kB view details)

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

coverage-7.6.2-cp313-cp313-macosx_11_0_arm64.whl (207.1 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

coverage-7.6.2-cp313-cp313-macosx_10_13_x86_64.whl (206.9 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

coverage-7.6.2-cp312-cp312-win_amd64.whl (210.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

coverage-7.6.2-cp312-cp312-win32.whl (209.5 kB view details)

Uploaded CPython 3.12 Windows x86

coverage-7.6.2-cp312-cp312-musllinux_1_2_x86_64.whl (238.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

coverage-7.6.2-cp312-cp312-musllinux_1_2_i686.whl (237.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

coverage-7.6.2-cp312-cp312-musllinux_1_2_aarch64.whl (238.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

coverage-7.6.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (240.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

coverage-7.6.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239.2 kB view details)

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

coverage-7.6.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (237.1 kB view details)

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

coverage-7.6.2-cp312-cp312-macosx_11_0_arm64.whl (207.1 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

coverage-7.6.2-cp312-cp312-macosx_10_13_x86_64.whl (206.9 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

coverage-7.6.2-cp311-cp311-win_amd64.whl (210.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

coverage-7.6.2-cp311-cp311-win32.whl (209.3 kB view details)

Uploaded CPython 3.11 Windows x86

coverage-7.6.2-cp311-cp311-musllinux_1_2_x86_64.whl (236.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

coverage-7.6.2-cp311-cp311-musllinux_1_2_i686.whl (235.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

coverage-7.6.2-cp311-cp311-musllinux_1_2_aarch64.whl (237.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

coverage-7.6.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (239.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

coverage-7.6.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (238.3 kB view details)

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

coverage-7.6.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (236.5 kB view details)

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

coverage-7.6.2-cp311-cp311-macosx_11_0_arm64.whl (207.1 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

coverage-7.6.2-cp311-cp311-macosx_10_9_x86_64.whl (206.7 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

coverage-7.6.2-cp310-cp310-win_amd64.whl (210.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

coverage-7.6.2-cp310-cp310-win32.whl (209.3 kB view details)

Uploaded CPython 3.10 Windows x86

coverage-7.6.2-cp310-cp310-musllinux_1_2_x86_64.whl (233.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

coverage-7.6.2-cp310-cp310-musllinux_1_2_i686.whl (232.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

coverage-7.6.2-cp310-cp310-musllinux_1_2_aarch64.whl (233.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

coverage-7.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

coverage-7.6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.5 kB view details)

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

coverage-7.6.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.3 kB view details)

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

coverage-7.6.2-cp310-cp310-macosx_11_0_arm64.whl (207.0 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

coverage-7.6.2-cp310-cp310-macosx_10_9_x86_64.whl (206.6 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

coverage-7.6.2-cp39-cp39-win_amd64.whl (210.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

coverage-7.6.2-cp39-cp39-win32.whl (209.3 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-7.6.2-cp39-cp39-musllinux_1_2_x86_64.whl (232.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

coverage-7.6.2-cp39-cp39-musllinux_1_2_i686.whl (231.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

coverage-7.6.2-cp39-cp39-musllinux_1_2_aarch64.whl (233.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

coverage-7.6.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

coverage-7.6.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.1 kB view details)

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

coverage-7.6.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (232.9 kB view details)

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

coverage-7.6.2-cp39-cp39-macosx_11_0_arm64.whl (207.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

coverage-7.6.2-cp39-cp39-macosx_10_9_x86_64.whl (206.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for coverage-7.6.2.tar.gz
Algorithm Hash digest
SHA256 a5f81e68aa62bc0cfca04f7b19eaa8f9c826b53fc82ab9e2121976dc74f131f3
MD5 1f6214dab946eccd0c11adb9d0387fdf
BLAKE2b-256 9a60e781e8302e7b28f21ce06e30af077f856aa2cb4cf2253287dae9a593d509

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-pp39.pp310-none-any.whl
Algorithm Hash digest
SHA256 667952739daafe9616db19fbedbdb87917eee253ac4f31d70c7587f7ab531b4e
MD5 9ac52ef7b6347716123295916e1f1c56
BLAKE2b-256 9d5c88f15b7614ba9ed1dbb1c0bd2c9073184b96c2bead0b93199487b44d04b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 d03a060ac1a08e10589c27d509bbdb35b65f2d7f3f8d81cf2fa199877c7bc58a
MD5 3bede9fc004f443832a0320bd80fe872
BLAKE2b-256 9d46aabe4305cfc57cab4865f788ceceef746c422469720c32ed7a5b44e20f5e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.6.2-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 2b636a301e53964550e2f3094484fa5a96e699db318d65398cfba438c5c92171
MD5 92bcf289b2f45cb9519ba8d05b5853a0
BLAKE2b-256 95822e9111aa5e59f42b332d387f64e3205c2263518d1e660154d0c9fc54390e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff797320dcbff57caa6b2301c3913784a010e13b1f6cf4ab3f563f3c5e7919db
MD5 ba92f3acdb79f76171f243689c54c56c
BLAKE2b-256 1e8b542b607d2cff56e5a90a6948f5a9040b693761d2be2d3c3bf88957b02361

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 84c4315577f7cd511d6250ffd0f695c825efe729f4205c0340f7004eda51191f
MD5 7a1a7d8fd2f1d32eb0ed36d356c02ce7
BLAKE2b-256 deb85c093526046a8450a7a3d62ad09517cf38e638f6b3ee9433dd6a73360501

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 39d3b964abfe1519b9d313ab28abf1d02faea26cd14b27f5283849bf59479ff5
MD5 ce689c2ddaf34da6ce57bcb84d8eaa94
BLAKE2b-256 30210a15fefc13039450bc45e7159f3add92489f004555eb7dab9c7ad4365dd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1e5e92e3e84a8718d2de36cd8387459cba9a4508337b8c5f450ce42b87a9e760
MD5 955ba0d67ef3fd5799d55b2cb2ba1e5e
BLAKE2b-256 5408d0962be62d4335599ca2ff3a48bb68c9bfb80df74e28ca689ff5f392087b

See more details on using hashes here.

File details

Details for the file coverage-7.6.2-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.2-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 12179eb0575b8900912711688e45474f04ab3934aaa7b624dea7b3c511ecc90f
MD5 4ad0888c2a15fe3132d62abc8201314a
BLAKE2b-256 aafeb00428cca325b6585ca77422e4f64d7d86a225b14664b98682ea501efb57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ebabdf1c76593a09ee18c1a06cd3022919861365219ea3aca0247ededf6facd6
MD5 1ed92ed882e20b453d418a10bb2c8fac
BLAKE2b-256 a5a2158570aff1dd88b661a6c11281cbb190e8696e77798b4b2e47c74bfb2f39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 078a87519057dacb5d77e333f740708ec2a8f768655f1db07f8dfd28d7a005f0
MD5 384fcbb3b6248e375767a5404d140252
BLAKE2b-256 8edba9aa7009bbdc570a235e1ac781c0a83aa323cac6db8f8f13c2127b110978

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7571e8bbecc6ac066256f9de40365ff833553e2e0c0c004f4482facb131820ef
MD5 3d7b07dd4b350d69be97f217fe87c105
BLAKE2b-256 79a38dd4e6c09f5286094cd6c7edb115b3fbf06ad8304d45431722a4e3bc2508

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.6.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c71965d1ced48bf97aab79fad56df82c566b4c498ffc09c2094605727c4b7e36
MD5 47d571f94a59684104f56748fc3fc2fc
BLAKE2b-256 c4f51b39e2faaf5b9cc7eed568c444df5991ce7ff7138e2e735a6801be1bdadb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.6.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e4ee15b267d2dad3e8759ca441ad450c334f3733304c55210c2a44516e8d5530
MD5 6509a34ab3c46eb8f543c341327c2bc6
BLAKE2b-256 ec8a106c66faafb4a87002b698769d6de3c4db0b6c29a7aeb72de13b893c333e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf4eeecc9e10f5403ec06138978235af79c9a79af494eb6b1d60a50b49ed2869
MD5 de6a61d60b42ececd938237e439f6d34
BLAKE2b-256 430d2200a0d447e30de94d48e4851c04d8dce37340815e7eda27457a7043c037

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c9192925acc33e146864b8cf037e2ed32a91fdf7644ae875f5d46cd2ef086a5f
MD5 c73841105c3eeb49908098db46763b7e
BLAKE2b-256 99c99fbe5b841628e1d9030c8044844afef4f4735586289eb9237eeb5b97f0d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 35a51598f29b2a19e26d0908bd196f771a9b1c5d9a07bf20be0adf28f1ad4f77
MD5 c1b59fecb382beae06d1d4cf1844d234
BLAKE2b-256 d54b57f95e41a10525002f524f3dbd577a3a9871d67998f8a8eb192fe697dc7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3ec528ae69f0a139690fad6deac8a7d33629fa61ccce693fdd07ddf7e9931fba
MD5 83774b9b27e23fb4e7b58834bdf5376e
BLAKE2b-256 dd5981fc7ad855d65eeb68fe9e7809cbb339946adb07be7ac32d3fc24dc17bd7

See more details on using hashes here.

File details

Details for the file coverage-7.6.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 21c0ea0d4db8a36b275cb6fb2437a3715697a4ba3cb7b918d3525cc75f726304
MD5 68bdc1a13f3600cd75efb6614542d967
BLAKE2b-256 36943b8f3abf88b7c451f97fd14c98f536bcee364e74250d928d57cc97c38ddd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ed5ac02126f74d190fa2cc14a9eb2a5d9837d5863920fa472b02eb1595cdc925
MD5 a97d88dc6c9219b2894b079ed6db439b
BLAKE2b-256 cda7865de3eb9e78ffbf7afd92f86d2580b18edfb6f0481bd3c39b205e05a762

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa68a6cdbe1bc6793a9dbfc38302c11599bbe1837392ae9b1d238b9ef3dafcf1
MD5 3862f2753a8137405bfdee3e0a7296bb
BLAKE2b-256 e0de820ecb42e892049c5f384430e98b35b899da3451dd0cdb2f867baf26abfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4eea60c79d36a8f39475b1af887663bc3ae4f31289cd216f514ce18d5938df40
MD5 e4f94f77c2efc2f20dd640de16d39850
BLAKE2b-256 ae99c9676a75b57438a19c5174dfcf39798b42728ad56650497286379dc0c2c3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.6.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5ed69befa9a9fc796fe015a7040c9398722d6b97df73a6b608e9e275fa0932b0
MD5 b3c5a559538fa10abaa38258993556a1
BLAKE2b-256 643a3f44e55273a58bfb39b87ad76541bbb81d14de916b034fdb39971cc99ffe

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.6.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f9035695dadfb397bee9eeaf1dc7fbeda483bf7664a7397a629846800ce6e276
MD5 095f5a545dd883ef4d2d2cd47c9409f4
BLAKE2b-256 6cdc8be87b9ed5dbd4892b603f41088b41982768e928734e5bdce67d2ddd460a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cdfcf2e914e2ba653101157458afd0ad92a16731eeba9a611b5cbb3e7124e74b
MD5 4247ad6314de939b72bd52f91227f62f
BLAKE2b-256 e7ab58de9e2f94e4dc91b84d6e2705aa1e9d5447a2669fe113b4bbce6d2224a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a867d26f06bcd047ef716175b2696b315cb7571ccb951006d61ca80bbc356e9e
MD5 e9e4251e693474a27df184f99b6b3d72
BLAKE2b-256 f2cbccb23c084d7f581f770dc7ed547dc5b50763334ad6ce26087a9ad0b5b26d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 47ccb6e99a3031ffbbd6e7cc041e70770b4fe405370c66a54dbf26a500ded80b
MD5 364b688dfb560b6243b4f239c5f6ae58
BLAKE2b-256 a9627310c6de2bcb8a42f91094d41f0d4793ccda5a54621be3db76a156556cf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d9c5d13927d77af4fbe453953810db766f75401e764727e73a6ee4f82527b3e
MD5 742af47c6d1d2a9313b2249130679865
BLAKE2b-256 03df5f2cd6048d44a54bb5f58f8ece4efbc5b686ed49f8bd8dbf41eb2a6a687f

See more details on using hashes here.

File details

Details for the file coverage-7.6.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ff2ef83d6d0b527b5c9dad73819b24a2f76fdddcfd6c4e7a4d7e73ecb0656b4
MD5 2377ac838f6c0bb4e870640c9b3f0a0b
BLAKE2b-256 d279339bdf597d128374e6150c089b37436ba694585d769cabf6d5abd73a1365

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b92f9ca04b3e719d69b02dc4a69debb795af84cb7afd09c5eb5d54b4a1ae2191
MD5 ac43416e30dd5039c8fff8c798eed335
BLAKE2b-256 d3187c53887643d921faa95529643b1b33e60ebba30ab835c8b5abd4e54d946b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9681516288e3dcf0aa7c26231178cc0be6cac9705cac06709f2353c5b406cfea
MD5 f589f8ceea8a069489b53fd56a32fe2b
BLAKE2b-256 e458030354d250f107a95e7aca24c7fd238709a3c7df3083cb206368798e637a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ebc94fadbd4a3f4215993326a6a00e47d79889391f5659bf310f55fe5d9f581c
MD5 10bf2214c08b42d6b1e281ca259a117b
BLAKE2b-256 3fac1cca5ed5cf512a71cdd6e3afb75a5ef196f7ef9772be9192dadaaa5cfc1c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.6.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9bcd51eeca35a80e76dc5794a9dd7cb04b97f0e8af620d54711793bfc1fbba4b
MD5 b084e6110f6707932392fcf74fd1e8f6
BLAKE2b-256 9687d586f2b12b98288fc874d366cd8d5601f5a374cb75853647a3e4d02e4eb0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.6.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7781f4f70c9b0b39e1b129b10c7d43a4e0c91f90c60435e6da8288efc2b73438
MD5 d94849edc3a784952f724009b2e0dc46
BLAKE2b-256 f49061fe2721b9a9d9446e6c3ca33b6569e81d2a9a795ddfe786a66bf54035b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f01e53575f27097d75d42de33b1b289c74b16891ce576d767ad8c48d17aeb5e0
MD5 e094c1539e1a69e1f430111893ff31f8
BLAKE2b-256 83de41c3b90a779e473ae1ca325542aa5fa5464b7d2061288e9c22ba5f1deaa3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fcad7d5d2bbfeae1026b395036a8aa5abf67e8038ae7e6a25c7d0f88b10a8e6a
MD5 5b18fb3e9f9cb639a5eeafe297f25250
BLAKE2b-256 f6bd760a599c08c882d97382855264586bba2604901029c3f6bec5710477ae81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0bbae11c138585c89fb4e991faefb174a80112e1a7557d507aaa07675c62e66b
MD5 9e52cb94d2e6fdca61d92db8903cd9f5
BLAKE2b-256 609076815a76234050a87d0d1438a34820c1b857dd17353855c02bddabbedea8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 536f77f2bf5797983652d1d55f1a7272a29afcc89e3ae51caa99b2db4e89d658
MD5 fc6ffaf8e8621337b4ecb50292b2cce9
BLAKE2b-256 92610d46dc26cf9f711b7b6078a54680665a5c2d62ec15991adb51e79236c699

See more details on using hashes here.

File details

Details for the file coverage-7.6.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7926d8d034e06b479797c199747dd774d5e86179f2ce44294423327a88d66ca7
MD5 4973886edc8b9323f50d3b8378f43ae1
BLAKE2b-256 f281b0dc02487447c4a56cf2eed5c57735097f77aeff582277a35f1f70713a8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f361296ca7054f0936b02525646b2731b32c8074ba6defab524b79b2b7eeac72
MD5 14f7abc31e69b59e33c276ab5fbf0d6d
BLAKE2b-256 3bcb9de71bade0343a0793f645f78a0e409248d85a2e5b4c4a9a1697c3b2e3d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7b2e437fbd8fae5bc7716b9c7ff97aecc95f0b4d56e4ca08b3c8d8adcaadb84
MD5 0be379b4ef37eb9f1fca075cea9a48fe
BLAKE2b-256 2352c15dcf3cf575256c7c0992e441cd41092a6c519d65abe1eb5567aab3d8e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bb21bac7783c1bf6f4bbe68b1e0ff0d20e7e7732cfb7995bc8d96e23aa90fc7b
MD5 1022c0a84d92fb28af744df60ff148c5
BLAKE2b-256 a52972da824da4182f518b054c21552b7ed2473a4e4c6ac616298209808a1a5c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.6.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d20c3d1f31f14d6962a4e2f549c21d31e670b90f777ef4171be540fb7fb70f02
MD5 2060a0cf045ff0cfd4e1106ce08e5218
BLAKE2b-256 19d16b354c2cd52e0244944c097aaa71896869878df999f5f8e75fcd37eaf0f3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.6.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7b80fbb0da3aebde102a37ef0138aeedff45997e22f8962e5f16ae1742852676
MD5 77911703617ce00c04c2a508e20913f3
BLAKE2b-256 7a6aeafa81503e905d473b799920927b06aa6ffba12db035fc98735b55bc1741

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 62ab4231c01e156ece1b3a187c87173f31cbeee83a5e1f6dff17f288dca93345
MD5 e5f9c6099a948f0030ce58b0a6d67b45
BLAKE2b-256 8063cbb76298b4f42bffe0030f1bc129a26a26255857c6beaa20419259ac07cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6e85830eed5b5263ffa0c62428e43cb844296f3b4461f09e4bdb0d44ec190bc2
MD5 ab2e1a70aae8d6bfc327c4ac9ad90d8d
BLAKE2b-256 e34037d64093f57b372435d87679956607ecab066d2aede76c6d215815a35fa3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9c6b0c1cafd96213a0327cf680acb39f70e452caf8e9a25aeb05316db9c07f89
MD5 2d15e585475ee8f6b2fd2f5d3a4e67ac
BLAKE2b-256 b1a68f3b3fd1f9b9400f3df38a7159362622546e2d951cc4984cf4617d0fd4d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a663b180b6669c400b4630a24cc776f23a992d38ce7ae72ede2a397ce6b0f170
MD5 3c1cd3465419ec1bd9c9e6d2b2bc539b
BLAKE2b-256 47ee57d607e14479fb760721ea1784608ade532665934bd75f260b250dc6c877

See more details on using hashes here.

File details

Details for the file coverage-7.6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 087932079c065d7b8ebadd3a0160656c55954144af6439886c8bcf78bbbcde7f
MD5 06fbaf8127cca9a9ffce59d8239aed21
BLAKE2b-256 303ba1623d50fcd6ba532cef0c3c1059eec2a08a311676ffa84dbe4beb2b8a33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bfde025e2793a22efe8c21f807d276bd1d6a4bcc5ba6f19dbdfc4e7a12160909
MD5 2294c4980e0191ebc07c73b36d21f3bc
BLAKE2b-256 76e1cd263fd750fdb115aab11a086e3584d99d46fca1f201b5493cc3972aea28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 24500f4b0e03aab60ce575c85365beab64b44d4db837021e08339f61d1fbfe52
MD5 2ab4de71f82e93e2836fac8d93ad770d
BLAKE2b-256 93b4dcbf15f5583507415d0a78ce206e19d76699f1161e8b1ff6e1a21e9f9743

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c9df1950fb92d49970cce38100d7e7293c84ed3606eaa16ea0b6bc27175bb667
MD5 4cb4ce3638a6f2030e24b6cac95aeaf7
BLAKE2b-256 1614fb75c01b8427fb567c90ce920c90ed2bd314ad6960d54e8b377928607fd1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.6.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2186369a654a15628e9c1c9921409a6b3eda833e4b91f3ca2a7d9f77abb4987c
MD5 5593c6f392a0e65b2a74d677128038a5
BLAKE2b-256 d1054326e4ea071176f0bddc30b5a3555b48fa96c45a8f6a09b6c2e4041dfcc0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.6.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6c2ba1e0c24d8fae8f2cf0aeb2fc0a2a7f69b6d20bd8d3749fd6b36ecef5edf0
MD5 886422a617c7cd2e48abbfd69a7f50c3
BLAKE2b-256 7c34158b73026cbc2d2b3a56fbc71d955c0eea52953e49de97f820b3060f62b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e8ea055b3ea046c0f66217af65bc193bbbeca1c8661dc5fd42698db5795d2627
MD5 676670849546ef350b9c506ab8b708af
BLAKE2b-256 7b023f84bdd286a9db9b816cb5ca0adfa001575f8e496ba39da26f0ded2f0849

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 69f251804e052fc46d29d0e7348cdc5fcbfc4861dc4a1ebedef7e78d241ad39e
MD5 5418d925641ec70c068e996b1f490274
BLAKE2b-256 8c7731ecc00c525dea216d59090b807e9d1268a07d289f9dbe0cfc6795e33b68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7fca4a92c8a7a73dee6946471bce6d1443d94155694b893b79e19ca2a540d86e
MD5 ac73d87a6eae83701570283b77895ea0
BLAKE2b-256 89ec4a56d9b310b2413987682ae3a858e30ea11d6f6d05366ecab4d73385fbef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 97df87e1a20deb75ac7d920c812e9326096aa00a9a4b6d07679b4f1f14b06c90
MD5 dbd09d34c805cd3123e7c1a2225c35a8
BLAKE2b-256 34651301721d09f5b58da9decfd62eb42eaef07fdb854dae904c3482e59cc309

See more details on using hashes here.

File details

Details for the file coverage-7.6.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.6.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad4ef1c56b47b6b9024b939d503ab487231df1f722065a48f4fc61832130b90e
MD5 05a81162e57e42f3d6fa48341ed552c1
BLAKE2b-256 2d60b23e61a372bef93c9d13d87efa2ea3a870130be498e5b81740616b6e6200

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 343056c5e0737487a5291f5691f4dfeb25b3e3c8699b4d36b92bb0e586219d14
MD5 31b6edfd945b928d8aef4bb26c982528
BLAKE2b-256 9fec7a2f361485226e6934a8f5d1f6eef7e8b7faf228fb6107476fa584700a32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab31fdd643f162c467cfe6a86e9cb5f1965b632e5e65c072d90854ff486d02cf
MD5 c2af91eb9ee5a165aca1e7661f978903
BLAKE2b-256 71ffbc4d5697a55edf1ff077c47df5637ff4518ba2760ada82c142aca79ea3fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.6.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c37faddc8acd826cfc5e2392531aba734b229741d3daec7f4c777a8f0d4993e5
MD5 32370a543e8e7ee9a7010416cd5ce3af
BLAKE2b-256 6aa985d14426f2449252f302f12c1c2a957a0a7ae7f35317ca3eaa365e1d6453

See more details on using hashes here.

Supported by

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