Skip to main content

should_include_file

Function should_include_file 

Source
pub fn should_include_file(
    path: &Path,
    include: &[String],
    exclude: &[String],
) -> bool
Expand description

Check if a file should be included in coverage based on include/exclude patterns.