Skip to content

Commit

Permalink
test(build): when running metacov, create json report
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 14, 2024
1 parent 5c70761 commit a461de4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions igor.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ def do_combine_html():
os.getenv("COVERAGE_DYNCTX") or os.getenv("COVERAGE_CONTEXT"),
)
cov.html_report(show_contexts=show_contexts)
cov.json_report(show_contexts=show_contexts)


def do_test_with_core(core, *runner_args):
Expand Down

0 comments on commit a461de4

Please sign in to comment.