microsoft / microsoft/vscode-test-cli

Coverage configuration

Open
#39 0 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature-request
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:

https://github.com/microsoft/vscode-test-cli/blob/02cbeb4dec43505f0407bb89a191e96f5106c0f4/src/bin.mts#L153C9-L153C18

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.