Open
Description
Right now, --output-format
is greatly overloaded (as seen by #82497). --output-format json
is unstable, except when you use it with --show-coverage
. Also, --show-coverage
is not great at conveying that it stops documentation from being generated at all.
I suggest that we rename --show-coverage
to --output-format coverage
and --show-coverage --output-format json
to --output-format coverage-json
, deprecate the old uses for a few releases, and then remove them.