Skip to main content

Code coverage measurement for Python

Project description

Code coverage testing for Python.

Stand with Ukraine
PyPI status License Python versions supported
Test suite status Quality check status Documentation Coverage reports
Tidelift Sponsor me on GitHub GitHub stars coveragepy on Mastodon nedbat on Mastodon

Coverage.py measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.

Coverage.py runs on these versions of Python:

  • Python 3.8 through 3.12, and 3.13.0a3 and up.

  • PyPy3 versions 3.8 through 3.10.

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

New in 7.x: experimental support for sys.monitoring; dropped support for Python 3.7; added Coverage.collect() context manager; improved data combining; [run] exclude_also setting; report --format=; type annotations.

New in 6.x: dropped support for Python 2.7, 3.5, and 3.6; write data on SIGTERM; added support for 3.10 match/case statements.

For Enterprise

Tidelift

Available as part of the Tidelift Subscription. Coverage and thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. If you want the flexibility of open source and the confidence of commercial-grade software, this is for you. Learn more.

Getting Started

Looking to run coverage on your test suite? See the Quick Start section of the docs.

Change history

The complete history of changes is on the change history page.

Code of Conduct

Everyone participating in the coverage.py project is expected to treat other people with respect and to follow the guidelines articulated in the Python Community Code of Conduct.

Contributing

Found a bug? Want to help improve the code or documentation? See the Contributing section of the docs.

Security

To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.

License

Licensed under the Apache 2.0 License. For details, see NOTICE.txt.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coverage-7.4.2.tar.gz (783.0 kB view details)

Uploaded Source

Built Distributions

coverage-7.4.2-pp38.pp39.pp310-none-any.whl (199.0 kB view details)

Uploaded PyPy

coverage-7.4.2-cp312-cp312-win_amd64.whl (210.1 kB view details)

Uploaded CPython 3.12 Windows x86-64

coverage-7.4.2-cp312-cp312-win32.whl (209.2 kB view details)

Uploaded CPython 3.12 Windows x86

coverage-7.4.2-cp312-cp312-musllinux_1_1_x86_64.whl (245.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

coverage-7.4.2-cp312-cp312-musllinux_1_1_i686.whl (243.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

coverage-7.4.2-cp312-cp312-musllinux_1_1_aarch64.whl (245.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

coverage-7.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (239.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

coverage-7.4.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (238.8 kB view details)

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

coverage-7.4.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (236.9 kB view details)

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

coverage-7.4.2-cp312-cp312-macosx_11_0_arm64.whl (207.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

coverage-7.4.2-cp312-cp312-macosx_10_9_x86_64.whl (207.0 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

coverage-7.4.2-cp311-cp311-win_amd64.whl (209.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

coverage-7.4.2-cp311-cp311-win32.whl (208.9 kB view details)

Uploaded CPython 3.11 Windows x86

coverage-7.4.2-cp311-cp311-musllinux_1_1_x86_64.whl (246.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

coverage-7.4.2-cp311-cp311-musllinux_1_1_i686.whl (245.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

coverage-7.4.2-cp311-cp311-musllinux_1_1_aarch64.whl (247.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

coverage-7.4.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (238.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

coverage-7.4.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (237.9 kB view details)

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

coverage-7.4.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (236.2 kB view details)

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

coverage-7.4.2-cp311-cp311-macosx_11_0_arm64.whl (207.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

coverage-7.4.2-cp311-cp311-macosx_10_9_x86_64.whl (206.9 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

coverage-7.4.2-cp310-cp310-win_amd64.whl (209.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

coverage-7.4.2-cp310-cp310-win32.whl (208.9 kB view details)

Uploaded CPython 3.10 Windows x86

coverage-7.4.2-cp310-cp310-musllinux_1_1_x86_64.whl (239.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

coverage-7.4.2-cp310-cp310-musllinux_1_1_i686.whl (238.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

coverage-7.4.2-cp310-cp310-musllinux_1_1_aarch64.whl (240.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

coverage-7.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

coverage-7.4.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.0 kB view details)

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

coverage-7.4.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.2 kB view details)

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

coverage-7.4.2-cp310-cp310-macosx_11_0_arm64.whl (207.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

coverage-7.4.2-cp310-cp310-macosx_10_9_x86_64.whl (206.7 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

coverage-7.4.2-cp39-cp39-win_amd64.whl (209.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

coverage-7.4.2-cp39-cp39-win32.whl (208.9 kB view details)

Uploaded CPython 3.9 Windows x86

coverage-7.4.2-cp39-cp39-musllinux_1_1_x86_64.whl (239.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

coverage-7.4.2-cp39-cp39-musllinux_1_1_i686.whl (237.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

coverage-7.4.2-cp39-cp39-musllinux_1_1_aarch64.whl (239.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

coverage-7.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (234.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

coverage-7.4.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.6 kB view details)

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

coverage-7.4.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (232.9 kB view details)

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

coverage-7.4.2-cp39-cp39-macosx_11_0_arm64.whl (207.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

coverage-7.4.2-cp39-cp39-macosx_10_9_x86_64.whl (206.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

coverage-7.4.2-cp38-cp38-win_amd64.whl (209.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

coverage-7.4.2-cp38-cp38-win32.whl (208.9 kB view details)

Uploaded CPython 3.8 Windows x86

coverage-7.4.2-cp38-cp38-musllinux_1_1_x86_64.whl (240.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

coverage-7.4.2-cp38-cp38-musllinux_1_1_i686.whl (239.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

coverage-7.4.2-cp38-cp38-musllinux_1_1_aarch64.whl (241.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

coverage-7.4.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (236.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

coverage-7.4.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (235.2 kB view details)

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

coverage-7.4.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.9 kB view details)

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

coverage-7.4.2-cp38-cp38-macosx_11_0_arm64.whl (207.0 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

coverage-7.4.2-cp38-cp38-macosx_10_9_x86_64.whl (206.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.2.tar.gz
Algorithm Hash digest
SHA256 1a5ee18e3a8d766075ce9314ed1cb695414bae67df6a4b0805f5137d93d6f1cb
MD5 54c98fff909ca7d31aa4bdbaa53c42ab
BLAKE2b-256 bf4fa873791c3caa6c064a05332a5954f73b7ad6cfd6c1a1368aef1dd4ff1cfe

See more details on using hashes here.

File details

Details for the file coverage-7.4.2-pp38.pp39.pp310-none-any.whl.

File metadata

File hashes

Hashes for coverage-7.4.2-pp38.pp39.pp310-none-any.whl
Algorithm Hash digest
SHA256 f593a4a90118d99014517c2679e04a4ef5aee2d81aa05c26c734d271065efcb6
MD5 d1f5c35692c1e10679e5e7b366838a1c
BLAKE2b-256 582c7d977d8771790f27065dcc76d54dbacca6e6cdb9642d61a26e7c308898be

See more details on using hashes here.

File details

Details for the file coverage-7.4.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: coverage-7.4.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 210.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for coverage-7.4.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 34423abbaad70fea9d0164add189eabaea679068ebdf693baa5c02d03e7db244
MD5 6a6ee1ef5e4e1abdb16fe1f2090931b0
BLAKE2b-256 51df67826314c9b490d00a460eea1346decfa127d9b3c649e717ec39f19c9d48

See more details on using hashes here.

File details

Details for the file coverage-7.4.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: coverage-7.4.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 209.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for coverage-7.4.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f5df76c58977bc35a49515b2fbba84a1d952ff0ec784a4070334dfbec28a2def
MD5 f96cf64ba0b2ffc58895de2884a2287e
BLAKE2b-256 a2566b9c7f66ae0032c29e1b4465d32109a44f8d0cbc99ca0c7c299c7b63af23

See more details on using hashes here.

File details

Details for the file coverage-7.4.2-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.4.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 32b4ab7e6c924f945cbae5392832e93e4ceb81483fd6dc4aa8fb1a97b9d3e0e1
MD5 dd6fcb8380393013f1e61e75ac3372e8
BLAKE2b-256 b6eb52d3335b04a98328c3b7aa894cb39ae220d87b69fca804bbd70d8510e715

See more details on using hashes here.

File details

Details for the file coverage-7.4.2-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for coverage-7.4.2-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b953275d4edfab6cc0ed7139fa773dfb89e81fee1569a932f6020ce7c6da0e8f
MD5 21a3b74c7fefe54007b5e9db1d32c22f
BLAKE2b-256 88d349edc7fe4c6ed7f9b8edd0cebc1e2e941297987ddfe161f850abcec6a536

See more details on using hashes here.

File details

Details for the file coverage-7.4.2-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.4.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2ed37e16cf35c8d6e0b430254574b8edd242a367a1b1531bd1adc99c6a5e00fe
MD5 adca156e68a3e7234601136a84b20db1
BLAKE2b-256 8286bf5bf7af7dbec6f3699b29d80d2939915b91b6b095bc077a2c28e21ca3cb

See more details on using hashes here.

File details

Details for the file coverage-7.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 006d220ba2e1a45f1de083d5022d4955abb0aedd78904cd5a779b955b019ec73
MD5 5989ae77ebe4dd6a2fd89daf6602923f
BLAKE2b-256 7cae12c9e06007bab13c8e1c6b2f340c2ba514a74429c726de77498c40f45315

See more details on using hashes here.

File details

Details for the file coverage-7.4.2-cp312-cp312-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.4.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 42a9e754aa250fe61f0f99986399cec086d7e7a01dd82fd863a20af34cbce962
MD5 404673939364bb5b98bde2d284074088
BLAKE2b-256 b54f02e6fa3518d0d32ce92d1dba11f48e17ac1522843dc4f6276eb9e6c03ef0

See more details on using hashes here.

File details

Details for the file coverage-7.4.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for coverage-7.4.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3733545eb294e5ad274abe131d1e7e7de4ba17a144505c12feca48803fea5f64
MD5 fe3ffd928cb8e4c1455f6bca9547b599
BLAKE2b-256 8d1ae9f5788d90867390f00f9d7ab6ee5fb02bc55eac1286dd057d03ef8ee872

See more details on using hashes here.

File details

Details for the file coverage-7.4.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coverage-7.4.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac4bab32f396b03ebecfcf2971668da9275b3bb5f81b3b6ba96622f4ef3f6e17
MD5 61e809316d0d362b6e2e81ace3cfd144
BLAKE2b-256 2dd9dea9e579d509dcac5b4b9f36945dea657ecff640de02e6d4f2e8729d367e

See more details on using hashes here.

File details

Details for the file coverage-7.4.2-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.4.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 adbdfcda2469d188d79771d5696dc54fab98a16d2ef7e0875013b5f56a251047
MD5 cdd921e00664c540daa45c06bf741a24
BLAKE2b-256 889c7ee646613f2cef7d67526ee4809d86811e374d4e693ad3a2ad89778f2002

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d779a48fac416387dd5673fc5b2d6bd903ed903faaa3247dc1865c65eaa5a93e
MD5 c157c433f5628cae2e0b951bd89523c1
BLAKE2b-256 c1313576c1f325a7a9ad62edd51d323675d870348322b152008be7fff304dcf6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f72cdd2586f9a769570d4b5714a3837b3a59a53b096bb954f1811f6a0afad305
MD5 bc68a180d3e663c1a0dc832edb128e4d
BLAKE2b-256 bcc1fc8b48d919c9ccf93aa2b339bee2b8ba91f27c28379e8cc383a04a443755

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 18cac867950943fe93d6cd56a67eb7dcd2d4a781a40f4c1e25d6f1ed98721a55
MD5 abee1c285a8b2d0f6c4870787d891a7c
BLAKE2b-256 11c844c176d82053128014d6d5311cad00a036a47f28af39e193780edf377e82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 06fe398145a2e91edaf1ab4eee66149c6776c6b25b136f4a86fcbbb09512fd10
MD5 994c460f473f0ba1ad8f20c91062ba0a
BLAKE2b-256 4023060aee28dfb1d35e3d71da2bdfa7d9f6f0c45a1d7266465f73e22853241a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a178b7b1ac0f1530bb28d2e51f88c0bab3e5949835851a60dda80bff6052510c
MD5 489811d55e78ad059aaec87e07e5aa81
BLAKE2b-256 bb57b929db5699fc56e9e315b79b101a300298dd7a517c22ea9eaccd5570c288

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2412e98e70f16243be41d20836abd5f3f32edef07cbf8f407f1b6e1ceae783ac
MD5 93044c79cea29bb830026ba80c7cd0ea
BLAKE2b-256 e09800513e632f63093d99f6ed26474c15491f8c32f50805104faf777f100a2b

See more details on using hashes here.

File details

Details for the file coverage-7.4.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.4.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf89ab85027427d351f1de918aff4b43f4eb5f33aff6835ed30322a86ac29c9e
MD5 d506254ee607748550ac4d71889ebbc2
BLAKE2b-256 20adbc1e1c18d3d752026a3076a979596404ed8aa941fb6269660ac4fa0e0b36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ddb79414c15c6f03f56cc68fa06994f047cf20207c31b5dad3f6bab54a0f66ef
MD5 73ed51a006e5be1a7f7ddacddc366963
BLAKE2b-256 f2ae9f1f4db61a00cad4b6dc0bd2954baaf06667a1e3822b09e2a1248059ee0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 81a5fb41b0d24447a47543b749adc34d45a2cf77b48ca74e5bf3de60a7bd9edc
MD5 926b6c5ac3eac117cdd181ad0286b484
BLAKE2b-256 477d26c5fe1bdffdc424d69764c5f1775d4f3c573828d0560ef1b3c8d643f27c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a8ddbd158e069dded57738ea69b9744525181e99974c899b39f75b2b29a624e2
MD5 96cc7fb69ac746859274bd90d3b040ab
BLAKE2b-256 448df05079f37bfce291eeae88ed2fd88f739501aae46a85dbbdcc91a1544d5b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7df95fdd1432a5d2675ce630fef5f239939e2b3610fe2f2b5bf21fa505256fa3
MD5 3c7310629745d0bbb522014b5c115eeb
BLAKE2b-256 38609588687af3e716958be97c5774f557f113186a5aa729a8dc145109ef7d3f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b3f2b1eb229f23c82898eedfc3296137cf1f16bb145ceab3edfd17cbde273fb7
MD5 4c58ce7e8c11014e6fff3f63459ef6d5
BLAKE2b-256 e800d6a5f36608d569eae0feba8d4b8c9d65bfc4adb48ad1247bc6ddbfc4b6bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 20a875bfd8c282985c4720c32aa05056f77a68e6d8bbc5fe8632c5860ee0b49b
MD5 42dee80799eb1cb73dc2ac97576d03fd
BLAKE2b-256 824400e4473d7f61d7d35dc5883a3f0a44098e87a889ac182f44f41e61befe76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ef00d31b7569ed3cb2036f26565f1984b9fc08541731ce01012b02a4c238bf03
MD5 c5927c23fd4696431621254ae60b0332
BLAKE2b-256 d038ab00d14b9c91cab635e7b72b0d4bf8e85e6ade70cbe4349313c5ed35e598

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2599972b21911111114100d362aea9e70a88b258400672626efa2b9e2179609c
MD5 5528cdf860bb3ab4d561855ddb678a73
BLAKE2b-256 1912edc15be6f760302f4045e795efe6180e9c605c5147a2e16b6f51aa665479

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8b98c89db1b150d851a7840142d60d01d07677a18f0f46836e691c38134ed18b
MD5 1cb4551050f410202d6353c2f510ec39
BLAKE2b-256 9638474912cc19b0ba5ad4cb0bcfdc1fdec177c16cbb5df61db3c28d59ce33f7

See more details on using hashes here.

File details

Details for the file coverage-7.4.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.4.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78cdcbf7b9cb83fe047ee09298e25b1cd1636824067166dc97ad0543b079d22f
MD5 8e72df6da71eb8244b5de0c728f3ddee
BLAKE2b-256 8fef9132aee1ec59ba00ba43ee59dfe757569fadcab493f36e1706c8a078fd34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c5f9683be6a5b19cd776ee4e2f2ffb411424819c69afab6b2db3a0a364ec6642
MD5 36400c63f32b236651dec48e59b277c2
BLAKE2b-256 b3a7bbf7b34f874e03ba43beb5d837b519582478fb76e25f416547dc9a816b8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe6e43c8b510719b48af7db9631b5fbac910ade4bd90e6378c85ac5ac706382c
MD5 99471685ffd1193c09ce301cca481904
BLAKE2b-256 aa1cfcb5777d9ad94b298f180d3950b2a2f95571691629fae2c0450f8843055d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bf54c3e089179d9d23900e3efc86d46e4431188d9a657f345410eecdd0151f50
MD5 56fa0dd93e2a5ab3175fdc12994cd2b3
BLAKE2b-256 c8e436af7fbcce02240d245633dd4680df2a4a8a247449dbefe8acd8882969c0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ac9e95cefcf044c98d4e2c829cd0669918585755dd9a92e28a1a7012322d0a95
MD5 8aa07405923a020b5d37160600852b68
BLAKE2b-256 b5103911dbc8d2f81b43a02cc387823e1d59f2e496bbcf1aa238a636dacaabf3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3ff5bdb08d8938d336ce4088ca1a1e4b6c8cd3bef8bb3a4c0eb2f37406e49643
MD5 d8d25e2080907c7c1b11853c35b0ae80
BLAKE2b-256 1fc06f160690aa24c9e4cb6b985145bef7af4d2f543f3d4541d1bf6dfa85341e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c11ca2df2206a4e3e4c4567f52594637392ed05d7c7fb73b4ea1c658ba560265
MD5 2d9e0c090f26996bd2893fdd68310018
BLAKE2b-256 b8961bbfe9c580685b5e029b21c42aef008b7c21646fc907032d8590c05b3c3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 840456cb1067dc350af9080298c7c2cfdddcedc1cb1e0b30dceecdaf7be1a2d3
MD5 c88efaaf7448567d6b18c1c8446d46bf
BLAKE2b-256 79b2a23ef2ff36b935a3eb9c31e991ea99526e121b177ffef1960086b10695a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f8e845d894e39fb53834da826078f6dc1a933b32b1478cf437007367efaf6f6a
MD5 e6e3452f981e679bee22d9b050d3e710
BLAKE2b-256 caccce9ba987f177054cb29c9fef5fbdc4ff69c47ac136b6ddee2bc5c2d93bda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3507427d83fa961cbd73f11140f4a5ce84208d31756f7238d6257b2d3d868405
MD5 2daf0a1f11c0a62e11893ccf998fb848
BLAKE2b-256 8d785d4c92a65850a5e19e9087b89f89091185300abf18facdc971af73181c2c

See more details on using hashes here.

File details

Details for the file coverage-7.4.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.4.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c00e54f0bd258ab25e7f731ca1d5144b0bf7bec0051abccd2bdcff65fa3262c9
MD5 95f3d44314f8779571e154546ea37c3d
BLAKE2b-256 f31164ccdc31b1e668bad17a0174a840bdea4d22084bc2a82f745b5cab6d1212

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bf711d517e21fb5bc429f5c4308fbc430a8585ff2a43e88540264ae87871e36a
MD5 1a93334527b382bc3070da449cb1563e
BLAKE2b-256 b2115e520d65fc4a897956fd2211149d535b41531d299049f0e49405e42540a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 861d75402269ffda0b33af94694b8e0703563116b04c681b1832903fac8fd647
MD5 1ad59f2069148b9248b12af1c283c17d
BLAKE2b-256 a24f7ab8769631c703af44c487ba5f0df1801abfc2b6e930ce4add4d11592633

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3ff7f92ae5a456101ca8f48387fd3c56eb96353588e686286f50633a611afc95
MD5 8d03bbfcd502743782ffcfcf06aabdd3
BLAKE2b-256 0c1c1edb0c197839083b711b9c0ebe5cd065b4858085d18a1fa8df76fc6a28ad

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b4ae777bebaed89e3a7e80c4a03fac434a98a8abb5251b2a957d38fe3fd30088
MD5 d4c5ac427d92f652799576f02f3b803b
BLAKE2b-256 05d42d95ff69fc0a53df8fd2f35dcad8a2d73a7cfc059e1430fda8510afcf771

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coverage-7.4.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d1b750a8409bec61caa7824bfd64a8074b6d2d420433f64c161a8335796c7c6b
MD5 290c95bc378a1013d8e505536020972a
BLAKE2b-256 95537a9f5bdfa6a6b995123bc6014394231528f7274459b807fd2749125370c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f40ac873045db4fd98a6f40387d242bde2708a3f8167bd967ccd43ad46394ba2
MD5 e63defc9a454513cf635e35f02e8106f
BLAKE2b-256 2e3a16b3a77f3c3ef3f30cadf0bede3a91ed14f8bc9b3f75b8e5a7ad193eab34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d9a1ef0f173e1a19738f154fb3644f90d0ada56fe6c9b422f992b04266c55d5a
MD5 ebc9a15860d3b1b8b9c7e37785e87be9
BLAKE2b-256 61d09ca7448917d7add2eeb24f4e2068ed1e2272b8354b4f11c83fcbbe06b429

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8562ca91e8c40864942615b1d0b12289d3e745e6b2da901d133f52f2d510a1e3
MD5 e69854ef239994a1770ab1a159732c55
BLAKE2b-256 06c61f1a2cf9886d31ee24af4b697d0f75f1362ec027215a00f231654f665720

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 69f1665165ba2fe7614e2f0c1aed71e14d83510bf67e2ee13df467d1c08bf1e8
MD5 f8aeed84900185504d55b3c333c43216
BLAKE2b-256 f2d028d3fe029cc0a6f1dbdd8b22eefa2a69c5b36f960d34f085e802339f34d8

See more details on using hashes here.

File details

Details for the file coverage-7.4.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.4.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 175f56572f25e1e1201d2b3e07b71ca4d201bf0b9cb8fad3f1dfae6a4188de86
MD5 3ad8a560847303527f87007545a22c71
BLAKE2b-256 2e0e7f91ace8bc8c1112b650762dca9723bcd3f6fe6430bd6d57ef340cca80d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b3c8bbb95a699c80a167478478efe5e09ad31680931ec280bf2087905e3b95ec
MD5 4d71bbac1095a3759dd8a1e0eb1e428a
BLAKE2b-256 8066d542493cdd0dd6f453d06a813dee5d353ae59fa8d1b700d63957a811b08c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51593a1f05c39332f623d64d910445fdec3d2ac2d96b37ce7f331882d5678ddf
MD5 f308b21f78d71ce30c429f852da3c042
BLAKE2b-256 48b43aa6b6d53f71d7f3178283df8d11bbe691975a15496af628cae3cf0c98ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.4.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5b11f9c6587668e495cc7365f85c93bed34c3a81f9f08b0920b87a89acc13469
MD5 d52f071fc1aea934ee8efc5dfb1df58a
BLAKE2b-256 f2b0766a8adad055c4693826b6c663fab84444634c1843125e608973c558096e

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 Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page