[ bianca ]
パッケージ: go-junit-report (2.1.0-1.1 など)
go-junit-report に関するリンク
golang-github-jstemmer-go-junit-report ソースパッケージをダウンロード:
- [golang-github-jstemmer-go-junit-report_2.1.0-1.1.debian.tar.xz]
- [golang-github-jstemmer-go-junit-report_2.1.0-1.1.dsc]
- [golang-github-jstemmer-go-junit-report_2.1.0.orig.tar.gz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
convert Go test output to JUnit XML (program)
go-junit-report is a tool that converts go test output to a JUnit compatible XML report, suitable for use with applications such as Jenkins or GitLab CI.
By default, go-junit-report reads go test -v output generated by the standard library testing package from stdin and writes a JUnit XML report to stdout.