summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
authorChris Hunt <chrahunt@gmail.com>2019-11-30 19:13:06 -0500
committerChris Hunt <chrahunt@gmail.com>2020-07-07 21:58:55 -0400
commitcb540f30e330c7846deb30c0a8e74746316dc9b1 (patch)
tree8fc6c901822a6f6f10f6eee56d83b4e069ad58e8 /.coveragerc
parent04c861ec17fc0f7dd449da7cbfb7edba4d543746 (diff)
downloadpip-cb540f30e330c7846deb30c0a8e74746316dc9b1.tar.gz
Add basic test coverage configuration
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
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc4
1 files changed, 0 insertions, 4 deletions
diff --git a/.coveragerc b/.coveragerc
deleted file mode 100644
index 5f833c94a..000000000
--- a/.coveragerc
+++ /dev/null
@@ -1,4 +0,0 @@
-[run]
-branch = True
-omit =
- src/pip/_vendor/*