testing: no way to get a snapshot of current coverage data accumulator #34263
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Tried to find a way to get value of coverage data accumulator.
What did you expect to see?
There's a way to register a coverage data accumulator. Hence there should be a way to get value of coverage data accumulator.
What did you see instead?
Found no way to get the value of a package level non-exposing variable
cover
.The text was updated successfully, but these errors were encountered: