UNPKG

badge-urls

Version:

Helper functions to generate URLs for all badges / shields from shields.io

6 lines (5 loc) 450 B
import { ShieldsIOOptions } from "../../options"; /** Label for Sonar Test Count (/sonar/:metric/:component?server=http%3A%2F%2Fsonar.petalslink.com&sonarVersion=4.2) */ export declare const label = "Sonar Test Count"; /** URL for Sonar Test Count (/sonar/:metric/:component?server=http%3A%2F%2Fsonar.petalslink.com&sonarVersion=4.2) */ export declare const url: (metric: string, component: string, options?: ShieldsIOOptions | undefined) => string;