UNPKG

badge-urls

Version:

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

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