mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-05-20 10:54:28 -05:00
Add go report card badge to README
This commit is contained in:
parent
075629ad5f
commit
ce2d6b2372
@ -3,8 +3,9 @@
|
||||
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].
|
||||
|
||||
[![Build status][github-actions-badge]][github-actions-link]
|
||||
[](https://github.com/jstemmer/go-junit-report/actions)
|
||||
[](https://pkg.go.dev/github.com/jstemmer/go-junit-report/v2)
|
||||
[](https://goreportcard.com/report/github.com/jstemmer/go-junit-report/v2)
|
||||
|
||||
## Install from package (recommended)
|
||||
|
||||
@ -118,8 +119,6 @@ See [CONTRIBUTING.md].
|
||||
|
||||
[`go test`]: https://pkg.go.dev/cmd/go#hdr-Test_packages
|
||||
[Jenkins]: https://www.jenkins.io/
|
||||
[github-actions-badge]: https://github.com/jstemmer/go-junit-report/actions/workflows/main.yml/badge.svg
|
||||
[github-actions-link]: https://github.com/jstemmer/go-junit-report/actions
|
||||
[github.com/jstemmer/go-junit-report/v2/parser/gotest]: https://pkg.go.dev/github.com/jstemmer/go-junit-report/v2/parser/gotest
|
||||
[github.com/jstemmer/go-junit-report/v2/junit]: https://pkg.go.dev/github.com/jstemmer/go-junit-report/v2/junit
|
||||
[Releases]: https://github.com/jstemmer/go-junit-report/releases
|
||||
|
Loading…
x
Reference in New Issue
Block a user