pub fn validate_coverage_root_absolute(
coverage_root: Option<&Path>,
) -> Result<(), String>Expand description
Validate that a coverage-data root is absolute under Unix or Windows path conventions.
Istanbul coverage paths often come from a Linux CI runner even when fallow is invoked on another host, so POSIX-rooted paths and Windows drive paths are both accepted on every platform.