You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -76,16 +76,16 @@ Codecov's Action supports inputs from the user. These inputs, along with their d
76
76
| `disable_search` | Disable search for coverage files. This is helpful when specifying what files you want to upload with the --file option. | Optional
77
77
| `disable_file_fixes` | Disable file fixes to ignore common lines from coverage (e.g. blank lines or empty brackets) | Optional
78
78
| `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
80
80
| `exclude` | Folders to exclude from search | Optional
81
81
| `fail_ci_if_error` | Specify whether or not CI build should fail if Codecov runs into an error during upload | Optional
82
82
| `file` | Path to coverage file to upload | Optional
83
83
| `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
85
85
| `handle_no_reports_found` | Raise no exceptions when no coverage reports found | Optional
86
86
| `job_code` | The job code | Optional
87
87
| `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
89
89
| `override_branch` | Specify the branch name | Optional
90
90
| `override_build` | Specify the build number | Optional
91
91
| `override_build_url` | The URL of the build where this is running | Optional
0 commit comments