pub fn diff_file_coverage(
store: &AnnotationStore,
root: &ProjectRoot,
files: &[RelativePath],
) -> Vec<FileDiffCoverage>Expand description
Annotation coverage for a specific set of files (diff-aware).
For each requested file, counts annotations by tag and checks resolver availability.