pub fn compare_runs(run_a: &Path, run_b: &Path) -> Result<DigestDiff, DiffError>
Compare two CI runs by their report files
Returns DiffError if report files cannot be loaded.
DiffError