deno icon indicating copy to clipboard operation
deno copied to clipboard

Option for `deno coverage` to output markdown table

Open boyeln opened this issue 7 months ago • 1 comments

It would be very convenient if the deno coverage could output a markdown table. My use case is to post the result in a github comment on PRs, but I belive this would be convenient many places. Like just copying the results into a readme file, or any other place that supports markdown.

Currently the default output of the deno coverage is very close to a markdown table, but not quite. Not sure if the best approach is to change the default output, or just add a --markdown option (probably the latter since people might depend on the current format).

boyeln avatar May 27 '25 14:05 boyeln

I'd be in favor of changing the default output to be a valid markdown.

bartlomieju avatar May 27 '25 14:05 bartlomieju