typescript-coverage-report
typescript-coverage-report copied to clipboard
Node command tool to generate TypeScript coverage report
**Describe the bug** The syntax highlighter used has a bug with backticks. **To Reproduce** Add the following to a file and run `typescript-coverage-report`. Open the html file and you'll see...
**Describe the bug** typescript-coverage.json file contains data to generate reports. however the json file's fileCounts is a empty object "{}" **Expected behaviour** fileCounts field should contains content **Screenshots** ![CleanShot 2021-08-16...
There is an option to specify a json file, for storing total sum of the coverage, in `type-coverage`. Please expose that option.
**Is your feature request related to a problem? Please describe.** Many projects use Vue.js as their front end framework, so I believe it's necessary to add support for Vue projects....
**Describe the bug** While running `typescript-coverage-report` I get this error, the coverage report still gets generated though. ``` warning: unhandled node kind: 262 ``` **To Reproduce** `typescript-coverage-report` **Expected behaviour** No...
### 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...
**Is your feature request related to a problem? Please describe.** Contributors don't really know that they should update snapshots as part of the development process. **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** Most of CI runners support coverage reports in specific format. In that format they support they can parse and show...
**Is your feature request related to a problem? Please describe.** Especially if we start increasing the number of options, a config file will be very useful - especially in CI/CD....
**Is your feature request related to a problem? Please describe.** There is no CI running on merging PRs at the moment. **Describe the solution you'd like** When a PR gets...