Type alias LcovBadgeOptions

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

Type declaration

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