ci: split model and integration coverage
This commit is contained in:
@@ -92,11 +92,16 @@ jobs:
|
||||
gate_concurrency: '1'
|
||||
coverage_max_workers: '4'
|
||||
coverage_shard: state-session
|
||||
- lane: coverage-models-integrations
|
||||
- lane: coverage-models
|
||||
command: pnpm run check:ci:coverage
|
||||
gate_concurrency: '1'
|
||||
coverage_max_workers: '4'
|
||||
coverage_shard: models-integrations
|
||||
coverage_shard: models
|
||||
- lane: coverage-integrations
|
||||
command: pnpm run check:ci:coverage
|
||||
gate_concurrency: '1'
|
||||
coverage_max_workers: '4'
|
||||
coverage_shard: integrations
|
||||
- lane: coverage-sdk-capabilities
|
||||
command: pnpm run check:ci:coverage
|
||||
gate_concurrency: '1'
|
||||
|
||||
@@ -34,8 +34,12 @@ export const coverageShards = [
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'models-integrations',
|
||||
packageRoots: ['llm', 'compact', 'hooks/hook-protocol', 'lsp', 'mcp', 'hooks/hooks-claude'],
|
||||
name: 'models',
|
||||
packageRoots: ['llm', 'compact'],
|
||||
},
|
||||
{
|
||||
name: 'integrations',
|
||||
packageRoots: ['hooks/hook-protocol', 'lsp', 'mcp', 'hooks/hooks-claude'],
|
||||
},
|
||||
{
|
||||
name: 'sdk-capabilities',
|
||||
|
||||
Reference in New Issue
Block a user