pub fn run_analysis(
package_name: &str,
test_names: &[String],
output_dir: &Path,
target_mode: TargetMode,
) -> Result<IsotarpAnalysis, Error>
Expand description
Run all tests at once using tarpaulin and process the results
pub fn run_analysis(
package_name: &str,
test_names: &[String],
output_dir: &Path,
target_mode: TargetMode,
) -> Result<IsotarpAnalysis, Error>
Run all tests at once using tarpaulin and process the results