export interface FileCoverageTotal { total: number; covered: number; skipped: number; pct?: number; }