Sign inSign up

jfrench/go-junit-docker

By jfrench

•Updated almost 10 years ago

Docker container that produces jUnit reports for Go apps using jstemmer/go-junit-report

Image
0

1.2K

jfrench/go-junit-docker repository overview

⁠go-junit-docker

Docker container that runs Go tests and produces a jUnit style report file.

⁠Usage

Run this container with your Go app mounted to /go/src/app

$ docker run --rm -v $PWD:/go/src/app jfrench/go-junit-report

⁠Output

The jUnit XML report will be written to a file called report.xml in your app's folder.

Tag summary

Content type

Image

Digest

Size

242.8 MB

Last updated

almost 10 years ago

docker pull jfrench/go-junit-docker