File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.5.0
4+ - [ Add option to convert backslashes in path pattern to forward slashes] ( https://github.com/dorny/test-reporter/pull/128 )
5+ - [ Add option to generate only the summary from processed test results files] ( https://github.com/dorny/test-reporter/pull/123 )
6+
37## v1.4.3
48- [ Patch java-junit to handle missing time field] ( https://github.com/dorny/test-reporter/pull/115 )
59- [ Fix dart-json parsing broken by print message] ( https://github.com/dorny/test-reporter/pull/114 )
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 path: ''
121121
122122 # The fast-glob library that is internally used interprets backslashes as escape characters.
123- # If enabled, all backslashes in provided path will be replaced to forward slashes and act as directory separators.
123+ # If enabled, all backslashes in provided path will be replaced by forward slashes and act as directory separators.
124124 # It might be useful when path input variable is composed dynamically from existing directory paths on Windows.
125125 path-replace-backslashes: 'false'
126126
You can’t perform that action at this time.
0 commit comments