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 coverage.py on Twitter nedbat on Twitter 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.0a3

  • 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=.

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

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

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.0.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.0.2.tar.gz (789.2 kB view details)

Uploaded Source

Built Distributions

coverage-7.0.2-pp37.pp38.pp39-none-any.whl (188.9 kB view details)

Uploaded PyPy

coverage-7.0.2-cp311-cp311-win_amd64.whl (199.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

coverage-7.0.2-cp311-cp311-win32.whl (198.9 kB view details)

Uploaded CPython 3.11 Windows x86

coverage-7.0.2-cp311-cp311-musllinux_1_1_x86_64.whl (236.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

coverage-7.0.2-cp311-cp311-musllinux_1_1_i686.whl (235.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

coverage-7.0.2-cp311-cp311-musllinux_1_1_aarch64.whl (237.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

coverage-7.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (228.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

coverage-7.0.2-cp311-cp311-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.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

coverage-7.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (226.4 kB view details)

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

coverage-7.0.2-cp311-cp311-macosx_11_0_arm64.whl (196.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

coverage-7.0.2-cp311-cp311-macosx_10_9_x86_64.whl (196.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

coverage-7.0.2-cp310-cp310-win_amd64.whl (199.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

coverage-7.0.2-cp310-cp310-win32.whl (198.9 kB view details)

Uploaded CPython 3.10 Windows x86

coverage-7.0.2-cp310-cp310-musllinux_1_1_x86_64.whl (229.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

coverage-7.0.2-cp310-cp310-musllinux_1_1_i686.whl (228.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

coverage-7.0.2-cp310-cp310-musllinux_1_1_aarch64.whl (230.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

coverage-7.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (225.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

coverage-7.0.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224.4 kB view details)

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

coverage-7.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (223.5 kB view details)

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

coverage-7.0.2-cp310-cp310-macosx_11_0_arm64.whl (196.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

coverage-7.0.2-cp310-cp310-macosx_10_9_x86_64.whl (196.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

coverage-7.0.2-cp39-cp39-win_amd64.whl (199.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

coverage-7.0.2-cp39-cp39-win32.whl (198.9 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-7.0.2-cp39-cp39-musllinux_1_1_x86_64.whl (229.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

coverage-7.0.2-cp39-cp39-musllinux_1_1_i686.whl (228.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

coverage-7.0.2-cp39-cp39-musllinux_1_1_aarch64.whl (229.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

coverage-7.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (224.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

coverage-7.0.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (223.9 kB view details)

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

coverage-7.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (223.1 kB view details)

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

coverage-7.0.2-cp39-cp39-macosx_11_0_arm64.whl (196.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

coverage-7.0.2-cp39-cp39-macosx_10_9_x86_64.whl (196.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

coverage-7.0.2-cp38-cp38-win_amd64.whl (199.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

coverage-7.0.2-cp38-cp38-win32.whl (198.9 kB view details)

Uploaded CPython 3.8 Windows x86

coverage-7.0.2-cp38-cp38-musllinux_1_1_x86_64.whl (230.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

coverage-7.0.2-cp38-cp38-musllinux_1_1_i686.whl (229.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

coverage-7.0.2-cp38-cp38-musllinux_1_1_aarch64.whl (231.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

coverage-7.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (226.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

coverage-7.0.2-cp38-cp38-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.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

coverage-7.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (224.2 kB view details)

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

coverage-7.0.2-cp38-cp38-macosx_11_0_arm64.whl (196.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

coverage-7.0.2-cp38-cp38-macosx_10_9_x86_64.whl (196.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

coverage-7.0.2-cp37-cp37m-win_amd64.whl (199.7 kB view details)

Uploaded CPython 3.7m Windows x86-64

coverage-7.0.2-cp37-cp37m-win32.whl (199.0 kB view details)

Uploaded CPython 3.7m Windows x86

coverage-7.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl (227.7 kB view details)

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

coverage-7.0.2-cp37-cp37m-musllinux_1_1_i686.whl (226.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

coverage-7.0.2-cp37-cp37m-musllinux_1_1_aarch64.whl (228.1 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

coverage-7.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (221.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

coverage-7.0.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (221.2 kB view details)

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

coverage-7.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (219.9 kB view details)

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

coverage-7.0.2-cp37-cp37m-macosx_10_9_x86_64.whl (196.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for coverage-7.0.2.tar.gz
Algorithm Hash digest
SHA256 405d8528a0ea07ca516d9007ecad4e1bd10e2eeef27411c6188d78c4e2dfcddc
MD5 48c845fde1be832c1e093f80852c7cd2
BLAKE2b-256 30fe88a94d564b65b2a0e224feb133941cab82d86d5833f3e7f4240d6e100b09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-pp37.pp38.pp39-none-any.whl
Algorithm Hash digest
SHA256 1d732b5dcafed67d81c5b5a0c404c31a61e13148946a3b910a340f72fdd1ec95
MD5 6854a60b6629675d1e9d54429f7ec621
BLAKE2b-256 03af3821d6ad46b02fea611584d6ba10c2f17568ffe1479bc9b98e2a16f403bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 199.9 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.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a7b018811a0e1d3869d8d0600849953acd355a3a29c6bee0fbd24d7772bcc0a2
MD5 05c6136a58f7999add6056f61f1c959b
BLAKE2b-256 2ed7bbdfa6c4601afc1233103854c3bcc0ae512d6a6cc92f6db27c8184a052ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 198.9 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.0.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 80583c536e7e010e301002088919d4ea90566d1789ee02551574fdf3faa275ae
MD5 dfda9fa5d09ef5cdffa849cf5223c1cc
BLAKE2b-256 91e0ba9ae2108e52fe3032e3fff1492a2addcdd1909f1884338a72592a9836e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7c669be1b01e4b2bf23aa49e987d9bedde0234a7da374a9b77ca5416d7c57002
MD5 60b8a0c184621e2294480df227758b47
BLAKE2b-256 ea8e92670c972f46040b2edabf6f5c922c7577ba66f8d92f4ad87f93faa1291d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 38f281bb9bdd4269c451fed9451203512dadefd64676f14ed1e82c77eb5644fc
MD5 ec01de3dc8cfd1a47be63a64b517e885
BLAKE2b-256 47ffb40c70a9cae2d234d0990630a3438af6f300a313fad16767e73f94a6e28b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8bd466135fb07f693dbdd999a5569ffbc0590e9c64df859243162f0ebee950c8
MD5 bef8f00f4909a0196f768408714655f4
BLAKE2b-256 e540d97c8059981a90e42a692f8db5a3caca4b48bd440a1fa83dbbc7c13cffde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5e1874c601128cf54c1d4b471e915658a334fbc56d7b3c324ddc7511597ea82
MD5 8c178691eeb27c8303a2e19c6aa5da54
BLAKE2b-256 7452c4e43f57d6e3ff7012e1cdb1ebf898f3920ee4eafb3a7553f543d1476f30

See more details on using hashes here.

File details

Details for the file coverage-7.0.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.0.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4e97b21482aa5c21e049e4755c95955ad71fb54c9488969e2f17cf30922aa5f6
MD5 1367a5d7d2e7126e0ba92bc06debdd4f
BLAKE2b-256 b8d098f1db0de0e6b029c3665ca7ea65c8c89004f29e3beff5f13a95d0778379

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8e133ca2f8141b415ff396ba789bdeffdea8ff9a5c7fc9996ccf591d7d40ee93
MD5 a3d91472ca0c76804ce3c2bab3fcb461
BLAKE2b-256 ddf2e8c9f73410995cfa34105ecf8f449b921a29103154c2a106921d687dc977

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 36c1a1b6d38ebf8a4335f65226ec36b5d6fd67743fdcbad5c52bdcd46c4f5842
MD5 4a5d165955ad4b5eaf4ac09fb7a19e10
BLAKE2b-256 d7546e9f4fa7b79fd2c3f52b0bea0758b8365b106577cb02b71f085d6999acce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ac1033942851bf01f28c76318155ea92d6648aecb924cab81fa23781d095e9ab
MD5 fcdc81b478909050215a3aa8d8ed179d
BLAKE2b-256 905342eb142c8a9dc849bb3040d9859c8aa67ae5cf855654ed7835a2e1afee12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 199.8 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.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a27a8dca0dc6f0944ed9fd83c556d862e227a5cd4220e62af5d4c750389938f0
MD5 840c5730a4d7a840757751f820fdaeba
BLAKE2b-256 35043cc02fe4dfcab77cc5b7c68ca21c0e551e973cdf1a82017d4dbaf417e8cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 198.9 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.0.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 420f10c852b9a489cf5a764534669a19f49732a0576c76d9489ebf287f81af6d
MD5 0c1138308bed78843e35c1e2f48f745f
BLAKE2b-256 d2f331a7a060b3efd61ca99d4decba765c0e79f4fd3cd1a34744b7d94229d751

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 321316a7b979892a13c148a9d37852b5a76f26717e4b911b606a649394629532
MD5 7c94082077512744206ff25ec67589d2
BLAKE2b-256 97914bfa3c085d2e2ff75dc03161dc624355ef708eb4ddddc56c75972523b24f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7d47d666e17e57ef65fefc87229fde262bd5c9039ae8424bc53aa2d8f07dc178
MD5 49cef7c027b16862d763826f65ef6d5d
BLAKE2b-256 a49a9e7cb4a5390468b7fccfabad65b0bba1f327b6afe05e56db35d6edbd2c5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bcb57d175ff0cb4ff97fc547c74c1cb8d4c9612003f6d267ee78dad8f23d8b30
MD5 eac60a65deaf56091f79e48c038596c3
BLAKE2b-256 dcf61f01093deb86efb9e15391e462c69d5785f766937294c8d16f95129db669

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 426895ac9f2938bec193aa998e7a77a3e65d3e46903f348e794b4192b9a5b61e
MD5 e9e453529f9087f6dd48cec279867f1a
BLAKE2b-256 7d55880f1d732bcafb772d46c5facb3b3b87c6b539e8ebda2344e83770f40d09

See more details on using hashes here.

File details

Details for the file coverage-7.0.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.0.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8217f73faf08623acb25fb2affd5d20cbcd8185213db308e46a37e6fd6a56a49
MD5 056d33d0aa323514e3500e285f4bf955
BLAKE2b-256 19246d9e8d62cbd4e353d467dd048a7ff6b7239d2c8b4b58638779e1619431ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dcb708ab06f3f4dfc99e9f84821c9120e5f12113b90fad132311a2cb97525379
MD5 387acc1fb7691c963f3a8ff776299f29
BLAKE2b-256 359d54f365c01defafab9d88ec38a8a4dcf9b16f3237e983eb09760d857f9967

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2d4f68e4fa286fb6b00d58a1e87c79840e289d3f6e5dcb912ad7b0fbd9629fb
MD5 d187b6d4b6cd3deaba059ec3f1327f3e
BLAKE2b-256 7a091f3499a09778ac036ffafba3f02ff1e546edd5bfe691dc15d7dec998dcc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c1f02d016b9b6b5ad21949a21646714bfa7b32d6041a30f97674f05d6d6996e3
MD5 709181d23ccac807d17fbed4bccff6f0
BLAKE2b-256 253360b6c708664a483952cc0922b8ecd734a00c47808ba94ed91cc8867f4c29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 199.8 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.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b6eab230b18458707b5c501548e997e42934b1c189fb4d1b78bf5aacc1c6a137
MD5 cce373303b521d1126f44b377e893cc7
BLAKE2b-256 61d1f395423d1d582be1fa8ef94f57ed073ab943f59243e5266753e4b57802bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 198.9 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.0.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4d7be755d7544dac2b9814e98366a065d15a16e13847eb1f5473bb714483391e
MD5 c67890cdd2e9a84563a41c23b96d749d
BLAKE2b-256 3b9c3fbdb7bc51181c20b55231f1e2a49f03312ef844c36eb782b1928ba62615

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 312fd77258bf1044ef4faa82091f2e88216e4b62dcf1a461d3e917144c8b09b7
MD5 e40d62906d729d46f9cd2e77aec14a6c
BLAKE2b-256 b631fca89bbc2fe0b0f14fd83e26c5627911fdeef1b3c5d7029a414fd7a16b33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9de96025ce25b9f4e744fbe558a003e673004af255da9b1f6ec243720ac5deeb
MD5 7a424e0b35a3cf18d8bc7e710bd9842b
BLAKE2b-256 1940c3d3eba1431db0699ec28a77b5dcf7bf0d08ddb3de8a5164e2437163132b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8e6c0ca447b557a32642f22d0987be37950eda51c4f19fc788cebc99426284b6
MD5 594851ca394e1ee9ab3e3a744e3d269e
BLAKE2b-256 60d1027f8a7f2c69e97918607e564e1e9e0d6f94fb883435b98fd25d339c97e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c40aaf7930680e0e5f3bd6d3d3dc97a7897f53bdce925545c4b241e0c5c3ca6a
MD5 ed93a8b4939f4214322c1fb830180676
BLAKE2b-256 f21b8deccb12e1441fdf987914e6065aa52b90c831c68e7f61080a339afbe667

See more details on using hashes here.

File details

Details for the file coverage-7.0.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.0.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6e1c77ff6f10eab496fbbcdaa7dfae84968928a0aadc43ce3c3453cec29bd79
MD5 00fb153f573a1f668d754b5c0a7e7f39
BLAKE2b-256 a2d8a32ec00f1800daad2827318e2a2352f5075609477b5d02bf269739eea7bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2b31f7f246dbff339b3b76ee81329e3eca5022ce270c831c65e841dbbb40115f
MD5 4c3357f7e31902c0583ab799084d2527
BLAKE2b-256 03583c4e65ebc803e04324a4dbff41db57e83f4a8ad90b39b9a2fb08cb042ad7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a2d81c95d3b02638ee6ae647edc79769fd29bf5e9e5b6b0c29040579f33c260
MD5 00bdb4e4790b7ca139b7a666370e2cbe
BLAKE2b-256 3ca6cdb6fe04757f0a33261d4de4c17eb1a5fb19d795ed8636aade8137a8bae1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4438ba539bef21e288092b30ea2fc30e883d9af5b66ebeaf2fd7c25e2f074e39
MD5 927dea6b5ff740c138d54c3de9f6f1dc
BLAKE2b-256 14b60fde8ebfd50024f2822c0a605012fb224df14f5362c04f7b7a456c470fe6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 199.8 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.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 483e120ea324c7fced6126bb9bf0535c71e9233d29cbc7e2fc4560311a5f8a32
MD5 5ae6dd7b40d0bf003a2423146474e11d
BLAKE2b-256 0f8671c50d085c56f91fb165d30dad9126a2a0268ef5b32d4e5dbd634c3172d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 198.9 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.0.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b6936cd38757dd323fefc157823e46436610328f0feb1419a412316f24b77f36
MD5 c8b12f9b17b50a5f1093d83e1518cbf0
BLAKE2b-256 ea5a4e256aa02a145bcf1074b2bb6644dddea1356c90dd66702d2920b50f38ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 04691b8e832a900ed15f5bcccc2008fc2d1c8e7411251fd7d1422a84e1d72841
MD5 bfd6c353b5487138bf12326ac62ea3ab
BLAKE2b-256 f5ca57ef11e9487bd5c3fe4cb844fe7685c08db08dacc57023cf7f64569fb828

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a99b2f2dd1236e8d9dc35974a3dc298a408cdfd512b0bb2451798cff1ce63408
MD5 31dba8263ab54ac436a95ebe9dabf347
BLAKE2b-256 ff90f78f48baf3a391ad5a6a653ea9491290fda4abb3c51665131721512bfc42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 62e5b942378d5f0b87caace567a70dc634ddd4d219a236fa221dc97d2fc412c8
MD5 86e88f94f9973e252c35de72abd1eae0
BLAKE2b-256 48ef1e43346358926196c8aff847e0e9be41c051e1d320ecce8693f5e1f502e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dfafc350f43fd7dc67df18c940c3b7ed208ebb797abe9fb3047f0c65be8e4c0f
MD5 958738a0d7a5393f09eaa4816e1e094d
BLAKE2b-256 dd6355143c5960b7538198a32527574e9563020b0d06e63c7a6f81a2c1a6eb5b

See more details on using hashes here.

File details

Details for the file coverage-7.0.2-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.0.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8805673b1953313adfc487d5323b4c87864e77057944a0888c98dd2f7a6052f
MD5 615716ca7e7e2c9714162e8c47be947c
BLAKE2b-256 8ab92d71e5686542ff85d90198a0eaa6739c9e83d5ca25ba5cdac958616e5a8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 46db409fc0c3ee5c859b84c7de9cb507166287d588390889fdf06a1afe452e16
MD5 61a6c1f05aaee8c3d590ae7b29f28d33
BLAKE2b-256 fe13803bc7ac5a0fb9d60a2235bd4211d2b279bb42347016fb3936912a843fa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 87d95eea58fb71f69b4f1c761099a19e0e9cb27d45dc1cc7042523128ee56337
MD5 cf6378c75ff0ba522cbb02e03a5d624c
BLAKE2b-256 836cf617028d21dd3d20b0fc9b20b23d6e364af9fef6f4298039491a9644f8cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 da458bdc9b0bcd9b8ca85bc73148631b18cc8ba03c47f29f4c017809990351aa
MD5 8df29d498fb98ad7d12ca78b58faab62
BLAKE2b-256 378b08a74ed8b4bb76fe87855c5dca2c5a4201c7e2eee895822f443cdb2e2dcb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 199.7 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.0.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 efa9d943189321f67f71070c309aa6f6130fa1ec35c9dfd0da0ed238938ce573
MD5 9bfcf4007bb0741c207c1457a4f2d36d
BLAKE2b-256 8b1595b819f9a072a117cf1a362f628dd81df462b7275e5cf71cf19265da80bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 199.0 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.0.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 5f44ba7c07e0aa4a7a2723b426c254e952da82a33d65b4a52afae4bef74a4203
MD5 0c3ce4695c939d44735395a5f6310471
BLAKE2b-256 2eac2aafb853ec212ac5aad94c7c3cff1e4b9b3a951d9f73e970c9eb3f563ef9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3d72e3d20b03e63bd27b1c4d6b754cd93eca82ecc5dd77b99262d5f64862ca35
MD5 9a1538e68b44ebc44ae4ff9731959f08
BLAKE2b-256 1d45b247c0b3c11ec5860096135164b294ebf70e4298847ac15bd5700976b992

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fd22ee7bff4b5c37bb6385efee1c501b75e29ca40286f037cb91c2182d1348ce
MD5 38612e186cc352c47f895beb89dc1ce7
BLAKE2b-256 60749ad4fd33caf9d8c980f53c047a20f7264202b59f08e20d36ffe54bad75bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7e184aa18f921b612ea08666c25dd92a71241c8ed40917f2824219c92289b8c7
MD5 f903d5aaba1d8bdca8a847e60a159d9a
BLAKE2b-256 5ccbcb7d92b28bb585c75bb00cf1e2baf6d85c32087ec3bd4afd0253926fdb7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1a613d60be1a02c7a5184ea5c4227f48c08e0635608b9c17ae2b17efef8f2501
MD5 227d2588a3bfcd6d49092d440bae9dc8
BLAKE2b-256 3465b6783a2077c143b4d465818348e3399767eb0bc639a6a0938bc94e6b9b49

See more details on using hashes here.

File details

Details for the file coverage-7.0.2-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.0.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d40ad86a348c79c614e2b90566267dd6d45f2e6b4d2bfb794d78ea4a4b60b63
MD5 417784d791df50219c4f3f078fe03396
BLAKE2b-256 2cd79498f4b64ac5c18894ebf1bd6a65704234186181e1710854a4e306def449

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3fbb59f84c8549113dcdce7c6d16c5731fe53651d0b46c0a25a5ebc7bb655869
MD5 f91e79145256a5ecc83e7485ce70622f
BLAKE2b-256 f465f12892e49b1b62bfb7449d996a557c2181245a919970c7639ede7eb933ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8931af864bd599c6af626575a02103ae626f57b34e3af5537d40b040d33d2ad
MD5 6650f3c0f0598e91ea96660bbea9cd0c
BLAKE2b-256 e30d97e6e0acdb3c51210691f8c45d5ff0f9be0b1e4a670da7f2564807985324

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