Skip to main content

Code coverage testing for Python.

License Python versions supported Package stability Documentation
Build status Windows build status Coverage!
PyPI status Kit format See latest work
Say thanks :)

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 many versions of Python:

  • CPython 2.6, 2.7 and 3.3 through 3.6.

  • PyPy2 5.6 and PyPy3 5.5.

  • Jython 2.7.1, though not for reporting.

  • IronPython 2.7.7, though not for reporting.

Documentation is on Read the Docs. Code repository and issue tracker are on Bitbucket, with a mirrored repository on GitHub.

New in 4.4: Suppressable warnings, continuous coverage measurement.

New in 4.3: HTML --skip-covered, sys.excepthook support, tox.ini support.

New in 4.2: better support for multiprocessing and combining data.

New in 4.1: much-improved branch coverage.

New in 4.0: --concurrency, plugins for non-Python files, setup.cfg support, –skip-covered, HTML filtering, and more than 50 issues closed.

Getting Started

See the Quick Start section of the docs.

License

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

Release files for coverage 4.4.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for coverage 4.4.1
File Size Uploaded
coverage-4.4.1.tar.gz 369.8 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for coverage 4.4.1
File
coverage-4.4.1.win-amd64-py3.6.exe Details
coverage-4.4.1.win-amd64-py3.5.exe Details
coverage-4.4.1.win-amd64-py3.4.exe Details
coverage-4.4.1.win-amd64-py2.7.exe Details
coverage-4.4.1.win-amd64-py2.6.exe Details
coverage-4.4.1.win32-py3.6.exe Details
coverage-4.4.1.win32-py3.5.exe Details
coverage-4.4.1.win32-py3.4.exe Details
coverage-4.4.1.win32-py2.7.exe Details
coverage-4.4.1.win32-py2.6.exe Details
coverage-4.4.1-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
coverage-4.4.1-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
coverage-4.4.1-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
coverage-4.4.1-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
coverage-4.4.1-cp36-cp36m-macosx_10_10_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.10+ x86-64 Details
coverage-4.4.1-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
coverage-4.4.1-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
coverage-4.4.1-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
coverage-4.4.1-cp35-cp35m-manylinux1_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 Details
coverage-4.4.1-cp35-cp35m-macosx_10_10_x86_64.whl CPython 3.5 CPython 3.5 pymalloc macOS 10.10+ x86-64 Details
coverage-4.4.1-cp34-cp34m-win_amd64.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-64 Details
coverage-4.4.1-cp34-cp34m-win32.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-32 Details
coverage-4.4.1-cp34-cp34m-manylinux1_x86_64.whl CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64 Details
coverage-4.4.1-cp34-cp34m-manylinux1_i686.whl CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-32 Details
coverage-4.4.1-cp34-cp34m-macosx_10_10_x86_64.whl CPython 3.4 CPython 3.4 pymalloc macOS 10.10+ x86-64 Details
coverage-4.4.1-cp33-cp33m-manylinux1_x86_64.whl CPython 3.3 CPython 3.3 pymalloc Linux glibc 2.5+ x86-64 Details
coverage-4.4.1-cp33-cp33m-manylinux1_i686.whl CPython 3.3 CPython 3.3 pymalloc Linux glibc 2.5+ x86-32 Details
coverage-4.4.1-cp33-cp33m-macosx_10_10_x86_64.whl CPython 3.3 CPython 3.3 pymalloc macOS 10.10+ x86-64 Details
coverage-4.4.1-cp27-cp27mu-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64 Details
coverage-4.4.1-cp27-cp27mu-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32 Details
coverage-4.4.1-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
coverage-4.4.1-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
coverage-4.4.1-cp27-cp27m-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64 Details
coverage-4.4.1-cp27-cp27m-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32 Details
coverage-4.4.1-cp27-cp27m-macosx_10_12_intel.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.12+ Intel (x86-64, i386) Details
coverage-4.4.1-cp27-cp27m-macosx_10_10_x86_64.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.10+ x86-64 Details
coverage-4.4.1-cp26-cp26mu-manylinux1_x86_64.whl CPython 2.6 CPython 2.6 pymalloc wide-unicode Linux glibc 2.5+ x86-64 Details
coverage-4.4.1-cp26-cp26mu-manylinux1_i686.whl CPython 2.6 CPython 2.6 pymalloc wide-unicode Linux glibc 2.5+ x86-32 Details
coverage-4.4.1-cp26-cp26m-win_amd64.whl CPython 2.6 CPython 2.6 pymalloc Windows x86-64 Details
coverage-4.4.1-cp26-cp26m-win32.whl CPython 2.6 CPython 2.6 pymalloc Windows x86-32 Details
coverage-4.4.1-cp26-cp26m-manylinux1_x86_64.whl CPython 2.6 CPython 2.6 pymalloc Linux glibc 2.5+ x86-64 Details
coverage-4.4.1-cp26-cp26m-manylinux1_i686.whl CPython 2.6 CPython 2.6 pymalloc Linux glibc 2.5+ x86-32 Details
coverage-4.4.1-cp26-cp26m-macosx_10_10_x86_64.whl CPython 2.6 CPython 2.6 pymalloc macOS 10.10+ x86-64 Details

Total release size: 12.7 MB

Release files / coverage-4.4.1.tar.gz

Download URL coverage-4.4.1.tar.gz
Size 369.8 kB
Tags Source
SHA-256 checksum
How to use checksums
7a9c44400ee0f3b4546066e0710e1250fd75831adc02ab99dda176ad8726f424
BLAKE2b-256 checksum
How to use checksums
36db690ee79312bb60f121c0da1c973856ddb751afe09cc10caec1452208eaf4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1.win-amd64-py3.6.exe

Download URL coverage-4.4.1.win-amd64-py3.6.exe
Size 884.6 kB
Tags Source
SHA-256 checksum
How to use checksums
ce9ef0fc99d11d418662e36fd8de6d71b19ec87c2eab961a117cc9d087576e72
BLAKE2b-256 checksum
How to use checksums
2f645ae2cd6db2fefa1d1521ff081aa5e5ef10dbf7bef61128b8aeb53267d5f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1.win-amd64-py3.5.exe

Download URL coverage-4.4.1.win-amd64-py3.5.exe
Size 884.6 kB
Tags Source
SHA-256 checksum
How to use checksums
e61a4ba0b2686040cb4828297c7e37bcaf3a1a1c0bc0dbe46cc789dde51a80fa
BLAKE2b-256 checksum
How to use checksums
7fbb9d518a4fc1c0e3f193ad32706c56386f0bd8fe1d01ad3de2ddd5090e4e6c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1.win-amd64-py3.4.exe

Download URL coverage-4.4.1.win-amd64-py3.4.exe
Size 516.5 kB
Tags Source
SHA-256 checksum
How to use checksums
0fa423599fc3d9e18177f913552cdb34a8d9ad33efcf52a98c9d4b644edb42c5
BLAKE2b-256 checksum
How to use checksums
00c163280c27c8721bf59ca4a818265db5ff2829a7a0a421cf7479e829a08ec6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1.win-amd64-py2.7.exe

Download URL coverage-4.4.1.win-amd64-py2.7.exe
Size 518.1 kB
Tags Source
SHA-256 checksum
How to use checksums
1a41d621aa9b6ab6457b557a754d50aaff0813fad3453434de075496fca8a183
BLAKE2b-256 checksum
How to use checksums
6a00a07f3c51d5b05d7433e1ae604d28f7998ce9471812d6f1421037bce085ac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1.win-amd64-py2.6.exe

Download URL coverage-4.4.1.win-amd64-py2.6.exe
Size 518.4 kB
Tags Source
SHA-256 checksum
How to use checksums
8bb7c8dca54109b61013bc4114d96effbf10dea136722c586bce3a5d9fc4e730
BLAKE2b-256 checksum
How to use checksums
bc3a0b8cdbeb97b3d71307485c7f22c26c675134cfce2a2cf54496e28d789bc6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1.win32-py3.6.exe

Download URL coverage-4.4.1.win32-py3.6.exe
Size 745.6 kB
Tags Source
SHA-256 checksum
How to use checksums
4a678e1b9619a29c51301af61ab84122e2f8cc7a0a6b40854b808ac6be604300
BLAKE2b-256 checksum
How to use checksums
d62874db04bf8ec98629fa5045b297a62b5782c319fa5645a48d642f7b25bb9e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1.win32-py3.5.exe

Download URL coverage-4.4.1.win32-py3.5.exe
Size 745.6 kB
Tags Source
SHA-256 checksum
How to use checksums
9824e15b387d331c0fc0fef905a539ab69784368a1d6ac3db864b4182e520948
BLAKE2b-256 checksum
How to use checksums
cb84903ac6b46a893c1631a29c6acedda1904599e02b87ebc1a8f1e54d6a5480
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1.win32-py3.4.exe

Download URL coverage-4.4.1.win32-py3.4.exe
Size 476.9 kB
Tags Source
SHA-256 checksum
How to use checksums
36aa6c8db83bc27346ddcd8c2a60846a7178ecd702672689d3ea1828eb1a4d11
BLAKE2b-256 checksum
How to use checksums
f2a8adafbef7cec055437e0594ef882319d90dbe4b28c764d31c6f96384d3af5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1.win32-py2.7.exe

Download URL coverage-4.4.1.win32-py2.7.exe
Size 481.9 kB
Tags Source
SHA-256 checksum
How to use checksums
52964fae0fafef8bd283ad8e9a9665205a9fdf912535434defc0ec3def1da26b
BLAKE2b-256 checksum
How to use checksums
44051d6c211c249a8678fae3225fe1f43b6c96be01e6c652b25c7a97c8407c80
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1.win32-py2.6.exe

Download URL coverage-4.4.1.win32-py2.6.exe
Size 482.2 kB
Tags Source
SHA-256 checksum
How to use checksums
0f649e68db74b1b5b8ca4161d08eb2b8fa8ae11af1ebfb80e80e112eb0ef5300
BLAKE2b-256 checksum
How to use checksums
cfc4361224285ca313a1f98571335b710b60a18d56ab9f92cc1b539bbc0c8fdf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp36-cp36m-win_amd64.whl

Download URL coverage-4.4.1-cp36-cp36m-win_amd64.whl
Size 175.0 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
4047dc83773869701bde934fb3c4792648eda7c0e008a77a0aec64157d246801
BLAKE2b-256 checksum
How to use checksums
e92af7bc560b1754a41f85d2b62091903816881d2fd3615f586f2800b771e36a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp36-cp36m-win32.whl

Download URL coverage-4.4.1-cp36-cp36m-win32.whl
Size 173.7 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
d7b70b7b4eb14d0753d33253fe4f121ca99102612e2719f0993607deb30c6f33
BLAKE2b-256 checksum
How to use checksums
a2c7e371155c9c9c4a223f218db5796952a9b4c826a94e50b2d4005d294a92c8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp36-cp36m-manylinux1_x86_64.whl

Download URL coverage-4.4.1-cp36-cp36m-manylinux1_x86_64.whl
Size 196.4 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
a5ed27ad3e8420b2d6b625dcbd3e59488c14ccc06030167bcf14ffb0f4189b77
BLAKE2b-256 checksum
How to use checksums
129fb5030263383b551ae844b2365b9a607a3266c48b0f7cc55fc2a6c852d6e3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp36-cp36m-manylinux1_i686.whl

Download URL coverage-4.4.1-cp36-cp36m-manylinux1_i686.whl
Size 193.8 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
b7f7283eb7badd2b8a9c6a9d6eeca200a0a24db6be79baee2c11398f978edcaa
BLAKE2b-256 checksum
How to use checksums
856cc85bc4017b8da9aaeaeab358944f5d4929e0a415882a3558938a1a145c2d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp36-cp36m-macosx_10_10_x86_64.whl

Download URL coverage-4.4.1-cp36-cp36m-macosx_10_10_x86_64.whl
Size 172.1 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.10+ x86-64
SHA-256 checksum
How to use checksums
c820a533a943ebc860acc0ce6a00dd36e0fdf2c6f619ff8225755169428c5fa2
BLAKE2b-256 checksum
How to use checksums
c215ea17c2b00c623015ea8345aebee68f6b4e7ab0a80865714ee0deb7829ddc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp35-cp35m-win_amd64.whl

Download URL coverage-4.4.1-cp35-cp35m-win_amd64.whl
Size 175.0 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
ec596e4401553caa6dd2e3349ce47f9ef82c1f1bcba5d8ac3342724f0df8d6ff
BLAKE2b-256 checksum
How to use checksums
1c723fcea6bfffd43b5439e1c59df479ce3a94239e308d9554d30476c8106e37
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp35-cp35m-win32.whl

Download URL coverage-4.4.1-cp35-cp35m-win32.whl
Size 173.7 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
e00fe141e22ce6e9395aa24d862039eb180c6b7e89df0bbaf9765e9aebe560a9
BLAKE2b-256 checksum
How to use checksums
a0e7a958dae66bed8ca1ab971703e3f44342538e0a34db6e843f02d30a498f5d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp35-cp35m-manylinux1_x86_64.whl

Download URL coverage-4.4.1-cp35-cp35m-manylinux1_x86_64.whl
Size 196.4 kB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
0f1883eab9c19aa243f51308751b8a2a547b9b817b721cc0ecf3efb99fafbea7
BLAKE2b-256 checksum
How to use checksums
c41587d9388a21dce70b1cb9a4db98cf7b114009cf0a68f11918bacabd129dd0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp35-cp35m-manylinux1_i686.whl

Download URL coverage-4.4.1-cp35-cp35m-manylinux1_i686.whl
Size 193.8 kB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
57f510bb16efaec0b6f371b64a8000c62e7e3b3e48e8b0a5745ade078d849814
BLAKE2b-256 checksum
How to use checksums
a40379fbf3f5090bb9793a12d05b79d9e2b43ff8d6a2ef63dad4ca04b330699e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp35-cp35m-macosx_10_10_x86_64.whl

Download URL coverage-4.4.1-cp35-cp35m-macosx_10_10_x86_64.whl
Size 172.1 kB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.10+ x86-64
SHA-256 checksum
How to use checksums
2a08e978f402696c6956eee9d1b7e95d3ad042959b71bafe1f3e4557cbd6e0ac
BLAKE2b-256 checksum
How to use checksums
ce368264ad67371737e80604c7dc6c6d8c9b51eaa5867cde7f8cf7e667c43f82
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp34-cp34m-win_amd64.whl

Download URL coverage-4.4.1-cp34-cp34m-win_amd64.whl
Size 172.4 kB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
a2f7106d1167825c4115794c2ba57cc3b15feb6183db5328fa66f94c12902d8b
BLAKE2b-256 checksum
How to use checksums
60715a98dbea9c3a478753d1f075fef58982f65ef5eb122131df8b56ddc42d21
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp34-cp34m-win32.whl

Download URL coverage-4.4.1-cp34-cp34m-win32.whl
Size 172.3 kB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
17709e22e4c9f5412ba90f446fb13b245cc20bf4a60377021bbff6c0f1f63e7c
BLAKE2b-256 checksum
How to use checksums
73ed76a333488a402d3c1fe34c730e677b64eb661ad1b77f10f55bb13f2e2b2d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp34-cp34m-manylinux1_x86_64.whl

Download URL coverage-4.4.1-cp34-cp34m-manylinux1_x86_64.whl
Size 196.2 kB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
c3e2736664a6074fc9bd54fb643f5af0fc60bfedb2963b3d3f98c7450335e34c
BLAKE2b-256 checksum
How to use checksums
d589bfc9d0767830168668f01bd992b99b3fa87f98819c88be2ae07c11aa6428
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp34-cp34m-manylinux1_i686.whl

Download URL coverage-4.4.1-cp34-cp34m-manylinux1_i686.whl
Size 193.6 kB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
ef43a06a960b46c73c018704051e023ee6082030f145841ffafc8728039d5a88
BLAKE2b-256 checksum
How to use checksums
a7800649c42a6412636944d42d50c0c7d6850952c5ee0f719b47e2d7babbc2b9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp34-cp34m-macosx_10_10_x86_64.whl

Download URL coverage-4.4.1-cp34-cp34m-macosx_10_10_x86_64.whl
Size 172.0 kB
Tags CPython 3.4 CPython 3.4 pymalloc macOS 10.10+ x86-64
SHA-256 checksum
How to use checksums
16db2c69a1acbcb3c13211e9f954e22b22a729909d81f983b6b9badacc466eda
BLAKE2b-256 checksum
How to use checksums
cdc72f4280974d848a3cae16084e8a0064f432b087f7dbbc414bffee3072b091
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp33-cp33m-manylinux1_x86_64.whl

Download URL coverage-4.4.1-cp33-cp33m-manylinux1_x86_64.whl
Size 194.1 kB
Tags CPython 3.3 CPython 3.3 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
8801880d32f11b6df11c32a961e186774b4634ae39d7c43235f5a24368a85f07
BLAKE2b-256 checksum
How to use checksums
5781521ff8936150da3472959f53c4c1fdbf0ca387be3043212245a6db594079
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp33-cp33m-manylinux1_i686.whl

Download URL coverage-4.4.1-cp33-cp33m-manylinux1_i686.whl
Size 192.1 kB
Tags CPython 3.3 CPython 3.3 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
53770b20ac5b4a12e99229d4bae57af0945be87cc257fce6c6c7571a39f0c5d4
BLAKE2b-256 checksum
How to use checksums
b27cdde541732ceac8b905d466583bf21c15e98ef145781d713ffd81825b997f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp33-cp33m-macosx_10_10_x86_64.whl

Download URL coverage-4.4.1-cp33-cp33m-macosx_10_10_x86_64.whl
Size 172.0 kB
Tags CPython 3.3 CPython 3.3 pymalloc macOS 10.10+ x86-64
SHA-256 checksum
How to use checksums
9681efc2d310cfc53863cc6f63e88ebe7a48124550fa822147996cb09390b6ab
BLAKE2b-256 checksum
How to use checksums
0491558a8517f4d302e8814f9553fb4dca1bc7dd46517c76f23c881974ff22ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp27-cp27mu-manylinux1_x86_64.whl

Download URL coverage-4.4.1-cp27-cp27mu-manylinux1_x86_64.whl
Size 193.4 kB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
381be5d31d3f0d912334cf2c159bc7bea6bfe6b0e3df6061a3bf2bf88359b1f6
BLAKE2b-256 checksum
How to use checksums
0c1ee6184bd25266554d1443393b36163680689e988266550f4560d16e814ba2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp27-cp27mu-manylinux1_i686.whl

Download URL coverage-4.4.1-cp27-cp27mu-manylinux1_i686.whl
Size 191.9 kB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
dfb011587e2b7299112f08a2a60d2601706aac9abde37aa1177ea825adaed923
BLAKE2b-256 checksum
How to use checksums
c1d9b5139059d7e9ae844afca10df5b729da1f982ef19f91a7d59e45c62a7a26
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp27-cp27m-win_amd64.whl

Download URL coverage-4.4.1-cp27-cp27m-win_amd64.whl
Size 172.5 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
dfd35f1979da31bcabbe27bcf78d4284d69870731874af629082590023a77336
BLAKE2b-256 checksum
How to use checksums
711fa6c61366e325756f7573c678696586199209e2bb013e946aa33cf66abe93
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp27-cp27m-win32.whl

Download URL coverage-4.4.1-cp27-cp27m-win32.whl
Size 172.3 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
83a477ac4f55a6ef59552683a0544d47b68a85ce6a80fd0ca6b3dc767f6495fb
BLAKE2b-256 checksum
How to use checksums
8d3da76fda010c7a51273b772852187fcb5acb586f1bc1fcc980d3f82c751fd8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp27-cp27m-manylinux1_x86_64.whl

Download URL coverage-4.4.1-cp27-cp27m-manylinux1_x86_64.whl
Size 193.3 kB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
13ef9f799c8fb45c446a239df68034de3a6f3de274881b088bebd7f5661f79f8
BLAKE2b-256 checksum
How to use checksums
85bee8eaf43a50a2c188adf03c6ae43f059885910ea0bff649f6bd336742bbbe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp27-cp27m-manylinux1_i686.whl

Download URL coverage-4.4.1-cp27-cp27m-manylinux1_i686.whl
Size 191.9 kB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
7f1eacae700c66c3d7362a433b228599c9d94a5a3a52613dddd9474e04deb6bc
BLAKE2b-256 checksum
How to use checksums
70a0feb561b542f0ad3545b926c2aa70bc83a4e14cc1dc118c96334949f0cfd9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp27-cp27m-macosx_10_12_intel.whl

Download URL coverage-4.4.1-cp27-cp27m-macosx_10_12_intel.whl
Size 177.3 kB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.12+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
700040c354f0230287906b1276635552a3def4b646e0145555bc9e2e5da9e365
BLAKE2b-256 checksum
How to use checksums
277da4c959bd6086f3d45cedbf2b7952f3dbbced42ad30e4079eeebb43e7061f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp27-cp27m-macosx_10_10_x86_64.whl

Download URL coverage-4.4.1-cp27-cp27m-macosx_10_10_x86_64.whl
Size 172.1 kB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.10+ x86-64
SHA-256 checksum
How to use checksums
f9e83b39d29c2815a38e4118d776b482d4082b5bf9c9147fbc99a3f83abe480a
BLAKE2b-256 checksum
How to use checksums
2de18e9c43128d459a386e8340dbb5ffeb38c467b18abaf9687b041c726e5796
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp26-cp26mu-manylinux1_x86_64.whl

Download URL coverage-4.4.1-cp26-cp26mu-manylinux1_x86_64.whl
Size 193.3 kB
Tags CPython 2.6 CPython 2.6 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
ef574ab9640bcfa2f3c671831faf03f65788945fdf8efa4d4a1fffc034838e2a
BLAKE2b-256 checksum
How to use checksums
c0670fa2361d4ad370ec4c69ceca8701e150099d8c8046b77bae4ed9573a2c4b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp26-cp26mu-manylinux1_i686.whl

Download URL coverage-4.4.1-cp26-cp26mu-manylinux1_i686.whl
Size 191.8 kB
Tags CPython 2.6 CPython 2.6 pymalloc wide-unicode Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
483ed14080c5301048128bb027b77978c632dd9e92e3ecb09b7e28f5b92abfcf
BLAKE2b-256 checksum
How to use checksums
be56990d2aa2f5775bc339709c333b06863cb2855696581665c6e94f7f922175
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp26-cp26m-win_amd64.whl

Download URL coverage-4.4.1-cp26-cp26m-win_amd64.whl
Size 172.8 kB
Tags CPython 2.6 CPython 2.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
5dea90ed140e7fa9bc00463313f9bc4a6e6aff297b4969615e7a688615c4c4d2
BLAKE2b-256 checksum
How to use checksums
cafbbe0688b98c65b7580e236decca433098e6fb2dd4de6589522ec62d67a75f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp26-cp26m-win32.whl

Download URL coverage-4.4.1-cp26-cp26m-win32.whl
Size 172.5 kB
Tags CPython 2.6 CPython 2.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
c5a205b4da3c624f5119dc4d84240789b5906bb8468902ec22dcc4aad8aa4638
BLAKE2b-256 checksum
How to use checksums
bffb552618c65289589295e6f9361574afe7d2b11e8bcbbf8e80b49c280bf3ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp26-cp26m-manylinux1_x86_64.whl

Download URL coverage-4.4.1-cp26-cp26m-manylinux1_x86_64.whl
Size 193.3 kB
Tags CPython 2.6 CPython 2.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
83e955b975666b5a07d217135e7797857ce844eb340a99e46cc25525120417c4
BLAKE2b-256 checksum
How to use checksums
507cf8783573f9416b854b6c92617511af130ce0023f49c6335c1c9ebc7beb30
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp26-cp26m-manylinux1_i686.whl

Download URL coverage-4.4.1-cp26-cp26m-manylinux1_i686.whl
Size 191.8 kB
Tags CPython 2.6 CPython 2.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
97a7ec51cdde3a386e390b159b20f247ccb478084d925c75f1faa3d26c01335e
BLAKE2b-256 checksum
How to use checksums
76bcc7d1e47d49d81c5a9a959e4ea803e2347a04a51d6b90d1466d02a23d2f84
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / coverage-4.4.1-cp26-cp26m-macosx_10_10_x86_64.whl

Download URL coverage-4.4.1-cp26-cp26m-macosx_10_10_x86_64.whl
Size 172.0 kB
Tags CPython 2.6 CPython 2.6 pymalloc macOS 10.10+ x86-64
SHA-256 checksum
How to use checksums
c1456f66c536010cf9e4633a8853a9153e8fd588393695295afd4d0fc16c1d74
BLAKE2b-256 checksum
How to use checksums
3de7c101c039608c30691802ece6fb2b638042ef78fb54f6da31971f3570f9fd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

7.9.1

67 release files

7.9.0

67 release files

7.8.2

67 release files

7.8.1

63 release files

7.8.0

63 release files

7.7.1

63 release files

7.7.0

63 release files

7.6.8

62 release files

7.6.7

62 release files

7.6.6

62 release files

7.6.5

62 release files

7.6.4

62 release files

7.6.3

62 release files

7.6.0

52 release files

7.5.4

52 release files

7.5.3

52 release files

7.5.2

52 release files

7.5.0

52 release files

7.4.4

52 release files

7.4.3

52 release files

7.4.2

52 release files

7.4.1

52 release files

7.4.0

52 release files

7.3.4

52 release files

7.3.3

52 release files

7.3.0

52 release files

7.2.7

60 release files

7.2.6

51 release files

7.2.5

51 release files

7.2.4

51 release files

7.2.2

51 release files

7.2.1

51 release files

7.2.0

51 release files

7.1.0

51 release files

7.0.5

51 release files

7.0.1

51 release files

7.0.0

51 release files

6.5.0

50 release files

6.4.4

50 release files

6.4.2

41 release files

6.4

41 release files

6.3.3

41 release files

6.3.2

41 release files

6.3

41 release files

6.2

47 release files

6.1.2

47 release files

6.1.1

46 release files

6.1

34 release files

6.0.2

33 release files

6.0

35 release files

5.5

52 release files

5.4

49 release files

5.3.1

49 release files

5.3

34 release files

5.2.1

34 release files

5.2

34 release files

5.1

31 release files

5.0.4

31 release files

5.0.3

31 release files

5.0.1

31 release files

5.0

31 release files

4.5.4

32 release files

4.5.3

41 release files

4.5.2

41 release files

4.5.1

41 release files

4.5

36 release files

This release

4.4.1 This release

44 release files

4.4

40 release files

4.3.4

44 release files

4.3.3

28 release files

4.3.2

28 release files

4.3.1

28 release files

4.3

28 release files

4.2

28 release files

4.1

29 release files

4.0.3

27 release files

4.0.1

27 release files

4.0

27 release files

3.7.1

15 release files

3.7

5 release files

3.6

11 release files

3.5.3

6 release files

3.5.2

5 release files

3.5.1

5 release files

3.5

5 release files

3.4

13 release files

3.3.1

9 release files

3.3

9 release files

3.2

8 release files

3.1

6 release files

3.0.1

5 release files

3.0

5 release files

2.85

2.80

2.78

2.77

2.76

2.75

2.8

2.6

2.5

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page