interface FileCoverage {
    lineBlocksCoverage?: LineBlockCoverage[];
    path: string;
}

Properties

lineBlocksCoverage?: LineBlockCoverage[]

List of line blocks along with their coverage status

path: string

File path for which coverage information is sought for