summaryrefslogtreecommitdiff
path: root/src/cmd/cover
Commit message (Expand)AuthorAgeFilesLines
* cmd/cover: take default value of total only once.Dhananjay Nakrani2017-06-024-9/+65
* cmd/cover: fix spelling mistakeKevin Burke2016-12-201-1/+1
* cmd/cover: retain un-attached compiler directivesDhananjay Nakrani2016-12-203-11/+50
* cmd/cover: handle multiple samples from the same locationKeith Randall2016-11-181-0/+23
* cmd/cover: don't ignore os.Create errorDaniel Martí2016-11-171-2/+5
* cmd/cover: change covered block for switch/select case to exclude expressionRuss Cox2016-11-032-2/+14
* cmd/cover: handle gotosRob Pike2016-10-142-4/+58
* cmd/cover: fix typoKevin Burke2016-10-041-1/+1
* cmd/cover: Fix compiler directives handling.Dhananjay Nakrani2016-10-044-24/+48
* cmd: add internal/browser packageJosh Bleecher Snyder2016-09-141-20/+2
* all: use testing.GoToolPath instead of "go"Keith Randall2016-08-301-2/+2
* cmd: fixed certain vet warningsAliaksandr Valialkin2016-05-121-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* cmd/cover: don't overskip children nodes when adding countersCaio Marcelo de Oliveira Filho2016-02-222-0/+44
* cmd/cover: allow part selection to be retained across page refreshesShenghou Ma2015-11-271-5/+19
* all: extract "can I exec?" check from tests into internal/testenvRuss Cox2015-06-161-10/+3
* cmd/cover: fix missing error check in testDave Cheney2015-06-021-1/+3
* cmd/cover: fix buildDave Cheney2015-05-011-0/+10
* cmd/cover: try once again to fix the buildRob Pike2015-05-013-5/+5
* cmd/cover: fix buildRob Pike2015-05-013-5/+1
* cmd/cover: copy to standard repository from golang.org/x/tools/cmd/coverRob Pike2015-05-019-0/+1799