huskies: merge 556_bug_stale_filesystem_shadows_in_1_backlog_cause_auto_assign_to_promote_archived_stories

This commit is contained in:
dave
2026-04-13 14:44:40 +00:00
parent 845b85e7a7
commit d618bc3b32
2 changed files with 47 additions and 1 deletions
+3 -1
View File
@@ -67,7 +67,9 @@ fn read_coverage_report(path: &std::path::Path) -> String {
let report: CoverageReport = match serde_json::from_str(&content) {
Ok(r) => r,
Err(e) => {
return format!("**Coverage (cached)**\n\nFailed to parse `.coverage_report.json`: {e}");
return format!(
"**Coverage (cached)**\n\nFailed to parse `.coverage_report.json`: {e}"
);
}
};