Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coverage configuration #39

Open
pablostu opened this issue Apr 18, 2024 · 0 comments
Open

Coverage configuration #39

pablostu opened this issue Apr 18, 2024 · 0 comments
Labels
feature-request Request for new features or functionality

Comments

@pablostu
Copy link

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...

@connor4312 connor4312 added the feature-request Request for new features or functionality label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants