(client: BazelClient, module: string)
| 53 | } |
| 54 | |
| 55 | async function getTestTargets(client: BazelClient, module: string): Promise<string[]> { |
| 56 | return await client.queryTargetsByKindWithFilter('test', [module], 'pipe'); |
| 57 | } |
| 58 | |
| 59 | async function valdiAgentCheck(argv: ArgumentsResolver<CommandParameters>) { |
| 60 | const json = argv.getArgument('json') ?? false; |
no test coverage detected