On the coverage page: https://go.dev/testing/coverage/ Under [Reporting percent statements covered ](https://go.dev/testing/coverage/#reporting-percent-statements-covered) There's > go tool covdata -i=\<directory\> percent Which should be > go tool covdata percent -i=\<directory\> cc @thanm
On the coverage page: https://go.dev/testing/coverage/
Under Reporting percent statements covered
There's
Which should be
cc @thanm