mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
ci: assign session title coverage
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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'
|
||||
|
||||
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user