huskies: merge 556_bug_stale_filesystem_shadows_in_1_backlog_cause_auto_assign_to_promote_archived_stories
This commit is contained in:
@@ -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}"
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user