mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
Update CHANGELOG for v1.3.1
This commit is contained in:
parent
bab8ddc2ca
commit
8a00817999
2 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## v1.3.1
|
||||
- [Fix: parsing of .NET duration string without milliseconds](https://github.com/dorny/test-reporter/pull/84)
|
||||
- [Fix: dart-json - remove group name from test case names](https://github.com/dorny/test-reporter/pull/85)
|
||||
- [Fix: net-trx parser crashing on missing duration attribute](https://github.com/dorny/test-reporter/pull/86)
|
||||
|
||||
## v1.3.0
|
||||
- [Add support for java-junit](https://github.com/dorny/test-reporter/pull/80)
|
||||
- [Fix: Handle test reports with no test cases](https://github.com/dorny/test-reporter/pull/70)
|
||||
|
|
|
|||
|
|
@ -288,4 +288,4 @@ Unfortunately there are some known issues and limitations caused by GitHub API:
|
|||
|
||||
## License
|
||||
|
||||
The scripts and documentation in this project are released under the [MIT License](https://github.com/dorny/test-reporter/blob/master/LICENSE)
|
||||
The scripts and documentation in this project are released under the [MIT License](https://github.com/dorny/test-reporter/blob/main/docs/LICENSE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue