Skip to content

Files

Latest commit

 

History

History
31 lines (17 loc) · 1.43 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.43 KB

typedoc-type-coverage-plugin

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

install

  yarn add -D @mohalla-tech/typedoc-type-coverage-plugin

Screenshots

image

image

image

Options

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