UNPKG

badge-urls

Version:

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

6 lines (5 loc) 372 B
import { ShieldsIOOptions } from "../../options"; /** Label for Codacy branch coverage (/codacy/coverage/:projectId/:branch) */ export declare const label = "Codacy branch coverage"; /** URL for Codacy branch coverage (/codacy/coverage/:projectId/:branch) */ export declare const url: (projectid: string, branch: string, options?: ShieldsIOOptions | undefined) => string;