Merge pull request #76 from PascalBourdier/master

fix path in doc
This commit is contained in:
Joël Stemmer 2018-06-14 15:38:34 +01:00 committed by GitHub
commit 385fac0ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
```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