golang/src/cmd/covdata/testdata
Than McIntosh 7a74829858 cmd/covdata: add tools to read/manipulate coverage data files
Add a set of helper packages for reading collections of related
meta-data and counter-data files ("pods") produced by runs of
coverage-instrumented binaries, and a new tool program (cmd/covdata)
for dumping and/or manipulating coverage data files.

Currently "go tool covdata" subcommands include 'merge', 'intersect',
'percent', 'pkglist', 'subtract', 'debugdump', and 'textfmt'
(conversion to the legacy "go tool cover" format).

Updates #51430.

Change-Id: I44167c578f574b4636ab8726e726388531fd3258
Reviewed-on: https://go-review.googlesource.com/c/go/+/357609
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
2022-09-28 11:47:16 +00:00
..
dep.go cmd/covdata: add tools to read/manipulate coverage data files 2022-09-28 11:47:16 +00:00
prog1.go cmd/covdata: add tools to read/manipulate coverage data files 2022-09-28 11:47:16 +00:00
prog2.go cmd/covdata: add tools to read/manipulate coverage data files 2022-09-28 11:47:16 +00:00