包装工作服 程序包整体包含多个程序包进行项目,在每个目录中的所有程序包上运行测试覆盖率测试,最后将其连接到一个文件中,用于goveralls和codecov.io等工具。 用法和文件 例子 overalls -project=github.com/go-playground/overalls -covermode=count -debug 然后再使用其他工具,例如 goveralls -coverprofile=overalls.coverprofile -service semaphore -repotoken $COVERALLS_TOKEN 或 mv overalls.coverprofile coverage.txt export CODECOV_TOKEN=### bash <(curl -s https://codecov.io/bash) 笔记: 目前,goverall
2021-03-02 18:06:21 13KB coverprofile Go
1
服务器状态检查中...