UNPKG

badge-urls

Version:

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

6 lines (5 loc) 444 B
import { ShieldsIOOptions } from "../../options"; /** Label for Sonar Quality Gate (/sonar/:metric/:component?server=https%3A%2F%2Fsonarcloud.io&sonarVersion=4.2) */ export declare const label = "Sonar Quality Gate"; /** URL for Sonar Quality Gate (/sonar/:metric/:component?server=https%3A%2F%2Fsonarcloud.io&sonarVersion=4.2) */ export declare const url: (metric: string, component: string, options?: ShieldsIOOptions | undefined) => string;