go/src/cmd/cover
Andy Pan 4c2b1e0feb runtime: migrate internal/atomic to internal/runtime
For #65355

Change-Id: I65dd090fb99de9b231af2112c5ccb0eb635db2be
Reviewed-on: https://go-review.googlesource.com/c/go/+/560155
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ibrahim Bazoka <ibrahimbazoka729@gmail.com>
Auto-Submit: Emmanuel Odeke <emmanuel@orijtech.com>
2024-03-25 19:53:03 +00:00
..
testdata cmd/cover: add new "emit meta file" mode for packages without tests 2023-09-14 19:44:37 +00:00
cfg_test.go internal,cmd/internal: relocate covcmd package from std to cmd 2023-09-30 16:13:15 +00:00
cover.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
cover_test.go cmd/cover: error out if a requested source file contains a newline 2023-06-07 16:54:28 +00:00
doc.go cmd: fix mismatched symbols 2023-10-03 12:57:25 +00:00
export_test.go cmd{cover,covdata,go}: better coverage for tests that build tools 2022-09-29 14:13:50 +00:00
func.go all: use os/exec instead of internal/execabs 2022-05-02 17:49:12 +00:00
html.go cmd/cover: use strings.Builder 2022-09-08 14:33:36 +00:00
pkgname_test.go