]> Cypherpunks repositories - gostls13.git/commit
cmd/cover: skip go list when profile is empty
authorRhys Hiltner <rhys@justin.tv>
Thu, 29 Aug 2019 16:49:36 +0000 (09:49 -0700)
committerBryan C. Mills <bcmills@google.com>
Fri, 30 Aug 2019 17:07:53 +0000 (17:07 +0000)
commit9d480edadc6144d9f9f5a896d729d1642e46083b
treecaf1157f129d60a273c7c769743fc7191d789f60
parent87113f7eadf6d8b12279709f05c0359b54b194ea
cmd/cover: skip go list when profile is empty

Only call "go list" when explicitly listing packages. An empty coverage
profile references no packages, and would otherwise lead to "go list"
implicitly looking at the package in "." (which might not exist).

Fixes #33855

Change-Id: I02d4e374405d86f03d105fe14648aa03b4d2284c
Reviewed-on: https://go-review.googlesource.com/c/go/+/192340
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/cover/func.go
src/cmd/go/testdata/script/cover_mod_empty.txt [new file with mode: 0644]