summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-28 08:08:36 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-28 08:08:36 -0500
commitd17be155d85afb2bc804693deacfd2e1c5f8738e (patch)
tree4d327ff3ed4bbf39c7470da995eec6255548f3b3 /Makefile
parentef79b4eb91c5a88f48a630c1eed46134d98733d8 (diff)
downloadpython-coveragepy-git-d17be155d85afb2bc804693deacfd2e1c5f8738e.tar.gz
test(feat): track test times, and balance xdist workers
In the end, this seems to only speed things up by about 5%
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3609b11c..53d2f051 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ metahtml: ## Produce meta-coverage HTML reports.
python igor.py combine_html
metasmoke:
- COVERAGE_NO_PYTRACER=1 ARGS="-e py39" make clean metacov metahtml
+ COVERAGE_NO_PYTRACER=1 ARGS="-e py39" make metacov metahtml
PIP_COMPILE = pip-compile --upgrade --allow-unsafe
upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade