summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--igor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/igor.py b/igor.py
index 85b627a2..24c306b9 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()