Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelGirodon committed Apr 26, 2024
1 parent e82a4ce commit 9958a9a
Show file tree
Hide file tree
Showing 8 changed files with 394 additions and 129 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## 1.3.0 - 2024-04-27

- Improve JUnit report format support

## 1.2.0 - 2024-03-24

- Upgrade runtime to node20
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ support this format too, natively or using an additional reporter, e.g.:
- **Jest**: `jest --reporters="jest-junit"`
- **PHPUnit**: `phpunit --log-junit report.xml`

The number of tests and failures will be extracted from the `<testsuites>` tag.
The number of tests and failures will be extracted from `<testsuite>` tags.

➡️ `{repo}-[{ref}-]junit-tests.json`

Expand Down
Loading

0 comments on commit 9958a9a

Please sign in to comment.