summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-15 21:32:36 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-15 21:32:36 -0400
commit081f08e49af02c21eec8db51567b277f58a4376f (patch)
treed89c9f7be2edb010f010a8a79b34b21501632e92 /igor.py
parent4d02974db4b862fc7981a1258501ed5c8ecb5479 (diff)
downloadpython-coveragepy-git-081f08e49af02c21eec8db51567b277f58a4376f.tar.gz
Let igor do the XML report.
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):