aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cover
AgeCommit message (Expand)Author
2026-02-13cmd/cover: exclude commented-out code from coverage instrumentationRudy Regazzoni
2026-02-06cmd/link: align covctrs symbolKeith Randall
2026-02-02cmd/cover, cmd/covdata: actually delete temp dirsIan Lance Taylor
2024-09-03cmd: replace many sort.Interface with slices.Sort and SortFuncZxilly
2024-09-03cmd: use testenv.Executable helperKir Kolyshkin
2024-06-21cmd/internal: separate counter package from telemetry packageMichael Matloob
2024-06-13cmd/go: call telemetry.MaybeChild at start of go commandMichael Matloob
2024-05-14cmd: add telemetry for commands in cmdMichael Matloob
2024-04-15cmd/cover: fix typo in commentguoguangwu
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2023-10-03cmd: fix mismatched symbolscui fliter
2023-09-30internal,cmd/internal: relocate covcmd package from std to cmdThan McIntosh
2023-09-14cmd/cover: add new "emit meta file" mode for packages without testsThan McIntosh
2023-08-14internal/coverage: separate out cmd defs to separate packageThan McIntosh
2023-06-22cmd/{go,cover}: enable response file args for cmd/coverThan McIntosh
2023-06-07cmd/cover: error out if a requested source file contains a newlineBryan C. Mills
2023-05-30cmd/{cover,go}: revise fix for pkg init order change with -coverThan McIntosh
2023-02-08cmd/cover: add newline to fix -covermode=atomic build errorThan McIntosh
2023-01-13cmd/cover: remove go.mod from testdata subdirThan McIntosh
2023-01-05cmd/cover: fix problems with "go test -covermode=atomic sync/atomic"Than 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-01cmd/cover: fix buglet causing differences in -m outputThan McIntosh
2022-11-01cmd/{go,cover}: fix for -coverprofile path capture with local pkgThan McIntosh
2022-10-21cmd/cover: fix buglets in counter insertionThan McIntosh
2022-10-21cmd/cover: fix problem with race mode and inliningThan McIntosh
2022-10-12cmd/{cover,covdata}: minor code cleanupsThan McIntosh
2022-09-29cmd/cover: use io.SeekStart, io.SeekCurrentcuiweixie
2022-09-29cmd/cover: remove unnecessary fmt.Sprintfcuiweixie
2022-09-29cmd: add skips as needed to get tests to pass on js/wasmBryan C. Mills
2022-09-29cmd/{cover,go}: avoid use of os.PathListSeparator in cmd/cover flagThan McIntosh
2022-09-29cmd{cover,covdata,go}: better coverage for tests that build toolsThan McIntosh
2022-09-28cmd/cover: add hybrid instrumentation modeThan McIntosh
2022-09-08cmd/cover: use strings.Buildercuiweixie
2022-05-02all: use os/exec instead of internal/execabsRuss Cox
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-04cmd/cover: use fmt.Print for newline-ending fixed stringZvonimir Pavlinovic
2021-10-28cmd/compile: resolve the TODO of processPragmasLeonard Wang
2021-03-25cmd/cover: use golang.org/x/tools/cover directlyTobias Klauser
2021-03-15all: run gofmtPrajwal Koirala
2021-03-14cmd/cover: replace code using optimized golang.org/x/tools/coverKoichi Shiraishi
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-08-17all: replace Replace(..., -1) with ReplaceAll(...)Polina Osadcha
2020-04-30cmd/cover: include a package name in the HTML titleRob Pike
2020-04-20cmd/cover: add <title> tag to <head> for coverage report HTML templateDavid Carter
2020-03-13cmd/cover: skip function declarations with blank nameszikaeroh
2019-10-22syscall: respect permission bits on file opening on WindowsJason A. Donenfeld