Skip to main content

get_ci_test_results

Function get_ci_test_results 

Source
pub async fn get_ci_test_results(
    configuration: &Configuration,
    workspace: &str,
    kind: &str,
    path: &str,
) -> Result<Vec<CiTestResult>, Error<GetCiTestResultsError>>