Skip to main content

Code coverage measurement for Python

Project description

Code coverage measurement 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.0b2.

  • 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: initial function/class reporting; 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.5.4.tar.gz (793.2 kB view details)

Uploaded Source

Built Distributions

coverage-7.5.4-pp38.pp39.pp310-none-any.whl (197.3 kB view details)

Uploaded PyPy

coverage-7.5.4-cp312-cp312-win_amd64.whl (208.8 kB view details)

Uploaded CPython 3.12Windows x86-64

coverage-7.5.4-cp312-cp312-win32.whl (208.0 kB view details)

Uploaded CPython 3.12Windows x86

coverage-7.5.4-cp312-cp312-musllinux_1_2_x86_64.whl (237.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

coverage-7.5.4-cp312-cp312-musllinux_1_2_i686.whl (235.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

coverage-7.5.4-cp312-cp312-musllinux_1_2_aarch64.whl (237.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

coverage-7.5.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (238.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

coverage-7.5.4-cp312-cp312-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.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

coverage-7.5.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (235.8 kB view details)

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

coverage-7.5.4-cp312-cp312-macosx_11_0_arm64.whl (205.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

coverage-7.5.4-cp312-cp312-macosx_10_9_x86_64.whl (205.4 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

coverage-7.5.4-cp311-cp311-win_amd64.whl (208.6 kB view details)

Uploaded CPython 3.11Windows x86-64

coverage-7.5.4-cp311-cp311-win32.whl (207.7 kB view details)

Uploaded CPython 3.11Windows x86

coverage-7.5.4-cp311-cp311-musllinux_1_2_x86_64.whl (235.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

coverage-7.5.4-cp311-cp311-musllinux_1_2_i686.whl (234.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

coverage-7.5.4-cp311-cp311-musllinux_1_2_aarch64.whl (235.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

coverage-7.5.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

coverage-7.5.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (237.0 kB view details)

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

coverage-7.5.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (235.3 kB view details)

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

coverage-7.5.4-cp311-cp311-macosx_11_0_arm64.whl (205.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

coverage-7.5.4-cp311-cp311-macosx_10_9_x86_64.whl (205.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

coverage-7.5.4-cp310-cp310-win_amd64.whl (208.5 kB view details)

Uploaded CPython 3.10Windows x86-64

coverage-7.5.4-cp310-cp310-win32.whl (207.7 kB view details)

Uploaded CPython 3.10Windows x86

coverage-7.5.4-cp310-cp310-musllinux_1_2_x86_64.whl (231.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

coverage-7.5.4-cp310-cp310-musllinux_1_2_i686.whl (230.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

coverage-7.5.4-cp310-cp310-musllinux_1_2_aarch64.whl (232.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

coverage-7.5.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (234.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

coverage-7.5.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.1 kB view details)

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

coverage-7.5.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (232.0 kB view details)

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

coverage-7.5.4-cp310-cp310-macosx_11_0_arm64.whl (205.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

coverage-7.5.4-cp310-cp310-macosx_10_9_x86_64.whl (205.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

coverage-7.5.4-cp39-cp39-win_amd64.whl (208.5 kB view details)

Uploaded CPython 3.9Windows x86-64

coverage-7.5.4-cp39-cp39-win32.whl (207.7 kB view details)

Uploaded CPython 3.9Windows x86

coverage-7.5.4-cp39-cp39-musllinux_1_2_x86_64.whl (231.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

coverage-7.5.4-cp39-cp39-musllinux_1_2_i686.whl (230.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

coverage-7.5.4-cp39-cp39-musllinux_1_2_aarch64.whl (231.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

coverage-7.5.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (233.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

coverage-7.5.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232.7 kB view details)

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

coverage-7.5.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (231.7 kB view details)

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

coverage-7.5.4-cp39-cp39-macosx_11_0_arm64.whl (205.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

coverage-7.5.4-cp39-cp39-macosx_10_9_x86_64.whl (205.1 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

coverage-7.5.4-cp38-cp38-win_amd64.whl (208.5 kB view details)

Uploaded CPython 3.8Windows x86-64

coverage-7.5.4-cp38-cp38-win32.whl (207.7 kB view details)

Uploaded CPython 3.8Windows x86

coverage-7.5.4-cp38-cp38-musllinux_1_2_x86_64.whl (233.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

coverage-7.5.4-cp38-cp38-musllinux_1_2_i686.whl (232.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

coverage-7.5.4-cp38-cp38-musllinux_1_2_aarch64.whl (233.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

coverage-7.5.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

coverage-7.5.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.3 kB view details)

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

coverage-7.5.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (232.9 kB view details)

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

coverage-7.5.4-cp38-cp38-macosx_11_0_arm64.whl (205.5 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

coverage-7.5.4-cp38-cp38-macosx_10_9_x86_64.whl (205.1 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: coverage-7.5.4.tar.gz
  • Upload date:
  • Size: 793.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.5.4.tar.gz
Algorithm Hash digest
SHA256 a44963520b069e12789d0faea4e9fdb1e410cdc4aab89d94f7f55cbb7fef0353
MD5 1d3ed96f40bdf4001b4738e373d67244
BLAKE2b-256 ef0531553dc038667012853d0a248b57987d8d70b2d67ea885605f87bcb1baba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-pp38.pp39.pp310-none-any.whl
Algorithm Hash digest
SHA256 79b356f3dd5b26f3ad23b35c75dbdaf1f9e2450b6bcefc6d0825ea0aa3f86ca5
MD5 e5b653094ad3629697b19659fadc05bf
BLAKE2b-256 7ac3a5b06a07b68795018f47b5d69b523ad473ac9ee66be3c22c4d3e5eadd91e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 208.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.5.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cef4649ec906ea7ea5e9e796e68b987f83fa9a718514fe147f538cfeda76d7a7
MD5 dd1d3e9cb0ae5e8f4bc852d26e5f434c
BLAKE2b-256 0ec12b7c7dcf4c273aac7676f12fb2b5524b133671d731ab91bd9a41c21675b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 208.0 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.5.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 73ca8fbc5bc622e54627314c1a6f1dfdd8db69788f3443e752c215f29fa87a0b
MD5 a09e8af7ecccf5513f19da5aedbf9875
BLAKE2b-256 98f6f9c96fbf9b36be3f4d8c252ab2b4944420d99425f235f492784498804182

See more details on using hashes here.

File details

Details for the file coverage-7.5.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.5.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 581ea96f92bf71a5ec0974001f900db495488434a6928a2ca7f01eee20c23805
MD5 0a387ffdb59cbd9e159d22d643b4bc5a
BLAKE2b-256 efe5829ddcfb29ad41661ba8e9cac7dc52100fd2c4853bb93d668a3ebde64862

See more details on using hashes here.

File details

Details for the file coverage-7.5.4-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.5.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3684bc2ff328f935981847082ba4fdc950d58906a40eafa93510d1b54c08a66c
MD5 186b78290fdd408176f631df98a846c0
BLAKE2b-256 d844465fa8f8edc11a18cbb83673f29b1af20ccf5139a66fbe2768ff67527ff0

See more details on using hashes here.

File details

Details for the file coverage-7.5.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.5.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1014fbf665fef86cdfd6cb5b7371496ce35e4d2a00cda501cf9f5b9e6fced69f
MD5 7c8f5e683394bbb85d5e106c481e1274
BLAKE2b-256 a0c357ef08c70483b83feb4e0d22345010aaf0afbe442dba015da3b173076c36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6bb74ed465d5fb204b2ec41d79bcd28afccf817de721e8a807d5141c3426638
MD5 7f9dbca6bc797e34b45dec599ad57cec
BLAKE2b-256 5750c5aadf036078072f31d8f1ae1a6000cc70f3f6cf652939c2d77551174d77

See more details on using hashes here.

File details

Details for the file coverage-7.5.4-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.5.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5013ed890dc917cef2c9f765c4c6a8ae9df983cd60dbb635df8ed9f4ebc9f555
MD5 cab88bab052552b6ef0e3cbbbe4f2584
BLAKE2b-256 88527054710a881b09d295e93b9889ac204c241a6847a8c05555fc6e1d8799d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b3d45ff86efb129c599a3b287ae2e44c1e281ae0f9a9bad0edc202179bcc3a2e
MD5 10c3fd806df20abc11d4e4d58491098f
BLAKE2b-256 eba657c42994b1686461c7b0b29de3b6d3d60c5f23a656f96460f9c755a31506

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 042183de01f8b6d531e10c197f7f0315a61e8d805ab29c5f7b51a01d62782747
MD5 d2e3ac7d201e506fe27d2cbc18fa8259
BLAKE2b-256 2c634f781db529b585a6ef3860ea01390951b006dbea9ada4ea3a3d830e325f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 54317c2b806354cbb2dc7ac27e2b93f97096912cc16b18289c5d4e44fc663233
MD5 0fd2a5577023c2a9537fe7944753bb3d
BLAKE2b-256 6d9658bcb3417c2fd38fae862704599f7088451bb6c8786f5cec6887366e78d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 208.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.5.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d2e344d6adc8ef81c5a233d3a57b3c7d5181f40e79e05e1c143da143ccb6377d
MD5 abde97e6139388863d1fc32303ea6bee
BLAKE2b-256 cd488b929edd540634d8e7ed50d78e86790613e8733edf7eb21c2c217bf25176

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 207.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.5.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6aae5cce399a0f065da65c7bb1e8abd5c7a3043da9dceb429ebe1b289bc07806
MD5 70233308413cd79fe53791ce3322fd70
BLAKE2b-256 0154e009827b234225815743303d002a146183ea25e011c088dfa7a87f895fdf

See more details on using hashes here.

File details

Details for the file coverage-7.5.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.5.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 820bc841faa502e727a48311948e0461132a9c8baa42f6b2b84a29ced24cc078
MD5 a47e4fcc27967dbd40904c5891c2fb4e
BLAKE2b-256 15a6bbeeb4c0447a0ae8993e7d9b7ac8c8538ffb1a4210d106573238233f58c8

See more details on using hashes here.

File details

Details for the file coverage-7.5.4-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.5.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8192794d120167e2a64721d88dbd688584675e86e15d0569599257566dec9bf0
MD5 88fb922d2091d84d641d83a80d34de4a
BLAKE2b-256 337f068a5d05ca6c89295bc8b7ae7ad5ed9d7b0286305a2444eb4d1eb42cb902

See more details on using hashes here.

File details

Details for the file coverage-7.5.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.5.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7a892be37ca35eb5019ec85402c3371b0f7cda5ab5056023a7f13da0961e60da
MD5 ebeb52b71055169f2ec33329b9725301
BLAKE2b-256 62eae5ae9c845bef94369a3b9b66eb1e0857289c0a769b20078fcf5a5e6021be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3a6612c99081d8d6134005b1354191e103ec9705d7ba2754e848211ac8cacc6b
MD5 e252df0c1c0e229a4b0df400137fd020
BLAKE2b-256 cdbd8515e955724baab11e8220a3872dc3d1c895b841b281ac8865834257ae2e

See more details on using hashes here.

File details

Details for the file coverage-7.5.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.5.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed550e7442f278af76d9d65af48069f1fb84c9f745ae249c1a183c1e9d1b025c
MD5 3a5f1c516123eddd9988b6baa52ed2e3
BLAKE2b-256 1e62e33595d35c9fa7cbcca5df2c3745b595532ec94b68c49ca2877629c4aca1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d45d3cbd94159c468b9b8c5a556e3f6b81a8d1af2a92b77320e887c3e7a5d080
MD5 dee5b7b730f0e73ebfa7e3277c211d7c
BLAKE2b-256 41d5f4f9d2d86e3bd0c3ae761e2511c4033abcdce1de8f1926f8e7c98952540d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3257fdd8e574805f27bb5342b77bc65578e98cbc004a92232106344053f319ba
MD5 ad3ab6ee44c6f886270732bfabf916bc
BLAKE2b-256 b869a3bdace4d667f592b7730c0d636ac9ff9195f678fb4e61b5469b91e49919

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 db14f552ac38f10758ad14dd7b983dbab424e731588d300c7db25b6f89e335b5
MD5 530d3a24a77b3e005559ab8c1a7a9b2f
BLAKE2b-256 4892f56bf17b10efdb21311b7aa6853afc39eb962af0f9595a24408f7df3f694

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 208.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.5.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 018a12985185038a5b2bcafab04ab833a9a0f2c59995b3cec07e10074c78635f
MD5 6da933e8d6625ef65a8b9f3404e5ee21
BLAKE2b-256 a50fd56b6b9c2e900b9e51b8dae6b46aa15eb43a6a41342c9b0faca2a6c9890a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 207.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.5.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7076b4b3a5f6d2b5d7f1185fde25b1e54eb66e647a1dfef0e2c2bfaf9b4c88c8
MD5 e3b272f4b6e13f266234846e40b3c258
BLAKE2b-256 a6903e1a9e003f3bc35cde1b1082f740e3c0ad90595caf31df0e49473c3f230a

See more details on using hashes here.

File details

Details for the file coverage-7.5.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.5.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e564c2cf45d2f44a9da56f4e3a26b2236504a496eb4cb0ca7221cd4cc7a9aca9
MD5 56160a6ec75b3268b296a5c7afc7443c
BLAKE2b-256 fda24db4030508e3f7267151155e2221487e1515eda167262d0aa88bce8d4b57

See more details on using hashes here.

File details

Details for the file coverage-7.5.4-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.5.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5cd64adedf3be66f8ccee418473c2916492d53cbafbfcff851cbec5a8454b136
MD5 9609cb6dd0b5d050e6e22196f750d5a8
BLAKE2b-256 44ab1ce64d6d01486b7e307ce0b25565b2337b9883d409fdb7655c94b0e80ae7

See more details on using hashes here.

File details

Details for the file coverage-7.5.4-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.5.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b4a474f799456e0eb46d78ab07303286a84a3140e9700b9e154cfebc8f527016
MD5 fe3ad5a633f7c6bb949a24f4f9c22dc9
BLAKE2b-256 ef48fccbf1b4ab5943e1b5bf5e29892531341b4c2731c448c6970349b0bb2f3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2214ee920787d85db1b6a0bd9da5f8503ccc8fcd5814d90796c2f2493a2f4d2e
MD5 751575f4cd095a0237811093bf22f871
BLAKE2b-256 99490e8c8e8f9f7ea87ed94ddce70cdfe49224b13857ef3cbdb65a5eb29bba6f

See more details on using hashes here.

File details

Details for the file coverage-7.5.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.5.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b385d49609f8e9efc885790a5a0e89f2e3ae042cdf12958b6034cc442de428d3
MD5 8a9311158f2b985e4a18b24eaf8220c5
BLAKE2b-256 a278d457df19baefbe3d38ef63cddfbda0f443d6546f3f56fa95cd884d612e8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1137f46adb28e3813dec8c01fefadcb8c614f33576f672962e323b5128d9a68d
MD5 b2f1fe9984a58076888dd998fb5dc84d
BLAKE2b-256 a99a79381c5dbc118b5cc0aac637352f65078766527ab0d23031d5421f2fb144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2174e7c23e0a454ffe12267a10732c273243b4f2d50d07544a91198f05c48f47
MD5 628e6f5d9102f9dd0f599c941fe80854
BLAKE2b-256 b0d8b7bde23a5e94cfc1a45effad2dd4c45dc111c515f71c522986dd8ded31a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6cfb5a4f556bb51aba274588200a46e4dd6b505fb1a5f8c5ae408222eb416f99
MD5 98adb629caecf33e048e3b482849d489
BLAKE2b-256 383d9f9469f445789a170cb5bef3ad02ae9084ddd689f938797aa8ee793db404

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 208.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.5.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 65e528e2e921ba8fd67d9055e6b9f9e34b21ebd6768ae1c1723f4ea6ace1234d
MD5 bd5c5716e026eb2c398d3579ed3f0770
BLAKE2b-256 a03ae75878173e3f5ef21c04b96c535b5e0d10195e5fa28a842b781d339c3df9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 207.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.5.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 56b4eafa21c6c175b3ede004ca12c653a88b6f922494b023aeb1e836df953ace
MD5 cc5d09380c0bae29c31e626845da5afd
BLAKE2b-256 9df98a6cf39d151765f6adaa2808032fda07f57fe4ba658deed11bf1b6c65f11

See more details on using hashes here.

File details

Details for the file coverage-7.5.4-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.5.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1ccf5e728ccf83acd313c89f07c22d70d6c375a9c6f339233dcf792094bcbf7
MD5 8e9d8479fc96e8bd96cd2e39bf7fca4d
BLAKE2b-256 0d939eabf10ab089b9b9dcb026d84e70a3114054b75f2d37fd7e61642da775a1

See more details on using hashes here.

File details

Details for the file coverage-7.5.4-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.5.4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ddbd2f9713a79e8e7242d7c51f1929611e991d855f414ca9996c20e44a895f7c
MD5 2f412cda02c2eac5879d0d810489eefd
BLAKE2b-256 68d01e2bae9d17c7c8757b75a9b9c7bf35083a84fcf5361802bb6da911aa7089

See more details on using hashes here.

File details

Details for the file coverage-7.5.4-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.5.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a04e990a2a41740b02d6182b498ee9796cf60eefe40cf859b016650147908029
MD5 e279fa908dab701b7ab7a63d107395a2
BLAKE2b-256 41033968f2d60208c4332bb12c2d25fdfdbbd9a5c7a2a64b4ed1050b20a9dc3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 44da56a2589b684813f86d07597fdf8a9c6ce77f58976727329272f5a01f99f7
MD5 b1844d6341c4028e037159db7be1eac1
BLAKE2b-256 c61cbd6d46e44ddb2affc73271d22cba263d9e5d8a0afd593a5de62dbd1380cd

See more details on using hashes here.

File details

Details for the file coverage-7.5.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.5.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dbc5958cb471e5a5af41b0ddaea96a37e74ed289535e8deca404811f6cb0bc3d
MD5 b1e23d8768403cf48bfcd30adc1af171
BLAKE2b-256 c4b40cbc18998613f8caaec793ad5878d2450382dfac80e65d352fb7cd9cc1dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e16f3d6b491c48c5ae726308e6ab1e18ee830b4cdd6913f2d7f77354b33f91c8
MD5 ae84cf8b0a96f48fbe4a6017cf25aab1
BLAKE2b-256 01ee87e1285608cb69c44a0da9864434818fc53a0a95ec45f112f623a6578ee9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d7564cc09dd91b5a6001754a5b3c6ecc4aba6323baf33a12bd751036c998be4
MD5 81054b13f869751394870254b6b18d48
BLAKE2b-256 13f53e13e18a4e42fbb7734c1919255841b7fda188babc57e0fcad3c2e5a080e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b95c3a8cb0463ba9f77383d0fa8c9194cf91f64445a63fc26fb2327e1e1eb088
MD5 281a6d076061888615415bf4dcd54466
BLAKE2b-256 571fb6c0725454c49b88c0229cdbb22435a90e94521149ea1d068da1d17906d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 208.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.5.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e2afe743289273209c992075a5a4913e8d007d569a406ffed0bd080ea02b0633
MD5 c2d6055ea88d618371f002187caf8d43
BLAKE2b-256 ec55f38b087d950693b90034abfeefe825f9fda142d3c7469750d5141ab28a9b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coverage-7.5.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 207.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coverage-7.5.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8f894208794b164e6bd4bba61fc98bf6b06be4d390cf2daacfa6eca0a6d2bb4f
MD5 5fdd3d5d01301fb546af1cff2416f34c
BLAKE2b-256 c3654a3ae9bfb1eaec6898e34a8b283c7cc36d07c034f9abf40e494db616a090

See more details on using hashes here.

File details

Details for the file coverage-7.5.4-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for coverage-7.5.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 16852febd96acd953b0d55fc842ce2dac1710f26729b31c80b940b9afcd9896f
MD5 afe94574b123741799dac3c718728696
BLAKE2b-256 86d4b3863e938d1b95b3f34bcf7fa9772b66f40fff0819193749e92a528ebfba

See more details on using hashes here.

File details

Details for the file coverage-7.5.4-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for coverage-7.5.4-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 aea072a941b033813f5e4814541fc265a5c12ed9720daef11ca516aeacd3bd7f
MD5 1c22072a3c8b7f13ab0751bd63b07775
BLAKE2b-256 8adaa3dbe8d7bfa6da354ed63691d2a1c3ec3afb058125ed578647fdf8396aa5

See more details on using hashes here.

File details

Details for the file coverage-7.5.4-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for coverage-7.5.4-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ab73b35e8d109bffbda9a3e91c64e29fe26e03e49addf5b43d85fc426dde11f9
MD5 c8f878490105edcadee3e7f0556e3409
BLAKE2b-256 d1ddb29cc90e643af35acd9ddc99c520b7bcd34ec5c13830f5ef956dd6d6b6a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d05c16cf4b4c2fc880cb12ba4c9b526e9e5d5bb1d81313d4d732a5b9fe2b9d53
MD5 e91f183ec19f3deddf704e07ecac2f40
BLAKE2b-256 83465020dadddbcef1c8f0bf7869a117c4558ff59b2a163b008868a5fb78fc68

See more details on using hashes here.

File details

Details for the file coverage-7.5.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.5.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5df54843b88901fdc2f598ac06737f03d71168fd1175728054c8f5a2739ac3e4
MD5 8e420d5a201f02725acf4e3f2dcfc6aa
BLAKE2b-256 35b327fbdf02d2e561d68a4e53522c83f4f2756aea5886c73880a96b8afdeaae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c5986ee7ea0795a4095ac4d113cbb3448601efca7f158ec7f7087a6c705304e4
MD5 e2b10d6e5e2bc81653721a44343bcaec
BLAKE2b-256 e49d6f415813b10ca2927da0b4c948d25fcbd3559f8cd2c04b1aac49ca223131

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02ff6e898197cc1e9fa375581382b72498eb2e6d5fc0b53f03e496cfee3fac6d
MD5 0cd9bae3530bb312f6fe6748fc3dd32f
BLAKE2b-256 71d3751c6dc673211a5cad695a59f782013e3f0f466d16ecaf9a34f0167f5e98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coverage-7.5.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cdd31315fc20868c194130de9ee6bfd99755cc9565edff98ecc12585b90be882
MD5 bdc813c5809ee9c24a95f17602110a75
BLAKE2b-256 f2825ddb436de663abe2ec566461fa106f9f344afae339f0f56963f020fd94b4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page