ci: assign session title coverage

This commit is contained in:
Tianyi Cui
2026-07-21 23:36:35 +08:00
parent 1050711e6d
commit e887c0f7c0
2 changed files with 9 additions and 0 deletions

View File

@@ -92,6 +92,11 @@ jobs:
gate_concurrency: '1'
coverage_max_workers: '4'
coverage_shard: state-session
- lane: coverage-session-title
command: pnpm run check:ci:coverage
gate_concurrency: '1'
coverage_max_workers: '4'
coverage_shard: session-title
- lane: coverage-models
command: pnpm run check:ci:coverage
gate_concurrency: '1'

View File

@@ -37,6 +37,10 @@ export const coverageShards = [
name: 'models',
packageRoots: ['llm', 'compact'],
},
{
name: 'session-title',
packageRoots: ['session-title'],
},
{
name: 'integrations',
packageRoots: ['hooks/hook-protocol', 'lsp', 'mcp', 'hooks/hooks-claude'],