Skip to main content

Code coverage measurement for Python

Project description

Code coverage testing for Python.

Stand with Ukraine
License Python versions supported Package stability
Test suite status Quality check status Documentation Coverage reports
PyPI status Weekly PyPI downloads Kit format Packaging status
Github stars Github forks Contributors
Core Infrastructure Initiative: passing OpenSSF Scorecard Snyk package health
Tidelift Sponsor me on GitHub 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:

  • CPython 3.7 through 3.12.0a7

  • PyPy3 7.3.11.

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

New in 7.x: improved data combining; 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.2.5.tar.gz (759.5 kB view details)

Uploaded Source

Built Distributions

coverage-7.2.5-pp37.pp38.pp39-none-any.whl (192.7 kB view details)

Uploaded PyPy

coverage-7.2.5-cp311-cp311-win_amd64.whl (203.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

coverage-7.2.5-cp311-cp311-win32.whl (202.6 kB view details)

Uploaded CPython 3.11 Windows x86

coverage-7.2.5-cp311-cp311-musllinux_1_1_x86_64.whl (240.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

coverage-7.2.5-cp311-cp311-musllinux_1_1_i686.whl (239.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

coverage-7.2.5-cp311-cp311-musllinux_1_1_aarch64.whl (241.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

coverage-7.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (232.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

coverage-7.2.5-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232.0 kB view details)

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

coverage-7.2.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (230.2 kB view details)

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

coverage-7.2.5-cp311-cp311-macosx_11_0_arm64.whl (200.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

coverage-7.2.5-cp311-cp311-macosx_10_9_x86_64.whl (200.4 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

coverage-7.2.5-cp310-cp310-win_amd64.whl (203.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

coverage-7.2.5-cp310-cp310-win32.whl (202.6 kB view details)

Uploaded CPython 3.10 Windows x86

coverage-7.2.5-cp310-cp310-musllinux_1_1_x86_64.whl (233.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

coverage-7.2.5-cp310-cp310-musllinux_1_1_i686.whl (232.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

coverage-7.2.5-cp310-cp310-musllinux_1_1_aarch64.whl (234.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

coverage-7.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (229.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

coverage-7.2.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (228.2 kB view details)

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

coverage-7.2.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (227.3 kB view details)

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

coverage-7.2.5-cp310-cp310-macosx_11_0_arm64.whl (200.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

coverage-7.2.5-cp310-cp310-macosx_10_9_x86_64.whl (200.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

coverage-7.2.5-cp39-cp39-win_amd64.whl (203.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

coverage-7.2.5-cp39-cp39-win32.whl (202.7 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-7.2.5-cp39-cp39-musllinux_1_1_x86_64.whl (233.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

coverage-7.2.5-cp39-cp39-musllinux_1_1_i686.whl (231.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

coverage-7.2.5-cp39-cp39-musllinux_1_1_aarch64.whl (233.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

coverage-7.2.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (228.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

coverage-7.2.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227.7 kB view details)

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

coverage-7.2.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (226.9 kB view details)

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

coverage-7.2.5-cp39-cp39-macosx_11_0_arm64.whl (200.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

coverage-7.2.5-cp39-cp39-macosx_10_9_x86_64.whl (200.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

coverage-7.2.5-cp38-cp38-win_amd64.whl (203.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

coverage-7.2.5-cp38-cp38-win32.whl (202.6 kB view details)

Uploaded CPython 3.8 Windows x86

coverage-7.2.5-cp38-cp38-musllinux_1_1_x86_64.whl (234.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

coverage-7.2.5-cp38-cp38-musllinux_1_1_i686.whl (233.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

coverage-7.2.5-cp38-cp38-musllinux_1_1_aarch64.whl (235.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

coverage-7.2.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (230.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

coverage-7.2.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (229.3 kB view details)

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

coverage-7.2.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (228.0 kB view details)

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

coverage-7.2.5-cp38-cp38-macosx_11_0_arm64.whl (200.4 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

coverage-7.2.5-cp38-cp38-macosx_10_9_x86_64.whl (200.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

coverage-7.2.5-cp37-cp37m-win_amd64.whl (203.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

coverage-7.2.5-cp37-cp37m-win32.whl (202.8 kB view details)

Uploaded CPython 3.7m Windows x86

coverage-7.2.5-cp37-cp37m-musllinux_1_1_x86_64.whl (231.5 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

coverage-7.2.5-cp37-cp37m-musllinux_1_1_i686.whl (230.4 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

coverage-7.2.5-cp37-cp37m-musllinux_1_1_aarch64.whl (231.9 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

coverage-7.2.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (225.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

coverage-7.2.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (225.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

coverage-7.2.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (223.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

coverage-7.2.5-cp37-cp37m-macosx_10_9_x86_64.whl (200.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: coverage-7.2.5.tar.gz
  • Upload date:
  • Size: 759.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.15

File hashes

Hashes for coverage-7.2.5.tar.gz
Algorithm Hash digest
SHA256 f99ef080288f09ffc687423b8d60978cf3a465d3f404a18d1a05474bd8575a47
MD5 14d0abccb4b25c88b1aac18f058c24aa
BLAKE2b-256 3d87ac5bb366221fe53c55f5ea83b14d476834703cbb395dcc335a92742737c3

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-pp37.pp38.pp39-none-any.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-pp37.pp38.pp39-none-any.whl
Algorithm Hash digest
SHA256 8877d9b437b35a85c18e3c6499b23674684bf690f5d96c1006a1ef61f9fdf0f3
MD5 2738dd9f5e1d2a693a231513352088e5
BLAKE2b-256 edc728ed5ec209f79197b0f9a0b74d1b0d34b513f744eda2e828376cfb13a49f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.2.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 203.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.15

File hashes

Hashes for coverage-7.2.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 97072cc90f1009386c8a5b7de9d4fc1a9f91ba5ef2146c55c1f005e7b5c5e068
MD5 44650951d2d9d5428c5a4bdf0d2824ad
BLAKE2b-256 8a97f6173b9937ebab116a5a899aa79c1009141eb894911b65a83cd8cd5c0d1f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.2.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 202.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.15

File hashes

Hashes for coverage-7.2.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 30dcaf05adfa69c2a7b9f7dfd9f60bc8e36b282d7ed25c308ef9e114de7fc23b
MD5 b07bcb464905bb4142c290152afb5dae
BLAKE2b-256 00ee67f851378e163e5323671c21d42bf6d059a16c058fbf10338cdf2170c90b

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ef9659d1cda9ce9ac9585c045aaa1e59223b143f2407db0eaee0b61a4f266fb6
MD5 d894ae0dc8a2932f844d5e5a43ac7515
BLAKE2b-256 62fc4f9be6c0d7fe460990d05ffd2316683bfcd8a94758dde26d2da84487a8af

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a08c7401d0b24e8c2982f4e307124b671c6736d40d1c39e09d7a8687bddf83ed
MD5 c03bb87e182f0f424aa373073c5477d5
BLAKE2b-256 e62f28a781aecd2d95ecf890cf1a078e021003aea94f307d96db6ec20e90c85e

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7ff8f3fb38233035028dbc93715551d81eadc110199e14bbbfa01c5c4a43f8d8
MD5 ca20c71ea65cd3f30e349b0b7dacf90a
BLAKE2b-256 d0014a26714b925a9ff8fd54ffebe45471111eef2f1529790a745824f8958864

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c10fbc8a64aa0f3ed136b0b086b6b577bc64d67d5581acd7cc129af52654384e
MD5 84a8d304dc35f12a347568bc6755441f
BLAKE2b-256 9ba4ed7f5dc3160fcb3d1f86a8f74c59404aa3d47ad71448a9b9d441df6812c7

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-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.2.5-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 292300f76440651529b8ceec283a9370532f4ecba9ad67d120617021bb5ef139
MD5 bc499252fe6277448e3912afffba13aa
BLAKE2b-256 57a4e2002682aea70aa50c07e1bd868fe2d59540d51d90b6f6cbe69558efe5f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9a22cbb5ede6fade0482111fa7f01115ff04039795d7092ed0db43522431b4f2
MD5 8791fa8c0a15c7c997cd98223fd84301
BLAKE2b-256 36525ffdff100e10385c452ad36ea063ac51b192228a5bd5b21529b96b339833

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a66e055254a26c82aead7ff420d9fa8dc2da10c82679ea850d8feebf11074d88
MD5 3f4cdf54fc2aedd8c91fe5443857217f
BLAKE2b-256 6d87d1b67b09b4d3e461f5364b1e0cd2bc92e77dd2548964c3c2136bb98d4491

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 40cc0f91c6cde033da493227797be2826cbf8f388eaa36a0271a97a332bfd7ce
MD5 c90047e7079873593f3cb35a1cd629c4
BLAKE2b-256 7fd3bb35573b7bebd7aba32b5cfd65a355d6186c607451d9d4fae00a05fd8e1e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.2.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 203.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.15

File hashes

Hashes for coverage-7.2.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dc945064a8783b86fcce9a0a705abd7db2117d95e340df8a4333f00be5efb64c
MD5 1b60efcbd50773d7bda411161f9a34be
BLAKE2b-256 a8457dbfe0658925cc096cd8472f8357367e45f02bea3218121c665fd01d30c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.2.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 202.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.15

File hashes

Hashes for coverage-7.2.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f81c9b4bd8aa747d417407a7f6f0b1469a43b36a85748145e144ac4e8d303cb5
MD5 841657630c7b09f338741b2b26d05aba
BLAKE2b-256 a445e7533ed5fe3008f820eee159cfaa4622ac9c5de45f1181c82b6a5b90eb46

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ae453f655640157d76209f42c62c64c4d4f2c7f97256d3567e3b439bd5c9b06c
MD5 5b31c421dc5c8c528a31448c18c99e41
BLAKE2b-256 0bbc42b7b5e0a58f9db7f673c4b0709ba3e8d13e1df4b47a1ef1905ab8e4e24a

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 706ec567267c96717ab9363904d846ec009a48d5f832140b6ad08aad3791b1f5
MD5 7ddeefbed2cbfd4c16d2aa11bc30f38d
BLAKE2b-256 6aec6b12580715aae877303c79e025a7591cad83fb76b4f18eef99e78784e064

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b9a4ee55174b04f6af539218f9f8083140f61a46eabcaa4234f3c2a452c4ed11
MD5 5115f4091b448625776e6e61aa27eda6
BLAKE2b-256 8ad011395768fa7eca73643f4ea177883fdc28a68a1fb7f9102fa6ee180efc44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5f3671662dc4b422b15776cdca89c041a6349b4864a43aa2350b6b0b03bbcc7f
MD5 6f052c032024c249c40898cf60097a5b
BLAKE2b-256 71de0e70397af146b73c2d8c90f0c5529dc442a3aa09aa461f56844cb8605af0

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-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.2.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 066b44897c493e0dcbc9e6a6d9f8bbb6607ef82367cf6810d387c09f0cd4fe9a
MD5 8d9ed910666078bf1aa2e3b8c9f34540
BLAKE2b-256 a8e0ea6fe3d440ec24b3f1802b177fa92f69d9df7e3ab11d93bd510258588725

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 780551e47d62095e088f251f5db428473c26db7829884323e56d9c0c3118791a
MD5 2cfc1107231f18647836d53648de9213
BLAKE2b-256 57365a1c4a5ae9c2a7ab948853f10e129fb159b834e23cca767cf72c6ef2bbcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2fbc2a127e857d2f8898aaabcc34c37771bf78a4d5e17d3e1f5c30cd0cbc62a
MD5 714fbcee8035cc648c8e2311ea90d0f6
BLAKE2b-256 8873d767f0a8d1713be48a83e62824be98036c99de6ae2780f471901fe3a7d33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 883123d0bbe1c136f76b56276074b0c79b5817dd4238097ffa64ac67257f4b6c
MD5 34a00737baf50fc39628a8afc4b3b1be
BLAKE2b-256 3165914b45e732a66c892966e97c0611ee1782b6156627f9478a404b6c7acf5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.2.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 203.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.15

File hashes

Hashes for coverage-7.2.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 338aa9d9883aaaad53695cb14ccdeb36d4060485bb9388446330bef9c361c252
MD5 a07c02d17c9026b1c8ddde78f5b55683
BLAKE2b-256 0197eb8cdc5a82947efd330c13fd17f7985c20135d7fe7263652cc37481298a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.2.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 202.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.15

File hashes

Hashes for coverage-7.2.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ddc5a54edb653e9e215f75de377354e2455376f416c4378e1d43b08ec50acc31
MD5 d1051206f7021f5e2c8797c1c4bc984a
BLAKE2b-256 28ae2d01daabe5dd2652be564f8c49d51b553b1f05a263a1c58e74accb400030

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bd3b4b8175c1db502adf209d06136c000df4d245105c8839e9d0be71c94aefe1
MD5 ef304836bbc2a69d2b733fafe4f619a2
BLAKE2b-256 a71cb67259cb5dfe9a94eb65d542d8190cffc609f2d387038228b4f31a3e486b

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 156192e5fd3dbbcb11cd777cc469cf010a294f4c736a2b2c891c77618cb1379a
MD5 31f62e859a074a7611412353e79062c5
BLAKE2b-256 8172340c4bc7fc32d1148c483c07561850b95113277cdf3e7d44183ebfd372e8

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 aa387bd7489f3e1787ff82068b295bcaafbf6f79c3dad3cbc82ef88ce3f48ad3
MD5 bd9a7fd4582100d8aa5672185a3453a1
BLAKE2b-256 c1afd56666ff64d15d753bbe6c4db8bba76c244be0b5a51061f2ede35d72dc62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6599bf92f33ab041e36e06d25890afbdf12078aacfe1f1d08c713906e49a3fe5
MD5 c783c5a196125802f2c0a8e40210527a
BLAKE2b-256 67b56b5751966ffc4da52b0b68aa60de105ff0666f6e99a58e2beea614df399c

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-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.2.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6f5cab2d7f0c12f8187a376cc6582c477d2df91d63f75341307fcdcb5d60303
MD5 0de1c29ea496c47ea55e8537b7581dde
BLAKE2b-256 2c2282903d8d343bf6e174e566a4cf3f767315db4dd52a17d7f0255bff7e56c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 857abe2fa6a4973f8663e039ead8d22215d31db613ace76e4a98f52ec919068e
MD5 269d34f292a4f9c20683f7284c6e993d
BLAKE2b-256 0b93c992d89b11661ab4121c7837a5c6cf3e2eabbbbae668132b5d6b8ad95c41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4436cc9ba5414c2c998eaedee5343f49c02ca93b21769c5fdfa4f9d799e84200
MD5 1a7923d82aabf1b559d09deb5f64d877
BLAKE2b-256 af3c8c6745ff0c58707a70607ccc63f27b3437494fa98715181a40c44388d789

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5c587f52c81211d4530fa6857884d37f514bcf9453bdeee0ff93eaaf906a5c1b
MD5 fd622044aa4db7422122c5dc8811af3f
BLAKE2b-256 07596f310c6b5e71a3dd374af186eb9b1380f0f34b684e805812ca1e93874748

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: coverage-7.2.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 203.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.15

File hashes

Hashes for coverage-7.2.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a0b273fe6dc655b110e8dc89b8ec7f1a778d78c9fd9b4bda7c384c8906072212
MD5 6b15e105f344f504c67498dd28589180
BLAKE2b-256 a0f7cfa587948bfd61c6a50ea0c208a98ae92b2368ccbef39621bae02cc49e91

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp38-cp38-win32.whl.

File metadata

  • Download URL: coverage-7.2.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 202.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.15

File hashes

Hashes for coverage-7.2.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 10b15394c13544fce02382360cab54e51a9e0fd1bd61ae9ce012c0d1e103c813
MD5 8403a0e6c1f03d527f104879c8c625ed
BLAKE2b-256 738ff77ac8cad6cb3a43da0056306f92dfc27b737c2294b773df8cf010db3f1a

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c2c41c1b1866b670573657d584de413df701f482574bad7e28214a2362cb1fd1
MD5 6a3c3d2e701d5a1873f2c83ed0b701be
BLAKE2b-256 24d9a9b24d946804a27b2a9693593a83732c2823db5d6c0f209a2fa0eba85e41

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cf97ed82ca986e5c637ea286ba2793c85325b30f869bf64d3009ccc1a31ae3fd
MD5 707e7f60e0aafeafc2a9d4c44d87303f
BLAKE2b-256 bfe95e5f5555812d4afd41fd20af3df85183304213904383b7361088ca2a20a1

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0342a28617e63ad15d96dca0f7ae9479a37b7d8a295f749c14f3436ea59fdcb3
MD5 823a7a23fe6d539dcf43672f32a3f0d2
BLAKE2b-256 30c67f263714255cda41443a6f741654499e2f2ef9925b57aa4e159a81785edc

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a063aad9f7b4c9f9da7b2550eae0a582ffc7623dca1c925e50c3fbde7a579771
MD5 295f961025c8d056ff084f7b5b3e33c3
BLAKE2b-256 5567abfcaf4034db803b31f1d012d0e2f532d87a2d10954cb8ede1eb23079496

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp38-cp38-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.2.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2b3b05e22a77bb0ae1a3125126a4e08535961c946b62f30985535ed40e26614
MD5 19881eb777fac63b6cf3ba53dbf4d640
BLAKE2b-256 34efdfbcd7e5687559cbd04933985707cdeb811c3815336a8bd0ae1077d9f11c

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 38c0a497a000d50491055805313ed83ddba069353d102ece8aef5d11b5faf045
MD5 2d7538d4300452d1875e0b48aedbdc1d
BLAKE2b-256 3c0a2ea958a9e8571df2f030f9e3d47add9a9372f06cb2bb01e1e0285383ed53

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 373ea34dca98f2fdb3e5cb33d83b6d801007a8074f992b80311fc589d3e6b790
MD5 bc369d6854da633a258bcd6e8690fc59
BLAKE2b-256 0bf2a54848d2582917d9a132e0adaa74f0e067191079fa66149c8a431bdfb184

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b5016e331b75310610c2cf955d9f58a9749943ed5f7b8cfc0bb89c6134ab0a84
MD5 e38c35b294a54722d73cb7a04a25a408
BLAKE2b-256 d6545ef3171884fff597781f21f683ddb9dd2c35f05af2947aaec0b6d183dbce

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: coverage-7.2.5-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 203.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.15

File hashes

Hashes for coverage-7.2.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 12580845917b1e59f8a1c2ffa6af6d0908cb39220f3019e36c110c943dc875b0
MD5 9a3ab9f4acf2a2f26d62f6aa0b5fbcc3
BLAKE2b-256 e7533b2c1fb37a990f1a8987e000e7a74ab93646ad287b562f4d5bc113e0665f

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp37-cp37m-win32.whl.

File metadata

  • Download URL: coverage-7.2.5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 202.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.15

File hashes

Hashes for coverage-7.2.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 509ecd8334c380000d259dc66feb191dd0a93b21f2453faa75f7f9cdcefc0718
MD5 8e0a54d9d7bc1918aa499992f4d1ecf4
BLAKE2b-256 c3883d53153687a291cbbcb968d542b3cdd8574246d863fa6aeaad1afb3dc529

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8e575a59315a91ccd00c7757127f6b2488c2f914096077c745c2f1ba5b8c0969
MD5 afa477c000e18291d2315d576f5a2525
BLAKE2b-256 517bcfcea378640bf97d728b56f5926136062abea89f9a617524a57753f364d8

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1637253b11a18f453e34013c665d8bf15904c9e3c44fbda34c643fbdc9d452cd
MD5 0a4f774b6de4baf83267273ee9b074c4
BLAKE2b-256 5ddeab8f77c21d8ad1682d6db9220e5e1f941a9490d2c1bb1baf50f12f4bee64

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d1f25ee9de21a39b3a8516f2c5feb8de248f17da7eead089c2e04aa097936b47
MD5 b42e9ea57caeae8eb76171aa753822aa
BLAKE2b-256 f65c8aec846dd51d4d374ea87689f24b3ee93b023020160141456f51986aac54

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 828189fcdda99aae0d6bf718ea766b2e715eabc1868670a0a07bf8404bf58c33
MD5 c14e9bf5bee19d59704e453bde66065d
BLAKE2b-256 ef7a78d45957963d4a85301ece73cb46352e59dbf17a38d4412542b074cbae87

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp37-cp37m-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.2.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8834e5f17d89e05697c3c043d3e58a8b19682bf365048837383abfe39adaed5
MD5 91050a12874e924c6217aabaaadb51bd
BLAKE2b-256 cc9cc79d54b85a00014f466bc967166c9c495e7f06747d26fbd4fec531fb69dd

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6e8a95f243d01ba572341c52f89f3acb98a3b6d1d5d830efba86033dd3687ade
MD5 39691ee245ab5ec415ded6beb1f74e5c
BLAKE2b-256 5f79da677806f4745a3c9c11ef9c2a2d4fe969975948dcb158fa967623c3f67c

See more details on using hashes here.

File details

Details for the file coverage-7.2.5-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.2.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bebea5f5ed41f618797ce3ffb4606c64a5de92e9c3f26d26c2e0aae292f015c1
MD5 260df057bf71bebd56dc2153e514fa43
BLAKE2b-256 9c512500745ec2f95703016a71cc0686bed494cdad32de5d1ebaa33dd1d2b187

See more details on using hashes here.

Supported by

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