go/cmd/cover
Bryan C. Mills c17b040389 all: skip tests if required tools are not found
Fixes golang/go#33950

Change-Id: Iefcb757e773bc052793611c099c25a457fd7e243
Reviewed-on: https://go-review.googlesource.com/c/tools/+/192400
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
2019-08-30 15:40:57 +00:00
..
testdata cmd/cover: cover funcs in if, for, switch clauses 2015-03-31 19:20:52 +00:00
README cmd/cover: document that it is moving to the standard repository 2015-05-01 00:38:25 +00:00
cover.go all: address vet issues, fix print calls 2016-03-27 20:36:34 +00:00
cover_test.go all: skip tests if required tools are not found 2019-08-30 15:40:57 +00:00
doc.go cmd/cover: document that it is moving to the standard repository 2015-05-01 00:38:25 +00:00
func.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
html.go cmd/cover: check os.Create error im html output 2017-01-08 00:00:17 +00:00

README

NOTE: For Go releases 1.5 and later, this tool lives in the
standard repository. The code here is not maintained.