We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c70761 commit 75f9d51Copy full SHA for 75f9d51
igor.py
@@ -248,6 +248,7 @@ def do_combine_html():
248
os.getenv("COVERAGE_DYNCTX") or os.getenv("COVERAGE_CONTEXT"),
249
)
250
cov.html_report(show_contexts=show_contexts)
251
+ cov.json_report(show_contexts=show_contexts, pretty_print=True)
252
253
254
def do_test_with_core(core, *runner_args):
0 commit comments