文件名称:gocov:Go编程语言的覆盖率测试工具
文件大小:23KB
文件格式:ZIP
更新时间:2024-03-05 11:09:44
Go
戈科夫
Go编程语言的覆盖率报告工具
安装
go get github.com/axw/gocov/gocov
用法
目前有四种gocov命令: test , convert , report和annotate 。
gocov测试
运行gocov test [args...]将运行go test [args...] ,并添加一个隐式-coverprofile ,然后将gocov convert的结果与该配置文件一起输出。
gocov转换
运行gocov convert
【文件预览】:
gocov-master
----go.mod(100B)
----gocov()
--------main.go(3KB)
--------test.go(3KB)
--------annotate.go(6KB)
--------report.go(6KB)
--------internal()
--------convert.go(8KB)
----AUTHORS(115B)
----go.sum(723B)
----gocov.go(4KB)
----.travis.yml(13B)
----gocov_test.go(4KB)
----LICENSE(3KB)
----README.md(2KB)
----.gitignore(252B)
----gocovutil()
--------packages.go(2KB)