(directory)
| 317 | const checks = takeAllFlagValues(rest, "--check") |
| 318 | job.goalChecks.push(...checks[0].map(stripOuterQuotes).filter(Boolean)) |
| 319 | rest = checks[1] |
| 320 | |
| 321 | job.action = stripOuterQuotes(rest || job.action || "") |
| 322 | job.watchPaths = [...new Set(job.watchPaths)] |
no outgoing calls
no test coverage detected