# go-test-teamcity **Repository Path**: mirrors_cockroachdb/go-test-teamcity ## Basic Information - **Project Name**: go-test-teamcity - **Description**: Convert golang test output to TeamCity format - **Primary Language**: Unknown - **License**: WTFPL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DEPRECATED Cockroach Labs has stopped using this repository (outside of builds for older releases). This code is no longer maintained. [![Docker automated build](https://img.shields.io/badge/docker-automated--build-blue.svg?style=flat-square)](https://hub.docker.com/r/xjewer/go-test-teamcity/) # Golang test TeamCity converter Convert go test output to TeamCity format Support Run, Skip, Pass, Fail ### Installation ```bash go get github.com/2tvenom/go-test-teamcity ``` ### How use ```bash go test -v ./... | go-test-teamcity ``` ### Docker ```bash go test -v ./... | docker run -i xjewer/go-test-teamcity ``` ### Links - https://confluence.jetbrains.com/display/TCD9/Build+Script+Interaction+with+TeamCity