From: Cherry Mui Date: Fri, 8 Dec 2023 20:11:12 +0000 (-0500) Subject: doc/go1.22: fix go test -cover formatting X-Git-Tag: go1.22rc1~57 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9869a0ce7e2685a72641452efc17f039b9040164;p=gostls13.git doc/go1.22: fix go test -cover formatting For #61422. Change-Id: I3591673b55fef35bc429d2e1ce4bc72c0129c03c Reviewed-on: https://go-review.googlesource.com/c/go/+/548479 Reviewed-by: Than McIntosh LUCI-TryBot-Result: Go LUCI --- diff --git a/doc/go1.22.html b/doc/go1.22.html index f9b98bff8e..e252c3c227 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -55,9 +55,9 @@ Do not send CLs removing the interior tags from such phrases.

-`go` `test` `-cover` now prints coverage summaries for covered +go test -cover now prints coverage summaries for covered packages that do not have their own test files. Prior to Go 1.22 a -`go` `test` `-cover` run for such a package would report +go test -cover run for such a package would report