(result: &TaskResult)
| 149 | } |
| 150 | |
| 151 | fn task_artifact_id(result: &TaskResult) -> String { |
| 152 | format!("task-output:{}", result.task_id) |
| 153 | } |
| 154 | |
| 155 | fn task_artifact_uri(result: &TaskResult) -> String { |
| 156 | format!( |
no outgoing calls
no test coverage detected