summaryrefslogtreecommitdiff
path: root/src/pkg/testing/cover.go
Commit message (Expand)AuthorAgeFilesLines
* testing: add Coverage functionRuss Cox2014-07-221-0/+23
* cmd/go, testing: streamline direct use of test binariesRuss Cox2013-07-121-21/+14
* cmd/go, testing: remove redundant "for pkg" in coverage messageRuss Cox2013-07-121-1/+1
* cmd/go: fix a couple of bugs in coverage toolingRob Pike2013-07-101-13/+14
* testing: include cover mode in cover profileRob Pike2013-06-211-0/+1
* cmd/go: write coverage to file, add percentage statisticRob Pike2013-06-181-0/+91