microsoft / microsoft/vscode-test-cli
Coverage configuration
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 53
- Forks
- 16
- Avg merge
- 10h 57m
- Merged PRs (30d)
- 2
Description
configuration settings can be configured in .vscode-test.mjs and it is usually sufficient.
But it does not work for coverage settings, just putting the parameters in the file does not work,
because additionally a command line argument is required to activate coverage reporting:
this was slightly confusing to me. if I configure something in a file, I assume no additional command line paramter is required...
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/bin.mts around the linked coverage option and compare it with how .vscode-test.mjs settings are loaded. Confirm the intended configuration path and verify that coverage settings from the file work without an additional command-line argument.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 43/100