Golang单元测试-覆盖率

//生成覆盖率文件
go test -cover -coverprofile=result
//使用html格式打开
go tool -cover -html=result
posted @ 2023-04-18 18:24  弩哥++  阅读(98)  评论(0)    收藏  举报