summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index acd99f12..53d9dccc 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,9 @@ pysmoke:
# Run tests with the Python tracer in the lowest supported Python versions.
COVERAGE_NO_CTRACER=1 tox -q -e py27,py35 -- $(PYTEST_SMOKE_ARGS)
+# Coverage measurement of coverage.py itself (meta-coverage). See metacov.ini
+# for details.
+
metacov:
COVERAGE_COVERAGE=yes tox $(ARGS)