Running gb:
gb test .../<regex>/... -v
works, but running gb test .../<regex>/... -coverprofile=cover.out
results in:
testing: cannot use -test.coverprofile because test binary was not built with coverage enabled
while go test -coverprofile cover.out
works. How to get code coverage using gb as well?