mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 21:18:08 -05:00
commit
385fac0ced
@ -37,7 +37,7 @@ go test -v 2>&1 | go-junit-report > report.xml
|
|||||||
|
|
||||||
Note that it also can parse benchmark output with `-bench` flag:
|
Note that it also can parse benchmark output with `-bench` flag:
|
||||||
```bash
|
```bash
|
||||||
go test -v -bench . -count 5 2>&1 | ./go-junit-report > report.xml
|
go test -v -bench . -count 5 2>&1 | go-junit-report > report.xml
|
||||||
```
|
```
|
||||||
|
|
||||||
[travis-badge]: https://travis-ci.org/jstemmer/go-junit-report.svg
|
[travis-badge]: https://travis-ci.org/jstemmer/go-junit-report.svg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user