@code-pushup/coverage-plugin
Version:
Code PushUp plugin for tracking code coverage ☂
6 lines (5 loc) • 312 B
TypeScript
import type { CoverageType } from './config.js';
export declare const formatMetaLog: (message: string) => string;
export declare function typeToAuditSlug(type: CoverageType): string;
export declare function typeToAuditTitle(type: CoverageType): string;
export declare function slugToTitle(slug: string): string;