(status: &Status)
| 466 | } |
| 467 | |
| 468 | pub fn deliverable_commit_msg(status: &Status) -> String { |
| 469 | label_with_msg("deliverable", status.kind(), status_message(status)) |
| 470 | } |
| 471 | |
| 472 | pub fn reply_commit_msg(step_id: Option<&str>, seq: u32) -> String { |
| 473 | match step_id { |
no test coverage detected
searching dependent graphs…