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** At the moment the coverage is below 30%. **Expected behaviour** Higher than a set threshold (80% should be fine)

bug

**Is your feature request related to a problem? Please describe.** When running the tool locally on a project, there is not enough user feedback on the progress of the tool...

enhancement

**Describe the bug** In between runs of the CLI, there is a `fs` error from attempting to open `coverage-ts/typescript-coverage.json` - seems in clearing the dir for the new report, it...

bug

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 8.3.6 to 19.0.3. Release notes Sourced from @​commitlint/config-conventional's releases. v19.0.3 19.0.3 (2024-02-28) Bug Fixes fix: mark @types/conventional-commits-parser as dep for @commitlint/types by @​JounQin in conventional-changelog/commitlint#3944 Full Changelog:...

dependencies

Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.18.6 to 7.23.3. Release notes Sourced from @​babel/preset-react's releases. v7.23.3 (2023-11-09) :bug: Bug Fix babel-plugin-transform-typescript #16071 Strip type-only TS namespaces (@​colinaaa) babel-generator #16078 Fix indentation when generating...

dependencies

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.32.2 to 7.33.2. Release notes Sourced from eslint-plugin-react's releases. v7.33.2 Fixed [no-deprecated]: prevent false positive on commonjs import (#3614[] @​akulsr0) [no-unsafe]: report on the method instead of...

dependencies

Bumps [@types/testing-library__react](https://github.com/testing-library/react-testing-library) from 9.1.3 to 10.2.0. Release notes Sourced from @​types/testing-library__react's releases. v10.2.0 10.2.0 (2020-06-04) Features run cleanup() when test runner supports teardown() (#676) (c91e9a9) v10.1.0 10.1.0 (2020-06-04) Features TS:...

dependencies

Bumps [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) from 25.5.1 to 29.7.0. Release notes Sourced from babel-jest's releases. v29.7.0 Features [create-jest] Add npm init / yarn create initialiser for Jest projects (#14465) [jest-validate] Allow deprecation warnings...

dependencies

**Describe the bug** In type-coverage core, you can pass multiple ignore params and they will all be honored. In this wrapper, only the last ignore param is honored. **To Reproduce**...

bug
good first issue

**Describe the bug** I think react and react-dom should not be dependencies of this Node utilities. **To Reproduce** 1. Install typescript-coverage-report install another repository, not using react. 2. Run `yarn...

enhancement