(step_id: &str, status: &Status)
| 462 | } |
| 463 | |
| 464 | pub fn step_commit_msg(step_id: &str, status: &Status) -> String { |
| 465 | label_with_msg(step_id, status.kind(), status_message(status)) |
| 466 | } |
| 467 | |
| 468 | pub fn deliverable_commit_msg(status: &Status) -> String { |
| 469 | label_with_msg("deliverable", status.kind(), status_message(status)) |
no test coverage detected
searching dependent graphs…