summaryrefslogtreecommitdiff
path: root/.coveragerc
Commit message (Collapse)AuthorAgeFilesLines
* Add basic test coverage configurationChris Hunt2020-07-071-4/+0
| | | | | | | | | | | | | | | | | This handles: * Sub-processes within unit tests (thanks pytest-cov) * Our pytest-fixture-based virtual environments and subprocesses therein * Running with xdist (e.g. `-n auto`) * Combining results from all of the above using paths rooted with `src/pip/*` This doesn't handle: * Platform-specific branches * Python 2 * CI integration
* Add a coverage job for Python 3 to toxPradyun Gedam2017-11-141-1/+1
|
* Show coverage information for testsDonald Stufft2014-06-301-0/+4