microsoft / microsoft/vscode-test-cli
ICoverageConfiguration.output is unused
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 53
- Forks
- 16
- Avg merge
- 10h 57m
- Merged PRs (30d)
- 2
Description
Setting the coverage.output option doesn't appear to have any effect. Digging into the source, it seems that it's completely unused; I think the pertinent line is here.
Contributor guide
No contributing guide indexed for this repository
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 at src/cli/coverage.mts#L53 and trace how ICoverageConfiguration.output is read when coverage is configured. Confirm the option is used to affect the coverage output location or behavior, then verify coverage generation with the repository's existing test or CLI checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, testing-qa
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100