ci: split model and integration coverage

This commit is contained in:
Tianyi Cui
2026-07-21 23:25:52 +08:00
parent 9568f9ee27
commit efba4c259b
2 files changed
+13 -4

No files matched your search

+6 -2
View File
@@ -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',