aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/covdata
AgeCommit message (Expand)Author
2024-05-14cmd: add telemetry for commands in cmdMichael Matloob
2024-04-17cmd/covdata: close cpu and mem profileguoguangwu
2024-03-12cmd/covdata: fix typo in commentguoguangwu
2024-03-07all: remove redundant string conversions when formatting []byte with %scui fliter
2023-10-03cmd: fix mismatched symbolscui fliter
2023-07-14cmd/covdata: format package comment for 'go doc' renderingBryan C. Mills
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-05-23internal/coverage/cformat: add aggregation option to EmitPercentThan McIntosh
2023-05-23cmd/covdata: relax mode clash policy for selected operationsThan McIntosh
2023-05-10cmd: use slices.Equal to simplify codecui fliter
2023-04-26coverage: fix count vs emit discrepancy in coverage counter data writingThan McIntosh
2023-03-31all: replace fmt.Sprintf("%d") with strconv.ItoaPhilippe Antoine
2023-03-07cmd: fix mismatched symbolscui fliter
2023-01-20internal/coverage/decodemeta: fix coding error in func literal handlingThan McIntosh
2022-12-08cmd/{go,cover,covdata}: fix 'package main' inconsistent handlingThan McIntosh
2022-11-15cmd/cover: use testenv.Command instead of exec.CommandBryan C. Mills
2022-11-07cmd/covdata: fix wrong struct name in the commentDmitry Alimov
2022-10-12cmd/{cover,covdata}: minor code cleanupsThan McIntosh
2022-09-29cmd: add skips as needed to get tests to pass on js/wasmBryan C. Mills
2022-09-29cmd{cover,covdata,go}: better coverage for tests that build toolsThan McIntosh
2022-09-28cmd/covdata: add tools to read/manipulate coverage data filesThan McIntosh