96c9586b4d
go: no such tool 'covdata' fires when go test tries to build a test binary for a package with zero _test.go files under -coverpkg. The store package has no tests of its own (exercised via the server harness); excluding it from the test command sidesteps the error while -coverpkg still counts its coverage from server-side exercise. Refs: M4.2