README ¶ go-junit-report Converts go test -v output to xml reports, suitable for applications that expect junit xml reports. (e.g. Jenkins), one per Go package. Installation go get github.com/cee-dub/go-junit-report Usage mkdir -p junit go test -v | go-junit-report -dir junit Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files go-junit-report.go junit-formatter.go parser.go Click to show internal directories. Click to hide internal directories.