Forward any positional arguments to `bun test` as path filters, so `bun run test:report packages/core` reports just core while a bare `bun run test:report` still covers the whole repo. The report's header records the scope.
Forward any positional arguments to `bun test` as path filters, so `bun run test:report packages/core` reports just core while a bare `bun run test:report` still covers the whole repo. The report's header records the scope.