typescript-coverage-report
typescript-coverage-report copied to clipboard
Node command tool to generate TypeScript coverage report
Bumps [commander](https://github.com/tj/commander.js) from 5.0.0 to 9.4.0. Release notes Sourced from commander's releases. v9.4.0 Added preSubcommand hook called before direct subcommands (#1763) Fixed export InvalidOptionArgumentError in esm (#1756) Changed update dependencies...
Bumps [github-release-notes](https://github.com/github-tools/github-release-notes) from 0.17.1 to 0.17.3. Release notes Sourced from github-release-notes's releases. v0.17.3 No release notes provided. v0.17.2 No changelog for this release. Changelog Sourced from github-release-notes's changelog. Changelog Commits...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.10.1 to 6.15.0. Changelog Sourced from eslint-config-prettier's changelog. Version 6.15.0 (2020-10-27) Added: [@typescript-eslint/space-infix-ops]. Thanks to Masafumi Koba (@ybiquitous)! Version 6.14.0 (2020-10-21) Added: New [eslint-plugin-vue] rules: [vue/array-bracket-newline] and...
Bumps [@types/ncp](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ncp) from 2.0.3 to 2.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.25.0 to 2.34.0. Changelog Sourced from @typescript-eslint/eslint-plugin's changelog. 2.34.0 (2020-05-18) Features eslint-plugin: [no-invalid-void-type] allow union of void and allowInGenericTypeArguments (#1960) (1bc105a) eslint-plugin: [restrict-template-expressions] improve error message (#1926)...
when generate static html assets, it can be over 1000 html files, that's just not neat. maybe try to generate spa static html assests is more elegant.
It seems hard to go into a JavaScript/TypeScript library's issues and **not** have someone asking about Deno Well, here it is: does `typescript-coverage-report` support Deno?
**Describe the bug** My `dist` directory is showing up in the report. **To Reproduce** 1. Make a directory called `dist`. 2. Add it to your `.gitignore`. 3. Run `typescript-coverage-report`. **Expected...
How about adding a command line option, something like `--silent`, which would have the effect that there would only be printed the total, such as `25738 / 31426 81.90%`. This...
**Describe the bug** ``` log.debug('â„¹ï¸ [%s][%s][%s][UPGRADING_CLIENT]', new Date().toISOString(), guid ?? 'UNKNOWN', apiVersion); ``` **To Reproduce** Have this package lint a file with an emoji, it'll output incorrect characters. **Expected behaviour**...