]> Cypherpunks repositories - gostls13.git/commit
dog/go1.22: tweak coverage testing notes
authorThan McIntosh <thanm@google.com>
Mon, 5 Feb 2024 16:58:35 +0000 (11:58 -0500)
committerThan McIntosh <thanm@google.com>
Tue, 6 Feb 2024 15:59:53 +0000 (15:59 +0000)
commit4b0e086348c99eaa458f18e4b3e4498f0aaadc1a
treec565a207068c3a326f8bea4667bc2e51b5854fd0
parent6f44cc88f5f94253096ceed16b8e0fdb117cdd06
dog/go1.22: tweak coverage testing notes

Clarify the section in the "go" command notes that deals with the
changes to "go test -cover" for packages without tests, adding a note
that if a package has not tests and no executable code, you still get
a "package has no test files" diagnostic.

Fixes #65262.

Change-Id: Ie960871f9d5c1a1965090738644eace28fc3e156
Reviewed-on: https://go-review.googlesource.com/c/go/+/561337
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Chris Hines <chris.cs.guy@gmail.com>
doc/go1.22.html