mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Support coma separated list of paths to test reports
This commit is contained in:
parent
40b5f476c7
commit
0ce114d684
3 changed files with 11 additions and 5 deletions
|
|
@ -49,9 +49,9 @@ jobs:
|
|||
# Name of the Check Run which will be created
|
||||
name: ''
|
||||
|
||||
# Path to test report
|
||||
# Coma separated list of paths to test reports
|
||||
# Supports wildcards via [fast-glob](https://github.com/mrmlnc/fast-glob)
|
||||
# Path may match multiple result files of same format
|
||||
# All matched result files must be of same format
|
||||
path: ''
|
||||
|
||||
# Format of test report. Supported options:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue