Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The action has the following options:
| `api_key` | Datadog API key to use to upload the junit files. | True | |
| `site` | The Datadog site to upload the files to. | False | `datadoghq.com` |
| `files` | Path to file or folder containing XML files to upload | False | `.` |
| `auto-discovery` | Do a recursive search and automatic XML files discovery in the folders provided in `files` input (current folder if omitted). | False | `true` |
| `auto-discovery` | Do a recursive search and automatic XML files discovery in the folders provided in `files` input (current folder if omitted). Search for filenames that match `*junit*.xml`, `*test*.xml`, `*TEST-*.xml`. | False | `true` |
| `ignored-paths` | A comma-separated list of paths that are ignored when junit files auto-discovery is done. Glob patterns are supported. | False | |
| `concurrency` | Controls the maximum number of concurrent file uploads | False | `20` |
| `node-version` | The node version to use to install the datadog-ci. It must be `>=14` | False | `20` |
Expand Down