cmd/go: adding -cover to "go test -n" can cause spurious failures #67952
Labels
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
On tip, invoking "go test -n -cover ./..." on a collection of packages that include at least one package with code but no tests can result in a spurious errors. Example:
This obviously shouldn't be happening for a "-n" test run (works fine without -cover).
The text was updated successfully, but these errors were encountered: