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

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

Uploaded Source

Built Distributions

coverage-7.0.3-pp37.pp38.pp39-none-any.whl (189.3 kB view details)

Uploaded PyPy

coverage-7.0.3-cp311-cp311-win_amd64.whl (200.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

coverage-7.0.3-cp311-cp311-win32.whl (199.2 kB view details)

Uploaded CPython 3.11 Windows x86

coverage-7.0.3-cp311-cp311-musllinux_1_1_x86_64.whl (237.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

coverage-7.0.3-cp311-cp311-musllinux_1_1_i686.whl (236.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

coverage-7.0.3-cp311-cp311-musllinux_1_1_aarch64.whl (237.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

coverage-7.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (229.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

coverage-7.0.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (228.6 kB view details)

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

coverage-7.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (226.8 kB view details)

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

coverage-7.0.3-cp311-cp311-macosx_11_0_arm64.whl (197.1 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

coverage-7.0.3-cp311-cp311-macosx_10_9_x86_64.whl (197.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

coverage-7.0.3-cp310-cp310-win_amd64.whl (200.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

coverage-7.0.3-cp310-cp310-win32.whl (199.2 kB view details)

Uploaded CPython 3.10 Windows x86

coverage-7.0.3-cp310-cp310-musllinux_1_1_x86_64.whl (230.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

coverage-7.0.3-cp310-cp310-musllinux_1_1_i686.whl (228.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

coverage-7.0.3-cp310-cp310-musllinux_1_1_aarch64.whl (230.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

coverage-7.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (225.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

coverage-7.0.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224.8 kB view details)

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

coverage-7.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (223.9 kB view details)

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

coverage-7.0.3-cp310-cp310-macosx_11_0_arm64.whl (197.0 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

coverage-7.0.3-cp310-cp310-macosx_10_9_x86_64.whl (196.8 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

coverage-7.0.3-cp39-cp39-win_amd64.whl (200.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

coverage-7.0.3-cp39-cp39-win32.whl (199.3 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-7.0.3-cp39-cp39-musllinux_1_1_x86_64.whl (229.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

coverage-7.0.3-cp39-cp39-musllinux_1_1_i686.whl (228.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

coverage-7.0.3-cp39-cp39-musllinux_1_1_aarch64.whl (230.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

coverage-7.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (225.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

coverage-7.0.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224.3 kB view details)

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

coverage-7.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (223.5 kB view details)

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

coverage-7.0.3-cp39-cp39-macosx_11_0_arm64.whl (197.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

coverage-7.0.3-cp39-cp39-macosx_10_9_x86_64.whl (196.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

coverage-7.0.3-cp38-cp38-win_amd64.whl (200.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

coverage-7.0.3-cp38-cp38-win32.whl (199.2 kB view details)

Uploaded CPython 3.8 Windows x86

coverage-7.0.3-cp38-cp38-musllinux_1_1_x86_64.whl (231.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

coverage-7.0.3-cp38-cp38-musllinux_1_1_i686.whl (230.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

coverage-7.0.3-cp38-cp38-musllinux_1_1_aarch64.whl (231.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

coverage-7.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (226.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

coverage-7.0.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (225.9 kB view details)

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

coverage-7.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (224.6 kB view details)

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

coverage-7.0.3-cp38-cp38-macosx_11_0_arm64.whl (197.0 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

coverage-7.0.3-cp38-cp38-macosx_10_9_x86_64.whl (196.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

coverage-7.0.3-cp37-cp37m-win_amd64.whl (200.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

coverage-7.0.3-cp37-cp37m-win32.whl (199.4 kB view details)

Uploaded CPython 3.7m Windows x86

coverage-7.0.3-cp37-cp37m-musllinux_1_1_x86_64.whl (228.1 kB view details)

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

coverage-7.0.3-cp37-cp37m-musllinux_1_1_i686.whl (226.9 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

coverage-7.0.3-cp37-cp37m-musllinux_1_1_aarch64.whl (228.5 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

coverage-7.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (222.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

coverage-7.0.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (221.6 kB view details)

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

coverage-7.0.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (220.3 kB view details)

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

coverage-7.0.3-cp37-cp37m-macosx_10_9_x86_64.whl (196.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: coverage-7.0.3.tar.gz
  • Upload date:
  • Size: 790.4 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.3.tar.gz
Algorithm Hash digest
SHA256 d5be4e93acce64f516bf4fd239c0e6118fc913c93fa1a3f52d15bdcc60d97b2d
MD5 a7b98cca89825a1fc5daf7bfe50b92a5
BLAKE2b-256 0aee8e01ae96d0872572db225803ffd0bcdf7d4408faa4ae6bd92955f2e504c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-pp37.pp38.pp39-none-any.whl
Algorithm Hash digest
SHA256 b1ffc8f58b81baed3f8962e28c30d99442079b82ce1ec836a1f67c0accad91c1
MD5 14472553c74c2d998607924c84f166fe
BLAKE2b-256 04b19e26e085fe2be92542ac89925a24f5fabe9e8198248e2b94edf024ab55df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 200.3 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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 25fde928306034e8deecd5fc91a07432dcc282c8acb76749581a28963c9f4f3f
MD5 94dc37af5ba896ed505e989026f0ea98
BLAKE2b-256 90f0f5da5e45ef3a8b6e3f261f9678cc3ae2388855468a6207a0e0b37c77b8e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 199.2 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.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 037b51ee86bc600f99b3b957c20a172431c35c2ef9c1ca34bc813ab5b51fd9f5
MD5 39111688478787d12de1ef290ae05e5c
BLAKE2b-256 1f0726158834ce148c92749cdaf4f0648acf89cac85f8624a4eabecd04df1e90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 13121fa22dcd2c7b19c5161e3fd725692448f05377b788da4502a383573227b3
MD5 9ceef149653d94aee5a78298cefbbe7e
BLAKE2b-256 e1c4dccbe2119d27dd85569c79f12373f112415b35b52908572381942f4ad745

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ed7c9debf7bfc63c9b9f8b595409237774ff4b061bf29fba6f53b287a2fdeab9
MD5 cd34ff45d1a38d1890a18f9f2229145e
BLAKE2b-256 a7be82c0160faa7a1b3af569976d891cda745bf2d30c6a116d25b3aa75699130

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ae871d09901911eedda1981ea6fd0f62a999107293cdc4c4fd612321c5b34745
MD5 1dbe4aedb3966c2902bcddde5408a912
BLAKE2b-256 197b60d6098e8f54d58deafef744ee33dd7ba921e765c4b3c96eb7c00a7f29dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 112cfead1bd22eada8a8db9ed387bd3e8be5528debc42b5d3c1f7da4ffaf9fb5
MD5 94624f62ee545677ffc48f50134195a3
BLAKE2b-256 1d6ac7c9c7e4852399bcd81ea78e77bb64dc334758291da4b1db80c195d09500

See more details on using hashes here.

File details

Details for the file coverage-7.0.3-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.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f30090e22a301952c5abd0e493a1c8358b4f0b368b49fa3e4568ed3ed68b8d1f
MD5 2ee5437055016d71b8d96237eb70f8ec
BLAKE2b-256 c4b69c5d0b9189ac467e9d84234c3e9c931d1b0a915bc1472dd0155d295f04a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 af87e906355fa42447be5c08c5d44e6e1c005bf142f303f726ddf5ed6e0c8a4d
MD5 be976acdb9eae22d92aab3de063cc904
BLAKE2b-256 ea4435ed6093a904d4156d9b2b108c615adbd0a713fafafcadbfbd578550c5c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd0a8aa431f9b7ad9eb8264f55ef83cbb254962af3775092fb6e93890dea9ca2
MD5 374b7ae9994076dfdb6051251c8d1567
BLAKE2b-256 53a60d2ca505537e384817fefe866b98de2f31207aae60198ee6dc5bd9479ac2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b82343a5bc51627b9d606f0b6b6b9551db7b6311a5dd920fa52a94beae2e8959
MD5 854b13efe85dcea681d2b0bb4e5b85bc
BLAKE2b-256 10c726de7abe3ec541cf3a4020862bc9668a384b135ea910e74c6cab38d51a8d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 200.2 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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e56fae4292e216b8deeee38ace84557b9fa85b52db005368a275427cdabb8192
MD5 df8454ccebb7040e3e30539882472e8f
BLAKE2b-256 729c4cc1b55ec568ae33fd1dae422107d388c1dc8bbf290b4c517bf32acf34c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 199.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.0.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 bdbda870e0fda7dd0fe7db7135ca226ec4c1ade8aa76e96614829b56ca491012
MD5 cb74d24c13791b679f9a81c1ceb039ea
BLAKE2b-256 0e93b0da21b17a02b55393732815f2120ddaf5cece9204f54641b82bbc9f724a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5722269ed05fbdb94eef431787c66b66260ff3125d1a9afcc00facff8c45adf9
MD5 ffc6cd946e4f455041757e2d5658310e
BLAKE2b-256 a035e2e99137911886622094a02289e48009300f0e5715bbf5daf6708c340d77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f79691335257d60951638dd43576b9bcd6f52baa5c1c2cd07a509bb003238372
MD5 07664e45b964548fa25e84b4ebc98802
BLAKE2b-256 fb256c7905d1ceaa16c9b6a21ceb7f0c01d39ccdfb0148970fe6685556f41d72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0bce4ad5bdd0b02e177a085d28d2cea5fc57bb4ba2cead395e763e34cf934eb1
MD5 e9c3edf42da0f53dad124d482c4d0ce9
BLAKE2b-256 3170928d9f9e072495395dd7515134401d64bb487d1df06a21e6536ca8fc49cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e89d5abf86c104de808108a25d171ad646c07eda96ca76c8b237b94b9c71e518
MD5 aa471b41af66dfa11f3caf4a79dc0e57
BLAKE2b-256 6b9de545c1e7846bcc3ae1f3f0f5dfe505b6419b3a51b304470e6cb433cd8ac1

See more details on using hashes here.

File details

Details for the file coverage-7.0.3-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.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49da0ff241827ebb52d5d6d5a36d33b455fa5e721d44689c95df99fd8db82437
MD5 9197930efcec2068f78e4c415d0e8534
BLAKE2b-256 67128f94385a685219f9a8a75f7fa8f23a8efca8796c3ca3ffd58bbf54998f29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 75e43c6f4ea4d122dac389aabdf9d4f0e160770a75e63372f88005d90f5bcc80
MD5 a1123bac6864fff6706749db47fee5fc
BLAKE2b-256 a7fa2924fe01d273c7010e9c5047719b724e004a68996d0d564c5d890e3ca08f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 628f47eaf66727fc986d3b190d6fa32f5e6b7754a243919d28bc0fd7974c449f
MD5 3d0c15ea72413eac4e33e2f7255b89cd
BLAKE2b-256 6142d7666a49503562314a30103446e6c8b9463ace03f835ab8adcf2a0b1a0e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2f7c51b6074a8a3063c341953dffe48fd6674f8e4b1d3c8aa8a91f58d6e716a8
MD5 b64d733cf8b187d9f3e1317da0bd3520
BLAKE2b-256 de6ef06105a7792933a6d1b3be3f952a4bf33e482b9f2de131db0fa91505ae4b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 200.2 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.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d8249666c23683f74f8f93aeaa8794ac87cc61c40ff70374a825f3352a4371dc
MD5 b6eacb1f8a1b0e3a696ee56fc8a8020e
BLAKE2b-256 9013f4871b3e3275a9da50bfb263498d8f7a5ab9626eed702e17a48e8281577d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 199.3 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.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e3f1cd1cd65695b1540b3cf7828d05b3515974a9d7c7530f762ac40f58a18161
MD5 6c94fe9f1d527b99f0c4c40dac13eef6
BLAKE2b-256 8d121801a9cbb8759b3d925d555363c1eb7aed7253b844f5778a8a6a3ea00cb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 55e46fa4168ccb7497c9be78627fcb147e06f474f846a10d55feeb5108a24ef0
MD5 ff5b9689c4478484d2f8dbc2f7317470
BLAKE2b-256 8fcc69d82341eeb66b6b3f85f669c84d7f21a31ca16d65c58d70ac9566514d39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b07651e3b9af8f1a092861d88b4c74d913634a7f1f2280fca0ad041ad84e9e96
MD5 408fa9f087a17cd8c403d25a8707e5e0
BLAKE2b-256 0f8b56e5cb65e44b39a52ad5dd7a09be1b700f14fdb3d8f540ef80bdbd8569b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b791beb17b32ac019a78cfbe6184f992b6273fdca31145b928ad2099435e2fcb
MD5 72e58ec8e247da82ed99e4d55b5ad698
BLAKE2b-256 fdb4066648986b94cef4542c12c6180d66245aa2f48eadbffcbc18bccad5a557

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 88834e5d56d01c141c29deedacba5773fe0bed900b1edc957595a8a6c0da1c3c
MD5 a288a5d1b98cdb82eb70a4309fd7f48a
BLAKE2b-256 016946c4db005e1f49b147cee49058e9e7e39879bf3ecbc5d8c8436713a9a5d8

See more details on using hashes here.

File details

Details for the file coverage-7.0.3-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.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4959dc506be74e4963bd2c42f7b87d8e4b289891201e19ec551e64c6aa5441f8
MD5 65841e9113f494b2cfcf132cc6d0a58f
BLAKE2b-256 09caa4d22b391c69f9482b6036b5117ca6e881d8ce246a24755941dd0b55519a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ef001a60e888f8741e42e5aa79ae55c91be73761e4df5e806efca1ddd62fd400
MD5 cb53c1540b48859673b6ad4d68daea97
BLAKE2b-256 b4012f5d689fc1ccd1416441913ab0f40875d930b9b0851d56829b31736700cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf76d79dfaea802f0f28f50153ffbc1a74ae1ee73e480baeda410b4f3e7ab25f
MD5 5b5a6ba31b9a94c403c86bb047af5bb0
BLAKE2b-256 8b391ede73247e41225503425c155c42c2a374065f75adbcad5438e0ef760b5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e6dcc70a25cb95df0ae33dfc701de9b09c37f7dd9f00394d684a5b57257f8246
MD5 df4078c98120d0df2777b96323a4bb99
BLAKE2b-256 8db050e610b8d74819e230e80d4c43d69a97287c3c0809934fccfb1a7be8c333

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 200.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.0.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 44d6a556de4418f1f3bfd57094b8c49f0408df5a433cf0d253eeb3075261c762
MD5 b07730108ef8651ced7d8eca47c6a27d
BLAKE2b-256 227f4bdc79332222d6d62357cfbee4a0d8c357454408d396080689f19f07a89d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 199.2 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.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c1cee10662c25c94415bbb987f2ec0e6ba9e8fce786334b10be7e6a7ab958f69
MD5 6b9326459a10daa8658fe39f6f33fbbf
BLAKE2b-256 bc03b92455a8f62db385507aae1312a5e8315e9bca16088e2ce43e4bc72516dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ca15308ef722f120967af7474ba6a453e0f5b6f331251e20b8145497cf1bc14a
MD5 00159e870eebc09efb4c8a057ee35ff6
BLAKE2b-256 00d2f7b78142aedfcf79d97afb5ff51df9fb84e1ee11e2fcae6a7bd278ac16df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 985ad2af5ec3dbb4fd75d5b0735752c527ad183455520055a08cf8d6794cabfc
MD5 596a6efbc14ac8984cf872e551ca25b3
BLAKE2b-256 60ae607164d214cfec6070616ca247bbda209abe7f6331987f3c8a3ceb08ac07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c5d9b480ebae60fc2cbc8d6865194136bc690538fa542ba58726433bed6e04cc
MD5 1ef9294fe61701645bed42822583f12a
BLAKE2b-256 6ff6dde49dab49cc938be6300f4a191c081731a812efa7cba119894efdc05e4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c58cd6bb46dcb922e0d5792850aab5964433d511b3a020867650f8d930dde4f4
MD5 c7b12e130b7ece0b63118f1add04878d
BLAKE2b-256 c367353255b32c4d90b6f42d59c83618cb5e9cf991540a1a2475bc4b01ae6ea6

See more details on using hashes here.

File details

Details for the file coverage-7.0.3-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.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2b865aa679bee7fbd1c55960940dbd3252621dd81468268786c67122bbd15343
MD5 c677019491b61e640330b2c8c2efeca2
BLAKE2b-256 1fc5bd07be8aa2c7c464e5d031488f541285f3b8d78c201f55e224d7f3be1b0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f918e9ef4c98f477a5458238dde2a1643aed956c7213873ab6b6b82e32b8ef61
MD5 c67c92420e25eb7d4d129909516a6963
BLAKE2b-256 3519a3073a479340d6db973ff3a04c77fb589d6a6b84b42a63dc92332dfb6a0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a530663a361eb27375cec28aea5cd282089b5e4b022ae451c4c3493b026a68a5
MD5 1285f0bd62981fd3d0334d260110153c
BLAKE2b-256 ece35045865ac93a9306b1419420897cf6bca7fa75f08ba2ad5b3839f85909ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 acef7f3a3825a2d218a03dd02f5f3cc7f27aa31d882dd780191d1ad101120d74
MD5 b2cc493a209d029590ef09b494d6e389
BLAKE2b-256 354b2a747809908551a87dbd4a556be6c30597a1a10667851b913f9b57bba0e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 200.1 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.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 62ef3800c4058844e2e3fa35faa9dd0ccde8a8aba6c763aae50342e00d4479d4
MD5 03038e58887be6e8791ec9135db1e4fc
BLAKE2b-256 0458aa75cb4dc0797013b8272e3fcfadb1eb84bcf0f3303a9dc4e3f314119861

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.0.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 199.4 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.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 af6cef3796b8068713a48dd67d258dc9a6e2ebc3bd4645bfac03a09672fa5d20
MD5 e0f86578e29097c214dacaca4979eb73
BLAKE2b-256 6620bcd49f1002bff4045473ccb0bb87352b894e06a806736425fff84fa4563a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d0df04495b76a885bfef009f45eebe8fe2fbf815ad7a83dabcf5aced62f33162
MD5 0e04fd47f4581c946baeff59112539d3
BLAKE2b-256 791034ac320a220d0a16d5043e34d0261a277d7bad10ed5a622cee919700929c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c5648c7eec5cf1ba5db1cf2d6c10036a582d7f09e172990474a122e30c841361
MD5 89d9fc7107918b52b5fb29c3ee8e5a84
BLAKE2b-256 95f72af08360123dab6f0cd21f166d7eaee5e1e147df48d7f0113725dec40537

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ba9af1218fa01b1f11c72271bc7290b701d11ad4dbc2ae97c445ecacf6858dba
MD5 73154f272985c6cf1eef7ec8f94639f2
BLAKE2b-256 7897e30c66fd71485441a5551dd44237662e29c137b99ab407c70851eb76894d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 18b09811f849cc958d23f733a350a66b54a8de3fed1e6128ba55a5c97ffb6f65
MD5 95dde6cd016fe72fe4eaf5c970447ba6
BLAKE2b-256 3b00fb4e32ce314b5a56b5dafd1d0923a50a764c9b975887dd47781c5ee219b9

See more details on using hashes here.

File details

Details for the file coverage-7.0.3-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.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b5b38813eee5b4739f505d94247604c72eae626d5088a16dd77b08b8b1724ab3
MD5 a8c5eebd9bf87f0f0c7dbe53d5c79bd3
BLAKE2b-256 64282bcc666054929b496f54efea5f6982a46f2c4f68cd5c6eb6ee160ce78bf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 349d0b545520e8516f7b4f12373afc705d17d901e1de6a37a20e4ec9332b61f7
MD5 bfa9a093d7016f3b0fea076376188f9d
BLAKE2b-256 a116cb79e97d2aabf1ec111cd95a24bb3c59e6caab1b3664c5c65afad1a9d5fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.0.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7e8b0642c38b3d3b3c01417643ccc645345b03c32a2e84ef93cdd6844d6fe530
MD5 b1b2948609693019d0d8ca5a648838c7
BLAKE2b-256 fe5656abe3d07c63ae2facd1eff1f9cdfa653c7fe6a85bb8edeb716db03fd582

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