(run_id: &str, event: &str)
| 477 | } |
| 478 | |
| 479 | pub fn run_event_commit_msg(run_id: &str, event: &str) -> String { |
| 480 | format!("run/{}: {}", run_id, event) |
| 481 | } |
| 482 | |
| 483 | fn status_message(status: &Status) -> Option<&str> { |
| 484 | match status { |
no outgoing calls
no test coverage detected
searching dependent graphs…