-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugtestingBuilt-in testing supportBuilt-in testing support
Description
The coverage testing profile should be configurable in the same manner as other kinds of testing profiles. From an outside perspective this seems like it should be a simple matter of adding a menu to the coverage run button.
Rationale: When I execute go test
there's a -coverpkg
flag I can pass to control the scope of what code gets instrumented for coverage. In some cases it's natural to show coverage for the entire project, where in other cases it's natural to show coverage only for a single package.
SanjulaGanepola
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugtestingBuilt-in testing supportBuilt-in testing support