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
[release] package.json: default 'go.coverMode' to be 'default'
According to `go help testflag`, the actual default of `-covermode`
when it's not explicitly set is affected by the `-race` flag.
-covermode set,count,atomic
Set the mode for coverage analysis for the package[s]
being tested. The default is "set" unless -race is enabled,
in which case it is "atomic".
Introduce 'default' as the default option for 'go.coverMode' to indicate
the covermode is unspecified.
Fixes#666
Change-Id: I7c7059140947639e3fd0438e1bc6cc50c712ebbb
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/256117
Trust: Hyang-Ah Hana Kim <[email protected]>
Trust: Peter Weinberger <[email protected]>
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
Reviewed-by: Peter Weinberger <[email protected]>
TryBot-Result: kokoro <[email protected]>
(cherry picked from commit 8d0bafa)
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/257602
0 commit comments