Searched refs:file_cov (Results 1 – 1 of 1) sorted by relevance
74 for file_cov in coverage_per_file:75 norm_file_path = os.path.normpath(file_cov['filename'])80 if not is_file_covered(file_cov):86 relative_path = utils.remove_prefix(file_cov['filename'], self.repo_path)92 def is_file_covered(file_cov): argument94 return file_cov['summary']['regions']['covered']