# gocov-xml **Repository Path**: mellymeng/gocov-xml ## Basic Information - **Project Name**: gocov-xml - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README gocov XML (Cobertura) export ============================ This is a simple helper tool for generating XML output in [Cobertura](http://cobertura.sourceforge.net/) format for CIs like [Jenkins](https://wiki.jenkins-ci.org/display/JENKINS/Cobertura+Plugin) and others from [github.com/axw/gocov](https://github.com/axw/gocov) output. Installation ------------ Just type the following to install the program and its dependencies: $ go get github.com/axw/gocov/... $ go get github.com/AlekSi/gocov-xml Usage ----- `gocov-xml` reads from the standard input: $ gocov test github.com/gorilla/mux | gocov-xml > coverage.xml Authors ------- * [Alexey Palazhchenko (AlekSi)](https://github.com/AlekSi) * [Yukinari Toyota (t-yuki)](https://github.com/t-yuki)