summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-12-01 22:41:14 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-12-01 22:41:14 -0500
commitfa7f80d3caf47c7668ef511646bd2212bb491c0b (patch)
treebc79b7d47dccb03d4add9cba00858d86e6eb386f /Makefile
parentb9c082a8e8f1661c2a152c1db85e658bf98412cc (diff)
downloadpython-coveragepy-fa7f80d3caf47c7668ef511646bd2212bb491c0b.tar.gz
Cross-platform coveage measurement.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f4af63d..8968549 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,8 @@ tests:
metacov:
COVERAGE_COVERAGE=yes tox
+
+metahtml:
python igor.py combine_html
# Kitting