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.4

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.4.tar.gz (794.5 kB view details)

Uploaded Source

Built Distributions

coverage-7.0.4-pp37.pp38.pp39-none-any.whl (189.8 kB view details)

Uploaded PyPy

coverage-7.0.4-cp311-cp311-win_amd64.whl (200.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

coverage-7.0.4-cp311-cp311-win32.whl (199.8 kB view details)

Uploaded CPython 3.11 Windows x86

coverage-7.0.4-cp311-cp311-musllinux_1_1_x86_64.whl (237.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

coverage-7.0.4-cp311-cp311-musllinux_1_1_i686.whl (236.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

coverage-7.0.4-cp311-cp311-musllinux_1_1_aarch64.whl (238.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

coverage-7.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (229.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

coverage-7.0.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (229.2 kB view details)

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

coverage-7.0.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (227.4 kB view details)

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

coverage-7.0.4-cp311-cp311-macosx_11_0_arm64.whl (197.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

coverage-7.0.4-cp311-cp311-macosx_10_9_x86_64.whl (197.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

coverage-7.0.4-cp310-cp310-win_amd64.whl (200.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

coverage-7.0.4-cp310-cp310-win32.whl (199.8 kB view details)

Uploaded CPython 3.10 Windows x86

coverage-7.0.4-cp310-cp310-musllinux_1_1_x86_64.whl (230.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

coverage-7.0.4-cp310-cp310-musllinux_1_1_i686.whl (229.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

coverage-7.0.4-cp310-cp310-musllinux_1_1_aarch64.whl (231.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

coverage-7.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (226.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

coverage-7.0.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (225.3 kB view details)

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

coverage-7.0.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (224.5 kB view details)

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

coverage-7.0.4-cp310-cp310-macosx_11_0_arm64.whl (197.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

coverage-7.0.4-cp310-cp310-macosx_10_9_x86_64.whl (197.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

coverage-7.0.4-cp39-cp39-win_amd64.whl (200.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

coverage-7.0.4-cp39-cp39-win32.whl (199.8 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-7.0.4-cp39-cp39-musllinux_1_1_x86_64.whl (230.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

coverage-7.0.4-cp39-cp39-musllinux_1_1_i686.whl (229.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

coverage-7.0.4-cp39-cp39-musllinux_1_1_aarch64.whl (230.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

coverage-7.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (225.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

coverage-7.0.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224.9 kB view details)

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

coverage-7.0.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (224.1 kB view details)

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

coverage-7.0.4-cp39-cp39-macosx_11_0_arm64.whl (197.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

coverage-7.0.4-cp39-cp39-macosx_10_9_x86_64.whl (197.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

coverage-7.0.4-cp38-cp38-win_amd64.whl (200.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

coverage-7.0.4-cp38-cp38-win32.whl (199.8 kB view details)

Uploaded CPython 3.8 Windows x86

coverage-7.0.4-cp38-cp38-musllinux_1_1_x86_64.whl (231.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

coverage-7.0.4-cp38-cp38-musllinux_1_1_i686.whl (230.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

coverage-7.0.4-cp38-cp38-musllinux_1_1_aarch64.whl (232.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

coverage-7.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (227.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

coverage-7.0.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (226.5 kB view details)

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

coverage-7.0.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (225.1 kB view details)

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

coverage-7.0.4-cp38-cp38-macosx_11_0_arm64.whl (197.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

coverage-7.0.4-cp38-cp38-macosx_10_9_x86_64.whl (197.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

coverage-7.0.4-cp37-cp37m-win_amd64.whl (200.7 kB view details)

Uploaded CPython 3.7m Windows x86-64

coverage-7.0.4-cp37-cp37m-win32.whl (199.9 kB view details)

Uploaded CPython 3.7m Windows x86

coverage-7.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl (228.7 kB view details)

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

coverage-7.0.4-cp37-cp37m-musllinux_1_1_i686.whl (227.5 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

coverage-7.0.4-cp37-cp37m-musllinux_1_1_aarch64.whl (229.1 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

coverage-7.0.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (222.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

coverage-7.0.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (222.2 kB view details)

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

coverage-7.0.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (220.9 kB view details)

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

coverage-7.0.4-cp37-cp37m-macosx_10_9_x86_64.whl (197.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: coverage-7.0.4.tar.gz
  • Upload date:
  • Size: 794.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.0.4.tar.gz
Algorithm Hash digest
SHA256 f6c4ad409a0caf7e2e12e203348b1a9b19c514e7d078520973147bf2d3dcbc6f
MD5 a5fed84c9e4ef858a0077b1d174ac095
BLAKE2b-256 54296eaa9d6e92adeb724f49fd6d132325a0cc38196bb186837af8c819628799

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-pp37.pp38.pp39-none-any.whl
Algorithm Hash digest
SHA256 cb8cfa3bf3a9f18211279458917fef5edeb5e1fdebe2ea8b11969ec2ebe48884
MD5 c82fa9504e927d40fe9ec63595952450
BLAKE2b-256 b6b6cd4e385a2fefde609077da9eeb9748a3362d6a6e0b4fb6ba0801902475fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 200.8 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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2b854f7985b48122b6fe346631e86d67b63293f8255cb59a93d79e3d9f1574e3
MD5 8cf78ca38c46bc4814d4bf14323f5888
BLAKE2b-256 d29c269af792fc20275d142adf30d0d979f4288d2109ee6374e1292234ba85a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 199.8 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.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2e59aef3fba5758059208c9eff10ae7ded3629e797972746ec33b56844f69411
MD5 2b9f6b63dee8e15d6d73b35ec96c101c
BLAKE2b-256 f492e0f4526cfa11ff23ea3985d6310954c9648affd0ba35b80b9e76ce49f2e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4665a714af31f160403c2e448fb2fef330719d2e04e836b08d60d612707c1041
MD5 48be0c5b882a52691877bdddc5b43768
BLAKE2b-256 312f9022993a307d5dba85f4d718076d1184b815effbb4c6f2c6cdab842b0b13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 dcfbf8ffc046f20d75fd775a92c378f6fc7b9bded6c6f2ab88b6b9cb5805a184
MD5 21469d75087e39c2afc3ae18c1971986
BLAKE2b-256 181b1c3f8d8fc7bdb40fb8b5d088d4864e0630f7c2363d973fe5e718591c8d0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b84076e3de192fba0f95e279ac017b64c7c6ecd4f09f36f13420f5bed898a9c7
MD5 563c9f13a8c2046c44f4c6d7f446199a
BLAKE2b-256 5859992a7c09e8f204ade557e1ae2802d27b23fd734aed5ed115797fd34860ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1791e5f74c5b52f76e83fe9f4bb9571cf76d40ee0c51952ee1e4ee935b7e98b9
MD5 e99eb912658d5ab30e2fec105e19ef4a
BLAKE2b-256 68e81775d3fac8d036119045a07cd53850d8fc40caecec898a19dec7686e0c69

See more details on using hashes here.

File details

Details for the file coverage-7.0.4-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.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22d8ef6865cb6834cab2b72fff20747a55c714b57b675f7e11c9624fe4f7cb45
MD5 84019a8a279044618a610e920152d34c
BLAKE2b-256 c94b21d9583a504433975454e69c2fd60faf920bf8db364ba67919ccafc37296

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3d9201cfa5a98652b9cef36ab202f17fe3ea83f497b4ba2a8ed39399dfb8fcd4
MD5 5d2664b858e45754673bfea38ab6bba1
BLAKE2b-256 a0f635d24b5ccf9206c2d1b0dc0af41eb419bf736ffebefeef53ddf1a6a55b93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 efc200fa75d9634525b40babc7a16342bd21c101db1a58ef84dc14f4bf6ac0fd
MD5 3027a4a6284b2b57ef5a04eeb86c6416
BLAKE2b-256 acfc65c2c431657f229f97802f603081635f7ac82d9947ef4815653c072f4c4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5caa9dd91dcc5f054350dc57a02e053d79633907b9ccffff999568d13dcd19f8
MD5 973f94acfdf0c23461bb87001969863b
BLAKE2b-256 17b1a296233b6a3b43be88588ba9efceffb8b588f35e45ed0524c93e35321e58

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 200.7 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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1e9e94f2612ee549a4b3ee79cbc61bceed77e69cf38cfa05858bae939a886d16
MD5 17823221537755f2d8b6c3c2e315567a
BLAKE2b-256 6644f20e35afb6c31624a427175f33d9dc524bf1627c37c27541a846d0e06103

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 199.8 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.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 053cdc47cae08257051d7e934a0de4d095b60eb8a3024fa9f1b2322fa1547137
MD5 fb2fa28fdaf3dbe8b023254f80087adb
BLAKE2b-256 468cfaf7ce633c9315114de042629842a55b46d6fd7762197a9dc9cb7b0558d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6abc91f6f8b3cc0ae1034e2c03f38769fba1952ab70d0b26953aa01691265c39
MD5 c855a0b577c2690d07da16cae415d172
BLAKE2b-256 2d166dbe8360baa181f8d66ed3e7b0479bfa798a5dbda395836b6f4e0470141f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ea45f0dba5a993e93b158f1a9dcfff2770e3bcabf2b80dbe7aa15dce0bcb3bf3
MD5 9629a13df3caccfcd20b89df9a9bf129
BLAKE2b-256 f23d84d27f31a70efc522ac632f5bee1171d3b1fbaa5ca7b1447624990a68886

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 260854160083f8275a9d9d49a05ab0ffc7a1f08f2ccccbfaec94a18aae9f407c
MD5 e8537d1c84f3a060afc0daa2614ed62a
BLAKE2b-256 84c32c2f8ec4a6074c8dd1a3b3a003094c911bd4683f8f6a7aa494973313a792

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c027fbb83a8c78a6e06a0302ea1799fdb70e5cda9845a5e000545b8e2b47ea39
MD5 63c1165ef2bf35a38b30436e9e217ec8
BLAKE2b-256 153119d991d7f21603039f240041774e3ac9d3e06f2ee0b4624d7947e6db0544

See more details on using hashes here.

File details

Details for the file coverage-7.0.4-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.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1ba5cc54baf3c322c4388de2a43cc95f7809366f0600e743e5aae8ea9d1038b2
MD5 b213cdcd719f59539c803473930de340
BLAKE2b-256 767246ba89752b9ffd56e5cd91ef7add689361739738c9b5d89f984c6dbb7132

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 caf82db5b7f16b51ec32fe0bd2da0805b177c807aa8bfb478c7e6f893418c284
MD5 19a4a9e6e9d89d232628711134311524
BLAKE2b-256 7fbeb02d91a95b9b097cd28f2804324c8c877ea7fde2d0154bf77e858dbbede7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 55121fe140d7e42cb970999b93cf1c2b24484ce028b32bbd00238bb25c13e34a
MD5 268b4d67f5dae1b0120246cd8f5d461a
BLAKE2b-256 0d1710d89615c8f997384bfcf123c497884abfad36849291f1cc726f5521b031

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 daf91db39324e9939a9db919ee4fb42a1a23634a056616dae891a030e89f87ba
MD5 3e15ea9dbd9b05eb0e28a25cdb1ce583
BLAKE2b-256 1e7810a8bd80baebd93e8115220182d74ce2624227571c8257bd7889e0158305

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 200.7 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.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f092d9f2ddaa30235d33335fbdb61eb8f3657af519ef5f9dd6bdae65272def11
MD5 40b96f4a0d677fd6442966e243410abe
BLAKE2b-256 3fa5ec59fdfb92557cbf7365dad04ffe3b24f98192748a11598fc195d641bed3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 199.8 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.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c58921fcd9914b56444292e7546fe183d079db99528142c809549ddeaeacd8e9
MD5 6d1dbd844190fb856de8f2b84b2b65ed
BLAKE2b-256 a87bdf40b177325acf2e69f9a234ffc092de36133ffceb8ee78c53f94b645db0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f3d485e6ec6e09857bf2115ece572d666b7c498377d4c70e66bb06c63ed177c2
MD5 3d35e8056c7fbba747799adba622227b
BLAKE2b-256 dd621c5f83ee3e948e50275f5f24ab6d799e5ddc193edb687bcd486cd64aab5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 92f135d370fcd7a6fb9659fa2eb716dd2ca364719cbb1756f74d90a221bca1a7
MD5 35f134856752b25ceeb04e1860a35fef
BLAKE2b-256 3363e2b6eaef1bb4a0231cd427a65f10b8c5ca85681057e8dca31a999d8d165d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 73bc6114aab7753ca784f87bcd3b7613bc797aa255b5bca45e5654070ae9acfb
MD5 b73a59403214ce751c90750589240da3
BLAKE2b-256 accd0ff4965534a3c14129403c52d238b8df657ef9787963946451f5af24791c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2dfbee0bf0d633be3a2ab068f5a5731a70adf147d0ba17d9f9932b46c7c5782b
MD5 5716ef7d220ee3f3920980af76621b3b
BLAKE2b-256 36226e5f0f5337cd230324a0e0b285b0ff76dd2775b1355057b4f62a0234de09

See more details on using hashes here.

File details

Details for the file coverage-7.0.4-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.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9cb88a3019ad042eaa69fc7639ef077793fedbf313e89207aa82fefe92c97ebd
MD5 1f0375917c0bdf3678a451053624b4a5
BLAKE2b-256 d07c54f5be261001ece15b35c14c36688f5ea54ccd04989f770a0bd9f28c45f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 32dc010713455ac0fe2fddb0e48aa43875cc7eb7b09768df10bad8ce45f9c430
MD5 70761f8c5a1beef7b38dd1894c1a99b1
BLAKE2b-256 8e13c972de92f72fb65046afb7c3b74c900fe4df21f4396161aa6c875d568c98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee32a080bab779b71c4d09a3eb5254bfca43ee88828a683dab27dfe8f582516e
MD5 95ab39e85da205b6cf4322a424499416
BLAKE2b-256 8510e81502c3bf38d139e5b4d911425ea311712dc1535f8bec46513ef866efc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b8dfb5fed540f77e814bf4ec79619c241af6b4578fa1093c5e3389bbb7beab3f
MD5 5ce78ef6e6534bb36dec6960fb7610af
BLAKE2b-256 302012b13fff64a9a858d3a8b1df4e9bc6426b00ec7d1da54d158a652b8aa6a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 200.7 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.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c82f34fafaf5bc05d222fcf84423d6e156432ca35ca78672d4affd0c09c6ef6c
MD5 4186babe55099c01a2b0ad2f121d519e
BLAKE2b-256 b2d10938625917f607b0c7eea5a7656b9c30f980dd563753eb0bb0b9b8566f30

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 199.8 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.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6c5554d55668381e131577f20e8f620d4882b04ad558f7e7f3f1f55b3124c379
MD5 5e62cd0df5c0de065b489509d7f33560
BLAKE2b-256 2ee1fee20c59e7302956acf1f48583cd22020b9f8f367640a2fcd1ddadde6225

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b75aff2c35ceaa299691e772f7bf7c8aeab25f46acea2be3dd04cccb914a9860
MD5 87bd133f6071ff51d23620f62e232e10
BLAKE2b-256 9792dd3cc5112d54613f49b9f25d0dcfd98c0a0ef8a2e6189c1f95a89968ef16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 34c0457e1ba450ae8b22dc8ea2fd36ada1010af61291e4c96963cd9d9633366f
MD5 1b439548ffdf6674e630865256385995
BLAKE2b-256 720cdfa3781d90c6454f39bba6946d1d1d76c537df7a8e7270f1b96d3f2ad91a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 70c294bb15ba576fb96b580db35895bf03749d683df044212b74e938a7f6821f
MD5 66931c688bcc96c6c74bd7ca6b53778c
BLAKE2b-256 1e570d6d69a7cb8928c349e391a71cc829af03c87e04f40e04be5ca09ed34a43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0322354757b47640535daabd2d56384ff3cad2896248fc84d328c5fad4922d5c
MD5 9be938966ab63d5a47991ea7c7eeca10
BLAKE2b-256 4fbf6cb83ba9e521afe2265baa334dc05ff76ca8bbdf5868d89e415802ac3ed8

See more details on using hashes here.

File details

Details for the file coverage-7.0.4-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.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f684d88eb4924ed0630cf488fd5606e334c6835594bb5fe36b50a509b10383ed
MD5 ec2942d8e31be87a8582243567f404e1
BLAKE2b-256 e7d072f989a9ddcd883399d2310d6e389e2f2745e4f1d60eed335195c1ddf4dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4e8267466662aff93d66fa72b9591d02122dfc8a729b0a43dd70e0fb07ed9b37
MD5 511f91b1a60d4dbb391ae196e3517979
BLAKE2b-256 c53f7fd4944e9b4b86b64a7f3a8984d5ebc9208822b3f0a7f0fcf5dcc64ef721

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9dafdba3b2b9010abab08cb8c0dc6549bfca6e1630fe14d47b01dca00d39e694
MD5 4eb21e6b8e60ba579ea0dbc930cc9bfa
BLAKE2b-256 0e730b660c8b8f0f1b0c79080e2722bc2c32d55ea53100ae6ab99bd8b5692153

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d68f2f7bddb3acdd3b36ef7f334b9d14f30b93e094f808fbbd8d288b8f9e2f9b
MD5 9f57a4363af6173b8ac1866183242c5a
BLAKE2b-256 130ac4205e5283865dcff50317e5cee755c8b2298194d91b8af3e0c52715c20f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 200.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.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a63922765ee49d5b4c32afb2cd5516812c8665f3b78e64a0dd005bdfabf991b1
MD5 805f830a77688c9d02ad3ec92bed0f9b
BLAKE2b-256 cae03eb4da1816737fb6955050658955014954dc02dd9518bc6a4b39a24f1b5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 199.9 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.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 2b5936b624fbe711ed02dfd86edd678822e5ee68da02b6d231e5c01090b64590
MD5 3987cd152eb81a7835fedadecde5f16e
BLAKE2b-256 fc7c3981bf2d56c998c7a7a3b0222bb0b9759f85ce3e93f5d912e39e9806814b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a78a80d131c067d67d8a6f9bd3d3f7ea7eac82c1c7259f97d7ab73f723da9d55
MD5 340a8acc132983f66e7381ddc0d74f8a
BLAKE2b-256 cf46e2127054b5498d1c2ef9469f651f93c82c5ef4d8ac1082eb586c3984a85f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0815a09b32384e8ff00a5939ec9cd10efce8742347e019c2daca1a32f5ac2aae
MD5 33a33c1980c9e36673fb253f3506fea2
BLAKE2b-256 4f5d675826166cb107a008e3ae50c029b2591f6600f0c9c6ac4eff0c34a13d72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bc9c77004970a364a1e5454cf7cb884e4277592b959c287689b2a0fd027ef552
MD5 bbfa4a2fe99b1a46b4e1e86cdeca2e86
BLAKE2b-256 d77df642f75ca57bf17a8d2c8cc9ef3e1c753f3ba3a7e97317efac34784954d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2904d7a0388911c61e7e3beefe48c29dfccaba938fc1158f63190101a21e04c2
MD5 deb6cbda3266ec6876b7c465fd9706ab
BLAKE2b-256 441d225ce4151a581ae9d1cacc1f6036d49ed02fea8e1a03dde207fa4c95ebde

See more details on using hashes here.

File details

Details for the file coverage-7.0.4-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.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c06046f54e719da21c79f98ecc0962581d1aee0b3798dc6b12b1217da8bf93f4
MD5 c0bbcfcaa2a335ec8854149f7c327194
BLAKE2b-256 d2d99ad99566c7dcc29ab27bcff8c0af7d524819f43a7637ec1d8c5a4fccf75f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bc74b64bfa89e2f862ea45dd6ac1def371d7cc883b76680d20bdd61a6f3daa20
MD5 1c00173f6007f45780acd8a8aa8f01b6
BLAKE2b-256 fc9ed0ebe8531c303a97ab088845bbca2d3167439876c76ea89024b6d63cc1cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e44b60b0b49aa85d548d392a2dca2c6a581cd4084e72e9e16bd58bd86ec20816
MD5 99b076a84da50977321fdbac9c143267
BLAKE2b-256 305cd1a5aa9ee2b9926f3665b9130cc00f56e575b0fcc0b9bc5fb222f0954acd

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