Skip to content

Commit 6d33e5c

Browse files
committed
Readme updates
1 parent 1d656e9 commit 6d33e5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# JUnit Annotate Buildkite Plugin
22

3-
A [Buildkite](https://buildkite.com/) plugin for annotating your builds with the test failures.
3+
A [Buildkite](https://buildkite.com/) plugin that creates a summary of build failures as a build annotation, by parsing JUnit XML test report artifacts from previous jobs.
44

55
## Example
66

7-
The following pipeline will run 50 `test.sh` jobs in parallel, and then process all the resulting JUnit XML files to create a summary build annotation.
7+
The following pipeline will run `test.sh` jobs in parallel, and then process all the resulting JUnit XML files to create a summary build annotation.
88

99
```yml
1010
steps:

0 commit comments

Comments
 (0)