aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cover/testdata
AgeCommit message (Expand)Author
2021-03-15all: run gofmtPrajwal Koirala
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2019-06-03cmd/cover: fix counting of blocks split by goto statementsAndrew Gerrand
2018-12-18cmd/cover: use -toolexec in tests to run newly built cover programIan Lance Taylor
2018-06-07cmd/cover: fix sorting of profile segment boundaries, againDavid Symonds
2018-06-07cmd/cover: add test for HTML outputDavid Symonds
2017-11-13cmd/cover: modify source as text, not as ASTRuss Cox
2017-10-16cmd/cover: preserve compiler directives in floating commentsJay Conrod
2017-06-02cmd/cover: take default value of total only once.Dhananjay Nakrani
2016-12-20cmd/cover: retain un-attached compiler directivesDhananjay Nakrani
2016-11-03cmd/cover: change covered block for switch/select case to exclude expressionRuss Cox
2016-10-14cmd/cover: handle gotosRob Pike
2016-10-04cmd/cover: Fix compiler directives handling.Dhananjay Nakrani
2016-02-22cmd/cover: don't overskip children nodes when adding countersCaio Marcelo de Oliveira Filho
2015-05-01cmd/cover: copy to standard repository from golang.org/x/tools/cmd/coverRob Pike