@@ -17,11 +17,9 @@ Commands:
1717 do-upload
1818 empty-upload
1919 get-report-results
20- label-analysis
2120 pr-base-picking
2221 process-test-results
2322 send-notifications
24- static-analysis
2523 upload-coverage
2624 upload-process
2725
@@ -31,7 +29,7 @@ Options:
3129 --parent-sha TEXT SHA (with 40 chars) of what should be the
3230 parent of this commit
3331 -P, --pr, --pull-request-number TEXT
34- Specify the pull request number mannually .
32+ Specify the pull request number manually .
3533 Used to override pre-existing CI environment
3634 variables
3735 -B, --branch TEXT Branch to which this commit belongs to
@@ -49,7 +47,7 @@ Options:
4947 --code TEXT The code of the report. If unsure, leave
5048 default
5149 -P, --pr, --pull-request-number TEXT
52- Specify the pull request number mannually .
50+ Specify the pull request number manually .
5351 Used to override pre-existing CI environment
5452 variables
5553 -C, --sha, --commit-sha TEXT Commit SHA (with 40 chars) [required]
@@ -109,7 +107,7 @@ Options:
109107 in Codecov UI
110108 -B, --branch TEXT Branch to which this commit belongs to
111109 -P, --pr, --pull-request-number TEXT
112- Specify the pull request number mannually .
110+ Specify the pull request number manually .
113111 Used to override pre-existing CI environment
114112 variables
115113 -e, --env, --env-var TEXT Specify environment variables to be included
@@ -151,6 +149,13 @@ Usage: codecovcli empty-upload [OPTIONS]
151149
152150Options:
153151 --force
152+ --parent-sha TEXT SHA (with 40 chars) of what should be the
153+ parent of this commit
154+ -P, --pr, --pull-request-number TEXT
155+ Specify the pull request number manually.
156+ Used to override pre-existing CI environment
157+ variables
158+ -B, --branch TEXT Branch to which this commit belongs to
154159 -C, --sha, --commit-sha TEXT Commit SHA (with 40 chars) [required]
155160 -Z, --fail-on-error Exit with non-zero code in case of error
156161 --git-service [github|gitlab|bitbucket|github_enterprise|gitlab_enterprise|bitbucket_server]
@@ -172,28 +177,6 @@ Options:
172177 repo token in Self-hosted
173178 -h, --help Show this message and exit.
174179
175- Usage: codecovcli label-analysis [OPTIONS]
176-
177- Options:
178- --token TEXT The static analysis token (NOT the same
179- token as upload) [required]
180- --head-sha TEXT Commit SHA (with 40 chars) [required]
181- --base-sha TEXT Commit SHA (with 40 chars) [required]
182- --runner-name, --runner TEXT Runner to use
183- --max-wait-time INTEGER Max time (in seconds) to wait for the label
184- analysis result before falling back to
185- running all tests. Default is to wait
186- forever.
187- --dry-run Print list of tests to run AND tests skipped
188- AND options that need to be added to the
189- test runner to stdout. Choose format with
190- --dry-run-format option. Default is JSON.
191- --dry-run-format [json|space-separated-list]
192- Format in which --dry-run data is printed.
193- Default is JSON.
194- --runner-param TEXT
195- -h, --help Show this message and exit.
196-
197180Usage: codecovcli pr-base-picking [OPTIONS]
198181
199182Options:
@@ -238,19 +221,6 @@ Options:
238221 repo token in Self-hosted
239222 -h, --help Show this message and exit.
240223
241- Usage: codecovcli static-analysis [OPTIONS]
242-
243- Options:
244- --foldertosearch PATH Folder to search
245- --numberprocesses INTEGER number of processes to use
246- --pattern TEXT file pattern to search for
247- --force / --no-force
248- --commit-sha TEXT Commit SHA (with 40 chars) [required]
249- --folders-to-exclude PATH Folders not to search
250- --token TEXT The static analysis token (NOT the same token as
251- upload) [required]
252- -h, --help Show this message and exit.
253-
254224Usage: codecovcli upload-coverage [OPTIONS]
255225
256226Options:
@@ -293,7 +263,7 @@ Options:
293263 in Codecov UI
294264 -B, --branch TEXT Branch to which this commit belongs to
295265 -P, --pr, --pull-request-number TEXT
296- Specify the pull request number mannually .
266+ Specify the pull request number manually .
297267 Used to override pre-existing CI environment
298268 variables
299269 -e, --env, --env-var TEXT Specify environment variables to be included
@@ -369,7 +339,7 @@ Options:
369339 in Codecov UI
370340 -B, --branch TEXT Branch to which this commit belongs to
371341 -P, --pr, --pull-request-number TEXT
372- Specify the pull request number mannually .
342+ Specify the pull request number manually .
373343 Used to override pre-existing CI environment
374344 variables
375345 -e, --env, --env-var TEXT Specify environment variables to be included
0 commit comments