You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
With go 1.10 supporting coverage tests on multiple packages, it would be nice if the plugin lets you load a custom coverage profile and have a more complete profile than only being able to see profiles for a single package tests.
The text was updated successfully, but these errors were encountered:
That would be a cool feature. There can be a command say Go: Apply Test Coverage from Custom Profile which opens an input box where you can provide the path to the coverprofile file.
Use the Go: Generate Interface Stubs command as reference to create the new command. This makes use of vscode.window.showInputBox to show the input box
With go 1.10 supporting coverage tests on multiple packages, it would be nice if the plugin lets you load a custom coverage profile and have a more complete profile than only being able to see profiles for a single package tests.
The text was updated successfully, but these errors were encountered: