Skip to main content

compare_by_sha

Function compare_by_sha 

Source
pub fn compare_by_sha(
    sha_a: &str,
    sha_b: &str,
    reports_dir: &Path,
) -> Result<DigestDiff, DiffError>
Expand description

Compare two CI runs by commit SHA

ยงErrors

Returns DiffError if reports cannot be found or compared.