microsoft / vscode-test-cli

Command-line runner for VS Code tests
MIT License
19 stars 7 forks source link

feat: support the --coverage flag for generating coverage #20

Closed connor4312 closed 6 months ago

connor4312 commented 6 months ago

In most cases, simply adding --coverage to the vscode-test CLI's command will be sufficient, but there are additonal options as well. Further tweaking and integration with the runner extension will come tomorrow