1 Star 0 Fork 33

stamhe / go-spring

forked from Gitee 极速下载 / go-spring 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
RunAllTests.sh 167 Bytes
一键复制 编辑 原始数据 按行查看 历史
lvan100 提交于 2020-06-20 23:12 . 整理代码和注释
#!/bin/bash
# 执行当前目录及子目录下的测试用例
go test -cover -coverprofile=covprofile -count=1 ./...
go tool cover -html=covprofile -o coverage.html
Shell
1
https://gitee.com/stamhe/go-spring.git
git@gitee.com:stamhe/go-spring.git
stamhe
go-spring
go-spring
master

搜索帮助