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>
<!-- 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>