-
Notifications
You must be signed in to change notification settings - Fork 798
extension: run profile for coverage and coverage counts for files #3328
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
Conversation
This PR (HEAD: ea13b00) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/vscode-go/+/578095. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/578095. |
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be Please don’t reply on this GitHub thread. Visit golang.org/cl/578095. |
This PR (HEAD: 6c88371) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/vscode-go/+/578095. Important tips:
|
Message from Ethan Reesor: Patch Set 4: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/578095. |
Message from Daniel Milde: Patch Set 4: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/578095. |
Message from Daniel Milde: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/578095. |
Message from Ethan Reesor: Patch Set 4: Code-Review+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/578095. |
@dundee You may be interested in contributing to https://github.com/firelizzard18/exp-vscode-go. The plan (which I've discussed with Hana) is to merge the new test controller implementation into vscode-go once it's sufficiently done, replacing the current implementation. Though if you want to test/contribute to exp-vscode-go, you'll need to rebuild and reinstall gopls from this CL as the new test controller implementation depends on new functionality that hasn't been merged yet. |
This PR adds run profile for coverage and shows coverage counts for files.
Fixes 3331