mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
Print the compared SHAs
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
pub fn post_merge_report(job_db: JobDatabase, parent: Sha, current: Sha) -> anyhow::Result<()> {
|
||||
let jobs = download_all_metrics(&job_db, &parent, ¤t)?;
|
||||
let diffs = aggregate_test_diffs(&jobs)?;
|
||||
|
||||
println!("Comparing {parent} (base) -> {current} (this PR)\n");
|
||||
report_test_changes(diffs);
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user