mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
Update CHANGELOG to 1.5.0
This commit is contained in:
parent
a585725c8b
commit
0d00bb14cb
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.5.0
|
||||||
|
- [Add option to convert backslashes in path pattern to forward slashes](https://github.com/dorny/test-reporter/pull/128)
|
||||||
|
- [Add option to generate only the summary from processed test results files](https://github.com/dorny/test-reporter/pull/123)
|
||||||
|
|
||||||
## v1.4.3
|
## v1.4.3
|
||||||
- [Patch java-junit to handle missing time field](https://github.com/dorny/test-reporter/pull/115)
|
- [Patch java-junit to handle missing time field](https://github.com/dorny/test-reporter/pull/115)
|
||||||
- [Fix dart-json parsing broken by print message](https://github.com/dorny/test-reporter/pull/114)
|
- [Fix dart-json parsing broken by print message](https://github.com/dorny/test-reporter/pull/114)
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,7 @@ jobs:
|
||||||
path: ''
|
path: ''
|
||||||
|
|
||||||
# The fast-glob library that is internally used interprets backslashes as escape characters.
|
# The fast-glob library that is internally used interprets backslashes as escape characters.
|
||||||
# If enabled, all backslashes in provided path will be replaced to forward slashes and act as directory separators.
|
# If enabled, all backslashes in provided path will be replaced by forward slashes and act as directory separators.
|
||||||
# It might be useful when path input variable is composed dynamically from existing directory paths on Windows.
|
# It might be useful when path input variable is composed dynamically from existing directory paths on Windows.
|
||||||
path-replace-backslashes: 'false'
|
path-replace-backslashes: 'false'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue