文件名称:go-test-teamcity:将golang测试输出转换为TeamCity格式
文件大小:15KB
文件格式:ZIP
更新时间:2024-02-20 01:30:15
go docker golang continuous-integration continuous-delivery
Golang测试TeamCity转换器 将go test输出转换为TeamCity格式 支持运行,跳过,通过,失败 安装 go get github.com/2tvenom/go-test-teamcity 使用方法 go test -v ./... | go-test-teamcity 码头工人 go test -v ./... | docker run -i xjewer/go-test-teamcity Docker多阶段构建 扩展Golang Dockerhub指令以Start a Go instance in your app : ://hub.docker.com/_/golang 使用此映像的最直接方法是将Go容器用作构建和运行时环境。 在Dockerfile中,按照以下内容编写内容将编译并运行您的项目: ... COPY --from=xjewer/go-test-teamcity /converter /usr/local/bin/go-test-teamcity RUN go test -v ./... | go-test-teamcity 链接
【文件预览】:
go-test-teamcity-master
----main.go(4KB)
----testdata()
--------output()
--------input()
----Dockerfile(321B)
----LICENSE(472B)
----main_test.go(1KB)
----README.md(1KB)