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.0b1

  • 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.6.tar.gz (762.3 kB view details)

Uploaded Source

Built Distributions

coverage-7.2.6-pp37.pp38.pp39-none-any.whl (193.2 kB view details)

Uploaded PyPy

coverage-7.2.6-cp311-cp311-win_amd64.whl (204.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

coverage-7.2.6-cp311-cp311-win32.whl (203.1 kB view details)

Uploaded CPython 3.11 Windows x86

coverage-7.2.6-cp311-cp311-musllinux_1_1_x86_64.whl (240.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

coverage-7.2.6-cp311-cp311-musllinux_1_1_i686.whl (239.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

coverage-7.2.6-cp311-cp311-musllinux_1_1_aarch64.whl (241.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

coverage-7.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (233.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

coverage-7.2.6-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232.5 kB view details)

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

coverage-7.2.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (230.7 kB view details)

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

coverage-7.2.6-cp311-cp311-macosx_11_0_arm64.whl (201.1 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

coverage-7.2.6-cp311-cp311-macosx_10_9_x86_64.whl (200.9 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

coverage-7.2.6-cp310-cp310-win_amd64.whl (204.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

coverage-7.2.6-cp310-cp310-win32.whl (203.2 kB view details)

Uploaded CPython 3.10 Windows x86

coverage-7.2.6-cp310-cp310-musllinux_1_1_x86_64.whl (234.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

coverage-7.2.6-cp310-cp310-musllinux_1_1_i686.whl (232.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

coverage-7.2.6-cp310-cp310-musllinux_1_1_aarch64.whl (234.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

coverage-7.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (229.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

coverage-7.2.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (228.7 kB view details)

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

coverage-7.2.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (227.8 kB view details)

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

coverage-7.2.6-cp310-cp310-macosx_11_0_arm64.whl (201.0 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

coverage-7.2.6-cp310-cp310-macosx_10_9_x86_64.whl (200.7 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

coverage-7.2.6-cp39-cp39-win_amd64.whl (204.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

coverage-7.2.6-cp39-cp39-win32.whl (203.2 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-7.2.6-cp39-cp39-musllinux_1_1_x86_64.whl (233.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

coverage-7.2.6-cp39-cp39-musllinux_1_1_i686.whl (232.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

coverage-7.2.6-cp39-cp39-musllinux_1_1_aarch64.whl (234.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

coverage-7.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (229.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

coverage-7.2.6-cp39-cp39-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.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

coverage-7.2.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (227.4 kB view details)

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

coverage-7.2.6-cp39-cp39-macosx_11_0_arm64.whl (201.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

coverage-7.2.6-cp39-cp39-macosx_10_9_x86_64.whl (200.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

coverage-7.2.6-cp38-cp38-win_amd64.whl (204.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

coverage-7.2.6-cp38-cp38-win32.whl (203.1 kB view details)

Uploaded CPython 3.8 Windows x86

coverage-7.2.6-cp38-cp38-musllinux_1_1_x86_64.whl (235.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

coverage-7.2.6-cp38-cp38-musllinux_1_1_i686.whl (234.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

coverage-7.2.6-cp38-cp38-musllinux_1_1_aarch64.whl (235.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

coverage-7.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (230.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

coverage-7.2.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (229.8 kB view details)

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

coverage-7.2.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (228.5 kB view details)

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

coverage-7.2.6-cp38-cp38-macosx_11_0_arm64.whl (201.0 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

coverage-7.2.6-cp38-cp38-macosx_10_9_x86_64.whl (200.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

coverage-7.2.6-cp37-cp37m-win_amd64.whl (204.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

coverage-7.2.6-cp37-cp37m-win32.whl (203.3 kB view details)

Uploaded CPython 3.7m Windows x86

coverage-7.2.6-cp37-cp37m-musllinux_1_1_x86_64.whl (232.0 kB view details)

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

coverage-7.2.6-cp37-cp37m-musllinux_1_1_i686.whl (230.9 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

coverage-7.2.6-cp37-cp37m-musllinux_1_1_aarch64.whl (232.4 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

coverage-7.2.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (226.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

coverage-7.2.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (225.5 kB view details)

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

coverage-7.2.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (224.2 kB view details)

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

coverage-7.2.6-cp37-cp37m-macosx_10_9_x86_64.whl (200.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: coverage-7.2.6.tar.gz
  • Upload date:
  • Size: 762.3 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.6.tar.gz
Algorithm Hash digest
SHA256 2025f913f2edb0272ef15d00b1f335ff8908c921c8eb2013536fcaf61f5a683d
MD5 e2ab30b8588d8458fce06a13fbb65b7d
BLAKE2b-256 fc6de8658433ce675a34ac82167ce8b890b1c020dcb6bacc7a0e4505af82bfaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-pp37.pp38.pp39-none-any.whl
Algorithm Hash digest
SHA256 6babcbf1e66e46052442f10833cfc4a0d3554d8276aa37af8531a83ed3c1a01d
MD5 5f560ddc7f89d26c714c07d8e4cbdfb7
BLAKE2b-256 aa956205f4b8bde42eefbbb9ecad885d42d7aab274904de0cc7d174790c74b48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.2.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 204.2 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.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c93d52c3dc7b9c65e39473704988602300e3cc1bad08b5ab5b03ca98bbbc68c1
MD5 a7c7f2873f6fd6769943d2de6803beec
BLAKE2b-256 86127481b6b7d4450ab301600ad0c9b61c0e081814ff64d90c2b501150411a4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.2.6-cp311-cp311-win32.whl
  • Upload date:
  • Size: 203.1 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.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 dc4d5187ef4d53e0d4c8eaf530233685667844c5fb0b855fea71ae659017854b
MD5 d179956e5b291facfd23e5ea2d3e6564
BLAKE2b-256 80db826ce2bfc8a5f6cc881e413d8ef6cbf3144a1252ca1016278999ffee9506

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a6f03f87fea579d55e0b690d28f5042ec1368650466520fbc400e7aeaf09e995
MD5 e572651f3d5e138faed1a15a69c3e149
BLAKE2b-256 9cbeedd6e7dc15f26aca5d9e21b98a18c165ab04174776a2a97fe75ca5c58d97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f5440cdaf3099e7ab17a5a7065aed59aff8c8b079597b61c1f8be6f32fe60636
MD5 0ad85fb18f5917e83444064f51bea7e3
BLAKE2b-256 aa847397f34765bb65b51041893dccfbe1b5b83bb03651f3a54360a0f4f8dab4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ae82c5f168d2a39a5d69a12a69d4dc23837a43cf2ca99be60dfe59996ea6b113
MD5 715cd18dc4d911e9738bbf0282b07fd8
BLAKE2b-256 ac87db519a76ed644761ad71857226ec303027486b9823c487d877c83a29f868

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 541280dde49ce74a4262c5e395b48ea1207e78454788887118c421cb4ffbfcac
MD5 089a787197d1d8d09f46df4e203785bc
BLAKE2b-256 86cf55db38787ad0ae32ee155931a54eca2ab94eabdbff983c48e44d35abc493

See more details on using hashes here.

File details

Details for the file coverage-7.2.6-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.6-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4bbd58eb5a2371bf160590f4262109f66b6043b0b991930693134cb617bc0169
MD5 c55f472eb11d3d7bcbe8a558889fa63f
BLAKE2b-256 d06dc8a6bdc57067e5fe61f7dba08e7a694cab047af5b2043c9ccd9b20b81f62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6e7f1a8328eeec34c54f1d5968a708b50fc38d31e62ca8b0560e84a968fbf9a9
MD5 5887e2a076c6637254cb5af6856d195d
BLAKE2b-256 23e99920ea959b1ae5f12c3c386172ed9872c26029a7c8244ae62a3ea6e79f58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 697f4742aa3f26c107ddcb2b1784a74fe40180014edbd9adaa574eac0529914c
MD5 041367ec73af38cf121591f3edadd109
BLAKE2b-256 4f278aef369c12595749dc58c5be31c69ab25b4e5e56a211653088089e12e7b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bc7b667f8654376e9353dd93e55e12ce2a59fb6d8e29fce40de682273425e044
MD5 a41d11e0ac0f015ec4f4b961f82dd824
BLAKE2b-256 7a9a5bfdec784c0398f7e71c4c76f821ec47f4cca6afa7af5fd8c563174d95fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.2.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 204.1 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.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fde5c7a9d9864d3e07992f66767a9817f24324f354caa3d8129735a3dc74f126
MD5 959ef827a4f421fc95675b92d6c6385d
BLAKE2b-256 e8319f2ef68dd8020f5ef935999693fe200403adfbf52a5f848065bb79e74971

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.2.6-cp310-cp310-win32.whl
  • Upload date:
  • Size: 203.2 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.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 71f739f97f5f80627f1fee2331e63261355fd1e9a9cce0016394b6707ac3f4ec
MD5 b408209deff4e1e2bdebedfe4a727220
BLAKE2b-256 77f4ff5e1dc67ef1f064246f9661349f62c09fe6a949dcd058725db45a8bac72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1c9e4a5eb1bbc3675ee57bc31f8eea4cd7fb0cbcbe4912cf1cb2bf3b754f4a80
MD5 6cc1b7a324f1db257228ff6ebb4ee328
BLAKE2b-256 c1e7e1888ec5aa7e973706a6a241499e7f7000e4793221bda681ff17b22fb1e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 aac1d5fdc5378f6bac2c0c7ebe7635a6809f5b4376f6cf5d43243c1917a67087
MD5 1761f3e929a9ac21fb60de24fdfef9de
BLAKE2b-256 da2a323413d28a11306dba90cc3a88e9faf46b1cfe718566d0fb0cd490d79488

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6727a0d929ff0028b1ed8b3e7f8701670b1d7032f219110b55476bb60c390bfb
MD5 a76cdd295b7d4ddb45a17d4196289360
BLAKE2b-256 9e4c75f9e7d5dc8606d058ec621e47d9e7eb9d4773210afcc9a1d31533d469b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 76d06b721c2550c01a60e5d3093f417168658fb454e5dfd9a23570e9bffe39a1
MD5 d6b6bf9a9708c9ccd74d67f614e79a6f
BLAKE2b-256 9018a0db943e2ca365366f6b21e446bb4dce801f5adb23cfa541122c20d96cb9

See more details on using hashes here.

File details

Details for the file coverage-7.2.6-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.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 35db06450272473eab4449e9c2ad9bc6a0a68dab8e81a0eae6b50d9c2838767e
MD5 d6ae993dc3b77ddbd359461cf4aeb9b5
BLAKE2b-256 09cd8d4acce078204146233ec355c8cf59f39fabf9d207bedc710d4f4cb430b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 77a04b84d01f0e12c66f16e69e92616442dc675bbe51b90bfb074b1e5d1c7fbd
MD5 e3af24c982bc54b42b71d5cbdb4d1d9f
BLAKE2b-256 dc9246c998e2fd134fd35de5980ecfcd5bc9e1fc0cde3f234f49d3514e231a64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fbe6e8c0a9a7193ba10ee52977d4d5e7652957c1f56ccefed0701db8801a2a3b
MD5 21e563a7db19f8ab2a21534d18a02aac
BLAKE2b-256 5e040d0b8baba8aaa340e26dd834045b07f163d26f70029d2bd325e78911365a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 496b86f1fc9c81a1cd53d8842ef712e950a4611bba0c42d33366a7b91ba969ec
MD5 b77dc2c28d2036d429408446be7951eb
BLAKE2b-256 be4c9b2a7d6f08d145f55fcf72ecdd97e2dbb1a2d9b953339605c339dccff8cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.2.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 204.1 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.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6b9f64526286255735847aed0221b189486e0b9ed943446936e41b7e44b08783
MD5 a17b8ea7fa602d382fc448d2ec5bb6fd
BLAKE2b-256 a091f99141e5f17dc18cda76d7024dfbc80a205a889c9788ce82cffe25a17b09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.2.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 203.2 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.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 13cde6bb0e58fb67d09e2f373de3899d1d1e866c5a9ff05d93615f2f54fbd2bb
MD5 a66a94c77c9d1d936657f6bf4022a7a3
BLAKE2b-256 42f62cd73d75fc43c0fd964c9d9d8933f409d0ed4fd46f0fc05e9266fc255938

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2e8c0e79820cdd67978e1120983786422d279e07a381dbf89d03bbb23ec670a6
MD5 20f33bfbc88098991e14276d6c2f2b77
BLAKE2b-256 0aa5c292296237ca45eb4ff79bc71397296997f1b49a2b314d2ae29cd785d0b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4f3c7c19581d471af0e9cb49d928172cd8492cd78a2b7a4e82345d33662929bb
MD5 9036e9e42301e723d1e689efe32bbb45
BLAKE2b-256 81f7a54092963ef5432fd59fe87051f2d0a1fe234cc89743b9a3a4e97eb6f96e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a5ffd45c6b93c23a8507e2f436983015c6457aa832496b6a095505ca2f63e8f1
MD5 1f41347b20d7dd4f895ccf0240199bd6
BLAKE2b-256 bd1fd9def4f2b72ad43db50d7131eb40c9cdd17bf4242587b1df2e1e02ee6fd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a8723ccec4e564d4b9a79923246f7b9a8de4ec55fa03ec4ec804459dade3c4f
MD5 543e03f66ebac1ab36227ea35ea1c64c
BLAKE2b-256 83e88fa548c0b9cfc4eabf1859babd1a0a1c124d378d7a4d3de1ad52276ed224

See more details on using hashes here.

File details

Details for the file coverage-7.2.6-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.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 52c139b7ab3f0b15f9aad0a3fedef5a1f8c0b2bdc291d88639ca2c97d3682416
MD5 ec848eeb2d4159047409f6495834696e
BLAKE2b-256 2e6404cf0cdab209c36e405e237c8f65e8b88beefd71a8f1f2321e1ff537c39e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5906f6a84b47f995cd1bf0aca1c72d591c55ee955f98074e93660d64dfc66eb9
MD5 e083da39a0f74821cae086c242e2137c
BLAKE2b-256 9666f19d825894741e072f3c0321241688fffa89ed42d8cd7cb997c45c9c9a5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 272ab31228a9df857ab5df5d67936d8861464dc89c5d3fab35132626e9369379
MD5 6b43f11f810a6840aed70f7334954134
BLAKE2b-256 d8ae1c03b506f2ddb1a83ade47fbb385fbbd3fd41361ce3a164e946b16c68141

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d3cacc6a665221108ecdf90517a8028d07a2783df3417d12dcfef1c517e67478
MD5 a3b61ee3c8d28050672fd2be9b431701
BLAKE2b-256 ae616b8b90203ade6886a07aaf4a296a976032f954ef395a838fb21e279320cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.2.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 204.1 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.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cbcc874f454ee51f158afd604a315f30c0e31dff1d5d5bf499fc529229d964dd
MD5 78c54cf9c50b8e50a44eedfd1b269cae
BLAKE2b-256 40827fc7bfa0d586f88e3bebeb28699893c8d45c4fdca31e728224e690eb2c85

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.2.6-cp38-cp38-win32.whl
  • Upload date:
  • Size: 203.1 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.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 dc11b42fa61ff1e788dd095726a0aed6aad9c03d5c5984b54cb9e1e67b276aa5
MD5 9ab241e8ae088f172d7e32c5e99151ee
BLAKE2b-256 adb8f894718bd6450b7f568572a4d4a7aec06aba8f505b6b932401cfeb36af72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 97729e6828643f168a2a3f07848e1b1b94a366b13a9f5aba5484c2215724edc8
MD5 b4c01ff3a6b176401c5bf8f1f23878ac
BLAKE2b-256 c65a23b4fe8a71fe5a9e3e7316ec224cae7d5e552ca5b97548b2196fea9b9438

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6284a2005e4f8061c58c814b1600ad0074ccb0289fe61ea709655c5969877b70
MD5 a1b0e9142e68205b15fc3b1f02820d1d
BLAKE2b-256 8ebff7fadef01b3aefb4ba473e0ac02c8d33b6a8f06f82392f1ae61855fecdcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3062fd5c62df988cea9f2972c593f77fed1182bfddc5a3b12b1e606cb7aba99e
MD5 f016823ba660571dc965cc5cca5cf94a
BLAKE2b-256 875b6481e014a46dd718fb3ae88960a2738c9d7122c977eb1e2674740239f090

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e3783a286d5a93a2921396d50ce45a909aa8f13eee964465012f110f0cbb611
MD5 68fdcbe9cd631ef84b50b28c4125500f
BLAKE2b-256 8cebf15e4ed5d05e247468e976231cd5018a2eb2c2e18712757373c7a74ed71e

See more details on using hashes here.

File details

Details for the file coverage-7.2.6-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.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c534431153caffc7c495c3eddf7e6a6033e7f81d78385b4e41611b51e8870446
MD5 1904f6d31dfddf46757ef42cbcaca83a
BLAKE2b-256 193497f3abe04d6558343e7f84f592cffa296e0891c7450a848894e33b2442ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3cff6980fe7100242170092bb40d2b1cdad79502cd532fd26b12a2b8a5f9aee0
MD5 724256f5e086b09f064e88a53f4344a7
BLAKE2b-256 0a0747fe072952649adb9b07f2f66a0fc52fc3da33926ba7dbf4c27816dbf68e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44c9b9f1a245f3d0d202b1a8fa666a80b5ecbe4ad5d0859c0fb16a52d9763224
MD5 d56f44ed74d4f8aae42082896a1d3a44
BLAKE2b-256 7b0d40ed6ddbde2490426d5af53e1968cd28596956ac14aff0ad0ecdafd4a8ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3436927d1794fa6763b89b60c896f9e3bd53212001026ebc9080d23f0c2733c1
MD5 31e624846ea4b415970dee30cc88a711
BLAKE2b-256 621885e03e7dec3f72d2bd5af9b409c9a629246df731590ee6ba40ea408f36c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.2.6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 204.0 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.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c1d7a31603c3483ac49c1726723b0934f88f2c011c660e6471e7bd735c2fa110
MD5 760e80bb0334cea600187af3e0540a7c
BLAKE2b-256 8ab9cdde34ac62a8231eaf67da9c41a668ffdd91164eb382d0a704bdccf4926f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.2.6-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 203.3 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.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 004948e296149644d208964300cb3d98affc5211e9e490e9979af4030b0d6473
MD5 184205c1f0496f5dde861a991b7dcda8
BLAKE2b-256 91d741ea3d37deff20135e0f5e8780684d91d0e60a7b2be337b8403abc5d56b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d712cefff15c712329113b01088ba71bbcef0f7ea58478ca0bbec63a824844cb
MD5 4b7768b7503f123b4f235e20fe576097
BLAKE2b-256 5e8249a007ca3ec7c6685f6c9d350aed5533a4ca9d82307a20f75b50aee1693a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fa079995432037b5e2ef5ddbb270bcd2ded9f52b8e191a5de11fe59a00ea30d8
MD5 49675fa22f64a5a349ec8b2afa563dbb
BLAKE2b-256 1c2d9ec660679b7841d8cc99546876bbf00f92439d26c9b77d3a7097ef93fba9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 392154d09bd4473b9d11351ab5d63391f3d5d24d752f27b3be7498b0ee2b5226
MD5 3a3ccb20b774e766cb670508074fc578
BLAKE2b-256 5d6a586c29ff6f11357b38a4052854828a9e0b67743c924b3e955c6d54aa49f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d7786b2fa7809bf835f830779ad285215a04da76293164bb6745796873f0942d
MD5 3821a94a60d9977df68871527ca281bd
BLAKE2b-256 1b905b1e5c3df781d012ed548296cb9ee203a4857872e543d8777b952839abff

See more details on using hashes here.

File details

Details for the file coverage-7.2.6-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.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2692306d3d4cb32d2cceed1e47cebd6b1d2565c993d6d2eda8e6e6adf53301e6
MD5 34b79470e42951607bfd0de87e1c9406
BLAKE2b-256 3795bd47c2216b0e7cf8ddf50e23608e2f030f9970c7060ff8506a1335a27579

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 25bad4196104761bc26b1dae9b57383826542ec689ff0042f7f4f4dd7a815cba
MD5 3cdcabb4faea89897b240a4bbbcf0377
BLAKE2b-256 0571780900f3a35fc3a462e6b3c843d8010c035904bf3d91c2e4f23b6c919ac4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.2.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 42c692b55a647a832025a4c048007034fe77b162b566ad537ce65ad824b12a84
MD5 ab038a03540f183d5088713b584ae19c
BLAKE2b-256 d965fa58695928c7c72c334efeb55b4cf9b719e39e5d4e0ce6814c42a304e56c

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