1.0.3 • Published 2 years ago

@mohalla-tech/typedoc-type-coverage-plugin v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

Options

OptionDescriptionDefault value
threshold [number]The minimum percentage of coverage required.90