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** If you generate a report, but the report directory already exists, you get errors, and the report files are included in the new run. **To Reproduce** Command...

help wanted

**Describe the bug** It appears that one of the dependencies is about to introduce a breaking change. **To Reproduce** Command and options used to reproduce the behaviour: Run script **Expected...

help wanted

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 8.3.6 to 19.2.2. Release notes Sourced from @​commitlint/config-conventional's releases. v19.2.2 19.2.2 (2024-04-14) Bug Fixes fix(is-ignored): ignore "amend!" commits by @​chalkygames123 in conventional-changelog/commitlint#4024 Chore Update circleci ci-setup.md by...

dependencies

Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.18.6 to 7.24.1. Release notes Sourced from @​babel/preset-react's releases. v7.24.1 (2024-03-19) :bug: Bug Fix babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16350 Fix decorated class computed keys ordering (@​JLHwung) #16344 Fix decorated...

dependencies

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.32.2 to 7.34.1. Release notes Sourced from eslint-plugin-react's releases. v7.34.1 Fixed [jsx-no-leaked-render]: prevent wrongly adding parens (#3700[] @​developer-bandi) [boolean-prop-naming]: detect TS interfaces (#3701[] @​developer-bandi) [boolean-prop-naming]: literalType error...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...

dependencies

Hello 👋 This PR removes the `react` and `react-dom` dependencies (solves #125) and generates the html report using only templated strings. It also improves the table on the summary page...

Thanks for this excellent package! How do I have the test coverage report fail all the lines of javascript files. By marking allowJs to false in tsconfig it completely ignores...

Per title. If the tool could output LCOV it would enable other tools to ingest the data in a more standardised format.

enhancement

Currently, this library only publishes the compiled `.js` files to npm, so there is no easy way for users to access type-defintions like `CoverageData`: https://github.com/alexcanessa/typescript-coverage-report/blob/ae28737ed4c9c37e581810281b7acf7cd578323d/src/lib/getCoverage.ts#L13-L20 If this MR is accepted,...