typescript-coverage-report
typescript-coverage-report copied to clipboard
Suggestion: 'includes' or 'files' support
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
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.
yeah, this is what i want :)
thx for your reply