Skip to content

Commit 9855cf7

Browse files
authored
Escape pipes in table of arguments (#1265)
1 parent 162c44c commit 9855cf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@ Codecov's Action supports inputs from the user. These inputs, along with their d
7676
| `disable_search` | Disable search for coverage files. This is helpful when specifying what files you want to upload with the --file option. | Optional
7777
| `disable_file_fixes` | Disable file fixes to ignore common lines from coverage (e.g. blank lines or empty brackets) | Optional
7878
| `dry_run` | Don't upload files to Codecov | Optional
79-
| `env_vars` | Environment variables to tag the upload with (e.g. PYTHON | OS,PYTHON) | Optional
79+
| `env_vars` | Environment variables to tag the upload with (e.g. PYTHON \| OS,PYTHON) | Optional
8080
| `exclude` | Folders to exclude from search | Optional
8181
| `fail_ci_if_error` | Specify whether or not CI build should fail if Codecov runs into an error during upload | Optional
8282
| `file` | Path to coverage file to upload | Optional
8383
| `files` | Comma-separated list of files to upload | Optional
84-
| `flags` | Flag upload to group coverage metrics (e.g. unittests | integration | ui,chrome) | Optional
84+
| `flags` | Flag upload to group coverage metrics (e.g. unittests \| integration \| ui,chrome) | Optional
8585
| `handle_no_reports_found` | Raise no exceptions when no coverage reports found | Optional
8686
| `job_code` | The job code | Optional
8787
| `name` | User defined upload name. Visible in Codecov UI | Optional
88-
| `os` | Override the assumed OS. Options are linux | macos | windows | . | Optional
88+
| `os` | Override the assumed OS. Options are linux \| macos \| windows \| . | Optional
8989
| `override_branch` | Specify the branch name | Optional
9090
| `override_build` | Specify the build number | Optional
9191
| `override_build_url` | The URL of the build where this is running | Optional

0 commit comments

Comments
 (0)