alexcanessa/typescript-coverage-report

Suggestion: silence command line output and limit it to the total

paazmaya opened this issue · 1 comments

How about adding a command line option, something like --silent, which would have the effect that there would only be printed the total, such as 25738 / 31426 81.90%.
This would be similar how type-coverage command line default looks like.

My use case is to parse those numbers further and store the total numbers for historical purposes.

+1 I'm using this tool on a rather large project & it takes a few minutes for the console output to finish. I'm not particularly interested in the console output, rather just the HTML output, so it'd be great to have a way to configure which reporters get run.