如何使用gb获取代码覆盖率?

时间:2016-01-24 22:05:03

标签: go code-coverage build-tools

正在运行gb

gb test .../<regex>/... -v

有效,但正在运行gb test .../<regex>/... -coverprofile=cover.out会导致:

testing: cannot use -test.coverprofile because test binary was not built with coverage enabled

go test -coverprofile cover.out有效。如何使用gb获取代码覆盖率?

1 个答案:

答案 0 :(得分:1)

gb尚不支持

-coverprofile标志。

您可以在https://github.com/constabulary/gb/issues/367查看状态。

此处还有一个解决方法,您可以使用。