Skip to content

Commit 75f9d51

Browse files
committedMay 14, 2024
test(build): when running metacov, create json report
1 parent 5c70761 commit 75f9d51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎igor.py

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ def do_combine_html():
248248
os.getenv("COVERAGE_DYNCTX") or os.getenv("COVERAGE_CONTEXT"),
249249
)
250250
cov.html_report(show_contexts=show_contexts)
251+
cov.json_report(show_contexts=show_contexts, pretty_print=True)
251252

252253

253254
def do_test_with_core(core, *runner_args):

0 commit comments

Comments
 (0)