1
0
mirror of https://github.com/golang/go synced 2024-11-17 00:24:48 -07:00

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 <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Cherry Mui 2023-12-08 15:11:12 -05:00
parent aa4a95011c
commit 9869a0ce7e

View File

@ -55,9 +55,9 @@ Do not send CLs removing the interior tags from such phrases.
<!-- CL 495447 -->
<p>
`go` `test` `-cover` now prints coverage summaries for covered
<code>go</code> <code>test</code> <code>-cover</code> 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
<code>go</code> <code>test</code> <code>-cover</code> run for such a package would report
</p>
<p>