mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 21:18:08 -05:00
Add pkg.go.dev badge to README
This commit is contained in:
parent
292aab72b9
commit
79c139d4b9
19
README.md
19
README.md
@ -4,14 +4,7 @@ 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].
|
XML report, suitable for use with applications such as [Jenkins].
|
||||||
|
|
||||||
[![Build status][github-actions-badge]][github-actions-link]
|
[![Build status][github-actions-badge]][github-actions-link]
|
||||||
|
[](https://pkg.go.dev/github.com/jstemmer/go-junit-report/v2)
|
||||||
The test output parser and JUnit XML report generator are also available as Go
|
|
||||||
packages. This can be helpful if you want to create your own custom JUnit
|
|
||||||
reports for example. See the package documentation on pkg.go.dev for more
|
|
||||||
information:
|
|
||||||
|
|
||||||
- [github.com/jstemmer/go-junit-report/v2/parser/gotest]
|
|
||||||
- [github.com/jstemmer/go-junit-report/v2/junit]
|
|
||||||
|
|
||||||
## Install from package (recommended)
|
## Install from package (recommended)
|
||||||
|
|
||||||
@ -85,6 +78,16 @@ Run `go-junit-report -help` for a list of all supported flags.
|
|||||||
| `-subtest-mode` | set subtest `mode`, modes are: `ignore-parent-results`, `exclude-parents` |
|
| `-subtest-mode` | set subtest `mode`, modes are: `ignore-parent-results`, `exclude-parents` |
|
||||||
| `-version` | print version and exit |
|
| `-version` | print version and exit |
|
||||||
|
|
||||||
|
## Go packages
|
||||||
|
|
||||||
|
The test output parser and JUnit XML report generator are also available as Go
|
||||||
|
packages. This can be helpful if you want to use the `go test` output parser or
|
||||||
|
create your own custom JUnit reports for example. See the package documentation
|
||||||
|
on pkg.go.dev for more information:
|
||||||
|
|
||||||
|
- [github.com/jstemmer/go-junit-report/v2/parser/gotest]
|
||||||
|
- [github.com/jstemmer/go-junit-report/v2/junit]
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### v2.0.0
|
### v2.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user