summaryrefslogtreecommitdiff
path: root/src/cmd/covdata
Commit message (Expand)AuthorAgeFilesLines
* cmd: use slices.Equal to simplify codecui fliter2023-05-101-13/+2
* coverage: fix count vs emit discrepancy in coverage counter data writingThan McIntosh2023-04-261-11/+0
* all: replace fmt.Sprintf("%d") with strconv.ItoaPhilippe Antoine2023-03-311-2/+5
* cmd: fix mismatched symbolscui fliter2023-03-071-1/+1
* internal/coverage/decodemeta: fix coding error in func literal handlingThan McIntosh2023-01-201-0/+1
* cmd/{go,cover,covdata}: fix 'package main' inconsistent handlingThan McIntosh2022-12-081-16/+19
* cmd/cover: use testenv.Command instead of exec.CommandBryan C. Mills2022-11-151-8/+7
* cmd/covdata: fix wrong struct name in the commentDmitry Alimov2022-11-071-1/+1
* cmd/{cover,covdata}: minor code cleanupsThan McIntosh2022-10-122-8/+5
* cmd: add skips as needed to get tests to pass on js/wasmBryan C. Mills2022-09-291-9/+11
* cmd{cover,covdata,go}: better coverage for tests that build toolsThan McIntosh2022-09-292-5/+69
* cmd/covdata: add tools to read/manipulate coverage data filesThan McIntosh2022-09-2811-0/+2438