-
Notifications
You must be signed in to change notification settings - Fork 763
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/goCover.go: add go.coverMode to display coverage data and counts
Provide an option, go.coverMode, to change the value for -covermode. Provide the option for the user to display borders around covered and uncovered code. These are named 'coveredBorderColor' and 'unocveredBorderColor' and default to the same colors used as backgrounds. The boolean option go.coverShowCounts show how often each block of code was executed by the tests. Fixes #256. Change-Id: I551e0682d0db1e31dc07a2ae9b44ad94f66bbf18 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/247769 Run-TryBot: Peter Weinberger <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
- Loading branch information
Showing
4 changed files
with
230 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.