typescript-coverage-report icon indicating copy to clipboard operation
typescript-coverage-report copied to clipboard

Suggestion: 'includes' or 'files' support

Open fatWill opened this issue 3 years ago • 2 comments

This is a great typescript coverage report! ! !

But I also want to make a suggestion:

I want to use lint-staged, so I expect the cli report can output stdout (or other methods) so that I can get the size of the report rate. so as to prevent the submission of git commit.

I would like to ask if there is any support for related plans

fatWill avatar Jun 03 '21 07:06 fatWill

This is a very interesting idea. We'd need to implement this feature in https://github.com/plantain-00/type-coverage first, to then be able to report it.

The idea is to use different reporters for different usages: e.g. commit hooks, CI, etc.

alexcanessa avatar Jun 03 '21 12:06 alexcanessa

yeah, this is what i want :)

thx for your reply

fatWill avatar Jun 04 '21 08:06 fatWill