coveragepy
coveragepy copied to clipboard
The code coverage tool for Python
When I am trying to run the test case i am able to run it.using following command >pytest In the output I can see this test_sample.py 100% When I am...
I am unable to get .coverage file in local system when using `docker compose up`. But .coverage file is getting emitted in case of `docker compose run` command but not...
New Issue to separate the discussion on #582. Here is a gist file for the test: https://gist.github.com/hhslepicka/3153c9c2ac27dee4398754dce6a11fea *Environment:* * macOS High Sierra - 10.13.5 * Tested with Python 2.7 and...
**Describe the bug** Using `COVERAGE_CORE=sysmon` with branch coverage can be 2x slower than default. Note the 2x likely depends on the code whose coverage is measured. Trying different variations of...
**Describe the bug** We have code that is run in Azure DevOps using Python's multiprocessing library executed via Python's built-in unittest module. With print() statements in the parallel code we...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Dear Coverage Team, I...
*Originally reported by* **Anonymous** ---------------------------------------- It is often the case that a feature will be added in one commit, but there isn't any client code that calls a particular method...
**Is your feature request related to a problem? Please describe.** The django-coverage plugin wants to examine the current list of plugins in its tests. It also wants to know whether...
**Is your feature request related to a problem? Please describe.** I currently want to **measure coverage** of my function **in a child process through API,** and **send** the coverage info...
coverage 7.5.4 -------------- When running `python -m coverage json -q -o /dev/stdout` I get this error ``` python -m coverage run -m unittest python -m coverage json -q -o /dev/stdout...