-
Notifications
You must be signed in to change notification settings - Fork 18.1k
runtime/coverage: fix snapshot total calculation #62669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This PR (HEAD: f5da9a0) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/528815. Important tips:
|
Sum number of counters to obtain total number of coverable units instead of using length of the section data. Updates golang#62212
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/528815. |
f5da9a0
to
0151db7
Compare
Message from Alexander Yastrebov: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/528815. |
This PR (HEAD: 0151db7) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/528815. Important tips:
|
Message from Than McIntosh: Patch Set 2: Code-Review+2 Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/528815. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/528815. |
Message from Gopher Robot: Patch Set 2: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/528815. |
Message from Alexander Yastrebov: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/528815. |
Message from Than McIntosh: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/528815. |
Message from Alexander Yastrebov: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/528815. |
Message from Than McIntosh: Patch Set 2: -Code-Review Hold+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/528815. |
See CL discussion |
Sum number of counters to obtain total number of coverable units
instead of using length of the section data.
Updates #62212