summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
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 5989c11b..14adc60a 100644
--- a/igor.py
+++ b/igor.py
@@ -181,6 +181,7 @@ def do_combine_html():
cov.combine()
cov.save()
cov.html_report()
+ cov.xml_report()
def do_test_with_tracer(tracer, *noseargs):