stacklok / stacklok/toolhive-studio
Test coverage: Refine Istanbul/Vitest exclude globs
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 167
- Forks
- 24
- Avg merge
- 11h 32m
- Merged PRs (30d)
- 91
Description
What to do
Update config so every generated folder plus src/route-tree.gen.ts is excluded. CI still passes and overall coverage rises. we should also exclude components that were generated by shadcn/ui. Those components should probably almost never be individually tested in this project.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Istanbul/Vitest coverage configuration and inspect how generated folders and shadcn/ui components are currently matched. Ensure the exclusions cover every generated folder, src/route-tree.gen.ts, and generated shadcn/ui components, then run CI and confirm overall coverage rises.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- testing
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100