evdboom_Bindery/.github
Erik van der Boom 09cb85f3e5 fix(ci): use bash shell for template sync; exclude synced templates from vscode-ext coverage
Two regressions from the previous sync change:

1. The Sync templates step uses 'rm -rf' / 'cp -R', which the windows-latest runner executes under PowerShell where those flags don't exist. Pin the step to 'shell: bash' so it runs in Git Bash on Windows. The release workflow already targets ubuntu-only, so no change needed there.

2. The synced vscode-ext/src/templates/ folder is matched by the coverage 'src/**/*.ts' glob, inflating the function count without contributing any vscode-ext tests (those templates are exercised by mcp-ts/test/templates.test.ts). Exclude src/templates/** in vitest.config.ts the same way ai-setup-templates.ts already is.
2026-04-27 23:27:03 +02:00
..
workflows fix(ci): use bash shell for template sync; exclude synced templates from vscode-ext coverage 2026-04-27 23:27:03 +02:00
copilot-instructions.md feat: add translation-review skill and update related documentation 2026-04-26 22:04:19 +02:00
dependabot.yml feat: add dependabot configuration and update package dependencies; refactor AI setup and zip generation logic 2026-04-08 21:10:03 +02:00