--packages | Comma-separated package names to include (under packages/). | All packages and modules |
--modules | Comma-separated module names to include (under modules/). | All packages and modules |
--logs | Print output for failures. | false |
--no-cache | Skip reading and writing task caches. | false |
--threshold | Minimum line and function coverage a module must reach, in percent. | 90 |
--concurrency | How many suites run at once. | Core count, capped at 8 |
--strict | Fail on every module that stayed under the threshold. | false |
--cwd | Run against this directory instead of the current one. | Current directory |