summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/igor.py b/igor.py
index 14adc60a..8e172db0 100644
--- a/igor.py
+++ b/igor.py
@@ -172,7 +172,7 @@ def run_tests_with_coverage(tracer, *nose_args):
def do_combine_html():
- """Combine data from a meta-coverage run, and make the HTML report."""
+ """Combine data from a meta-coverage run, and make the HTML and XML reports."""
import coverage
os.environ['COVERAGE_HOME'] = os.getcwd()
os.environ['COVERAGE_METAFILE'] = os.path.abspath(".metacov")