aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/coverage/testsupport.go
AgeCommit message (Expand)Author
2024-05-21runtime/coverage: remove uses of //go:linknameRuss Cox
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-03-26all: fix a large number of commentscui fliter
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2023-05-23runtime/coverage: add support for "auxiliary" meta-data filesThan McIntosh
2023-05-23runtime/coverage: add coverage snapshot helper routineThan McIntosh
2023-05-23internal/coverage/cformat: add aggregation option to EmitPercentThan McIntosh
2023-01-20runtime/coverage: avoid non-test coverage profiles in test report helperThan McIntosh
2022-12-21runtime/coverage: add missing file close in test support helperThan McIntosh
2022-09-29runtime/coverage: improve unit testsThan McIntosh
2022-09-28runtime/coverage: runtime routines to emit coverage dataThan McIntosh