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

Node command tool to generate TypeScript coverage report

Results 46 typescript-coverage-report issues
Sort by recently updated
recently updated
newest added

**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...

enhancement

**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...

help wanted

There is an option to specify a json file, for storing total sum of the coverage, in `type-coverage`. Please expose that option.

enhancement
good first issue

**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....

enhancement

**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...

bug

### 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...

enhancement

**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**...

enhancement
good first issue

**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...

enhancement

**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....

enhancement

**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...

enhancement