mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57:09 +01:00
docs(path): Clarify test result paths format
I tried arrays and some other values I've now forgotten about but this is what ended up
working for me:
```
path: >-
./build/*/pytest-junit.xml,
./build/*/prospector-xunit.xml
```
This commit is contained in:
parent
e9fa2f582c
commit
a5487e1e01
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ jobs:
|
|||
# Name of the Check Run which will be created
|
||||
name: ''
|
||||
|
||||
# Coma separated list of paths to test results
|
||||
# The paths to test results, comma separated strings.
|
||||
# Supports wildcards via [fast-glob](https://github.com/mrmlnc/fast-glob)
|
||||
# All matched result files must be of the same format
|
||||
path: ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue