Ned Batchelder
Ned Batchelder
*Originally reported by* **Anonymous** ---------------------------------------- I recently tried to measure coverage of a program that calls os.execvpe, essentially causing the process to be replaced by a different one. This did...
*Originally reported by* **Samuel Colvin (Bitbucket: [samuelcolvin](https://bitbucket.org/samuelcolvin), GitHub: [samuelcolvin](https://github.com/samuelcolvin))** ---------------------------------------- I'm getting `CoverageException: Can't combine line data with arc dat` when using coverage with the pytest-cov pytest extension. I think...
*Originally reported by* **Anonymous** ---------------------------------------- Hi there, we are relying on the XML coverage report generated in `coverage.xml` for our analysis. In previous versions of coverage, when we run the...
Debug output goes to stderr, or the file indicated by the COVERAGE_DEBUG_FILE environment variable. It should also be settable in the configuration file.
*Originally reported by* **Anonymous** ---------------------------------------- Hello, I didn't find this option anywhere in the documentation so i hope i haven't missed anything. The idea is that right now we can...
I would like to collect metrics about commit message conformance in a large collection of repos (https://github.com/edx). Gitlint looks perfect for the "brains" of the measurement, but I think I...
When I don't know which file I am looking at, I use "L" to see the file name. Pudb could display the name in the title of the source pane.
The "L" dialog and the "?" help dialog should close if you press the "Esc" key.
* gevent version: 1.3b1 (or later, also broken with 1.4.0) * Python version: CPython 3.6.7 * Operating System: Mac OS 10.13.6 ### Description: Using coverage.py to measure coverage. Lines after...
* gevent version: 1.3.2 * Python version: All CPython 3.x on Windows * Operating System: Windows on AppVeyor ### Description: I try to test coverage.py against the latest gevent. When...