CodeCoverage: {
    id: string;
    locationsNotCovered?: LocationsNotCovered[] | LocationsNotCovered;
    name: string;
    numLocations: string;
    numLocationsNotCovered: string;
    type: string;
}