coveragepy icon indicating copy to clipboard operation
coveragepy copied to clipboard

The code coverage tool for Python

Results 302 coveragepy issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Running our tests with coverage 7.11.3 is taking about twice as long as 7.11.0. This only occurs on Python 3.14. **To Reproduce** How can we reproduce the...

bug

**Describe the bug** Upgrading from 7.11.0 to 7.12.0 results in all test jobs on Python 3.14 hanging indefinitely. Our CI ends up running for hours without completing. **To Reproduce** https://github.com/aio-libs/aiohttp/actions/runs/19859227909/job/56904837555?pr=11794

bug

This PR improves the partial branch coverage documentation by adding the missing examples. Fixes #1597

**Is your feature request related to a problem? Please describe.** Can you make the color of the processed ones "blue" instead of "green" so it's more distinguishable from "red" for...

enhancement

**Describe the bug** Running a script with a custom `pdb.set_trace()` wrapper on 3.14 results in the debugger stopping at the wrong location (one line over) **To Reproduce** Click to show...

bug

So looking at #2082, it occurred to me that it would be nice to have metrics/trends on performance. And I remembered that we use Codspeed for this in @aio-libs. It's...

enhancement

Since commit 8b9cecc43a8f2491b3d63f549cc3809a9f2b2b24, the logging in sysmon.py causes a deadlock during the test_stdlib test: ``` % rm -f /tmp/foo.out; COVERAGE_SYSMON_LOG=1 tox -q -e py314 -- -n 0 -vvv Skipping tests...

bug

*Originally reported by* **Anonymous** ---------------------------------------- This is a feature request rather than an actual issue. I apologize if this is not the apropirate forum for this. I was wondering if...

enhancement
html

**Is your feature request related to a problem? Please describe.** I am generating coverage data for several hundred files with many sub-packages. The filter at the top of the index...

enhancement
html

Take a look at https://pypi.org/project/coveragePy - that is not your library but the package name does match your repository name. The project does not really exists and I am pretty...

bug
kit