summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-25 19:36:48 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-25 19:36:48 -0400
commit3a0cd38f6799a281f312d54c8ec0c1d2ce0287f2 (patch)
treea106e42ff50be1855cacd5d36f120cd73caf7708 /igor.py
parent2e932f3a18e49dbd334b3c47af47c99c82917198 (diff)
downloadpython-coveragepy-3a0cd38f6799a281f312d54c8ec0c1d2ce0287f2.tar.gz
Need this to keep metahtml working now.
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/igor.py b/igor.py
index 85b627a..24c306b 100644
--- a/igor.py
+++ b/igor.py
@@ -168,6 +168,7 @@ def do_combine_html():
"""Combine data from a meta-coverage run, and make the HTML report."""
import coverage
os.environ['COVERAGE_HOME'] = os.getcwd()
+ os.environ['COVERAGE_METAFILE'] = os.path.abspath(".metacov")
cov = coverage.Coverage(config_file="metacov.ini")
cov.load()
cov.combine()