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 c01cc759..12e63f09 100644
--- a/igor.py
+++ b/igor.py
@@ -200,6 +200,7 @@ def do_combine_html():
show_contexts = bool(os.environ.get('COVERAGE_DYNCTX') or os.environ.get('COVERAGE_CONTEXT'))
cov.html_report(show_contexts=show_contexts)
cov.xml_report()
+ cov.json_report(pretty_print=True)
def do_test_with_tracer(tracer, *runner_args):