pub fn compare_by_sha( sha_a: &str, sha_b: &str, reports_dir: &Path, ) -> Result<DigestDiff, DiffError>
Compare two CI runs by commit SHA
Returns DiffError if reports cannot be found or compared.
DiffError