lcov-utils
    Preparing search index...

    Type Alias LcovBadgeOptions

    type LcovBadgeOptions = {
        color: string;
        gaps: [number, string][];
        pick: keyof LcovDigest;
        style: string;
        title: string;
        url: string;
    }
    Index

    Properties

    color: string
    gaps: [number, string][]
    pick: keyof LcovDigest
    style: string
    title: string
    url: string