]> Cypherpunks repositories - gostls13.git/commit
cmd/go: simplify flags for coverage
authorRob Pike <r@golang.org>
Wed, 19 Jun 2013 00:15:26 +0000 (17:15 -0700)
committerRob Pike <r@golang.org>
Wed, 19 Jun 2013 00:15:26 +0000 (17:15 -0700)
commit27cca31ee1619e8820bec79617e0ead54f90adc1
tree636187ef1e403777f294afca51063fbf14089703
parent8e8b8b85c261d219ed3b37638b6cd96d47da79d6
cmd/go: simplify flags for coverage
The single flag -cover provides the default simplest behavior.
The other flags, -covermode and -coverprofile, provide more
control. The three flags interconnect to work well.

R=rsc, adg
CC=golang-dev
https://golang.org/cl/10364044
src/cmd/go/doc.go
src/cmd/go/test.go
src/cmd/go/testflag.go
src/pkg/testing/testing.go