[][src]Function grcov::output_coveralls

pub fn output_coveralls(
    results: CovResultIter,
    repo_token: &str,
    service_name: &str,
    service_number: &str,
    service_job_number: &str,
    commit_sha: &str,
    with_function_info: bool,
    output_file: Option<&str>
)