A plugin for TypeDoc to generate type coverage report and type coverage badge.
npm install @mohalla-tech/typedoc-type-coverage-pluginThis repo is forked from typescript-coverage-report
A plugin for TypeDoc to generate type coverage report and type coverage badge.
This plugin will create a type-coverage directory inside your output directory when generating HTML documentation using typedoc.type-coverage directory includes the detailed type coverage report and it will also create a badge type-coverage.svg when you run the typedoc.
``bash
yarn add -D @mohalla-tech/typedoc-type-coverage-plugin
`



| Option | Description | Default value |
| ------------------------------- | -------------------------------------------------------------------------------------- | ------------- |
| threshold [number]` | The minimum percentage of coverage required. | 90 |