pub fn get_test_coverage(
    project: &Workspace<'_>,
    package: &Package,
    test: &Path,
    config: &Config,
    ignored: bool
) -> Result<Option<TraceMap>, RunError>
Expand description

Returns the coverage statistics for a test executable in the given workspace