KC's Workspace
    Preparing search index...
    interface ReportOptions {
        clover: CloverOptions;
        cobertura: CoberturaOptions;
        html: HtmlOptions;
        "html-spa": HtmlSpaOptions;
        json: FileOptions;
        "json-summary": FileOptions;
        lcov: LcovOptions;
        lcovonly: LcovOnlyOptions;
        none: never;
        teamcity: TeamcityOptions;
        text: TextOptions;
        "text-lcov": ProjectOptions;
        "text-summary": FileOptions;
    }
    Index

    Properties

    cobertura: CoberturaOptions
    "html-spa": HtmlSpaOptions
    "json-summary": FileOptions
    lcovonly: LcovOnlyOptions
    none: never
    teamcity: TeamcityOptions
    "text-lcov": ProjectOptions
    "text-summary": FileOptions