chore: add skillZip.ts to coverage tracking

Include convex/lib/skillZip.ts in coverage reports to track
the deterministic ZIP building utility added in PR #130.
This commit is contained in:
Shakker
2026-02-05 03:04:26 +00:00
committed by Shakker
parent 010ca1677f
commit f1625cd5ff
+1
View File
@@ -25,6 +25,7 @@ export default defineConfig({
include: [
'src/lib/**/*.{ts,tsx}',
'convex/lib/skills.ts',
'convex/lib/skillZip.ts',
'convex/lib/tokens.ts',
'convex/httpApi.ts',
'packages/clawdhub/src/**/*.ts',