pub fn run_all(
    args_path: &str,
    cli_binary: &str,
    use_temp_dir: bool,
    track_cov: bool
) -> Result<()>