pub fn generate_report( profdata_path: &PathBuf, object_file: &PathBuf, report_dir: &PathBuf, llvm_cov_args: &Vec<String>, ) -> Result<()>