typescript-coverage-report
typescript-coverage-report copied to clipboard
Node command tool to generate TypeScript coverage report
**Describe the bug** starting with version 1.1.0, highlighting of uncovered parts of code in the report does not work for me. **To Reproduce** Command and options used to reproduce the...
Thanks a lot for the release without react. We really want to use it. The problem seems to be that in the npm package the dist folder didn't get updated....
**Is your feature request related to a problem? Please describe.** While reviewing a PR from a teammate, I'd love to know that their changes are not decreasing Ts coverage on...
**Describe the bug** - A warning shows in the output **To Reproduce** - Run the default command `npx typescript-coverage-report` **Expected behaviour** - No warnings **Screenshots** - ...
**Is your feature request related to a problem? Please describe.** - Too much files get listed and logs get flooded with unnecessary data **Describe the solution you'd like** - Only...
**Describe the bug** In monorepo, I get different result when execute in root or packages.   And the result execute in project root is incorrect. **To Reproduce** Command and...