(result)
| 43 | } |
| 44 | |
| 45 | function hasWarningsOrFailures(result) { |
| 46 | return result.checks.some((check) => check.status === "fail" || check.status === "warn"); |
| 47 | } |
| 48 | |
| 49 | export function createEvaluationNextAction(result) { |
| 50 | const labelName = targetLabel(result.target); |
no outgoing calls
no test coverage detected