mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 21:18:08 -05:00
Reorganize README
Move the contribution section to the bottom and fix the formatting of the test section.
This commit is contained in:
parent
1b8b67371c
commit
45752f2672
27
README.md
27
README.md
@ -15,17 +15,6 @@ command:
|
|||||||
go get -u github.com/jstemmer/go-junit-report
|
go get -u github.com/jstemmer/go-junit-report
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contribution
|
|
||||||
|
|
||||||
Create an Issue and discuss the fix or feature, then fork the package.
|
|
||||||
Clone to github.com/jstemmer/go-junit-report. This is necessary because go import uses this path.
|
|
||||||
Fix or implement feature. Test and then commit change.
|
|
||||||
Specify #Issue and describe change in the commit message.
|
|
||||||
Create Pull Request. It can be merged by owner or administrator then.
|
|
||||||
|
|
||||||
## Run Tests
|
|
||||||
go test
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
go-junit-report reads the `go test` verbose output from standard in and writes
|
go-junit-report reads the `go test` verbose output from standard in and writes
|
||||||
@ -38,7 +27,21 @@ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Contribution
|
||||||
|
|
||||||
|
Create an Issue and discuss the fix or feature, then fork the package.
|
||||||
|
Clone to github.com/jstemmer/go-junit-report. This is necessary because go import uses this path.
|
||||||
|
Fix or implement feature. Test and then commit change.
|
||||||
|
Specify #Issue and describe change in the commit message.
|
||||||
|
Create Pull Request. It can be merged by owner or administrator then.
|
||||||
|
|
||||||
|
### Run Tests
|
||||||
|
|
||||||
|
```bash
|
||||||
|
go test
|
||||||
|
```
|
||||||
|
|
||||||
[travis-badge]: https://travis-ci.org/jstemmer/go-junit-report.svg
|
[travis-badge]: https://travis-ci.org/jstemmer/go-junit-report.svg
|
||||||
[travis-link]: https://travis-ci.org/jstemmer/go-junit-report
|
[travis-link]: https://travis-ci.org/jstemmer/go-junit-report
|
||||||
|
Loading…
x
Reference in New Issue
Block a user