You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
+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.
How about adding a command line option, something like
--silent
, which would have the effect that there would only be printed the total, such as25738 / 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.
The text was updated successfully, but these errors were encountered: