Skip to content
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

x/website: typo in covdata invocation #57268

Closed
seankhliao opened this issue Dec 12, 2022 · 2 comments
Closed

x/website: typo in covdata invocation #57268

seankhliao opened this issue Dec 12, 2022 · 2 comments
Assignees
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. website
Milestone

Comments

@seankhliao
Copy link
Member

seankhliao commented Dec 12, 2022

On the coverage page: https://go.dev/testing/coverage/
Under Reporting percent statements covered

There's

go tool covdata -i=<directory> percent

Which should be

go tool covdata percent -i=<directory>

cc @thanm

@gopherbot gopherbot added this to the Unreleased milestone Dec 12, 2022
@seankhliao seankhliao added the NeedsFix The path to resolution is known, but the work has not been done. label Dec 12, 2022
@thanm thanm self-assigned this Dec 12, 2022
@thanm
Copy link
Contributor

thanm commented Dec 12, 2022

Thanks for the report. I will send a CL.

@gopherbot
Copy link

Change https://go.dev/cl/456776 mentions this issue: _content/testing/coverage: fix typo in reporting section

@golang golang locked and limited conversation to collaborators Dec 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. website
Projects
None yet
Development

No branches or pull requests

3 participants