@@ -17,11 +17,9 @@ Commands:
17
17
do-upload
18
18
empty-upload
19
19
get-report-results
20
- label-analysis
21
20
pr-base-picking
22
21
process-test-results
23
22
send-notifications
24
- static-analysis
25
23
upload-coverage
26
24
upload-process
27
25
@@ -179,28 +177,6 @@ Options:
179
177
repo token in Self-hosted
180
178
-h, --help Show this message and exit.
181
179
182
- Usage: codecovcli label-analysis [OPTIONS]
183
-
184
- Options:
185
- --token TEXT The static analysis token (NOT the same
186
- token as upload) [required]
187
- --head-sha TEXT Commit SHA (with 40 chars) [required]
188
- --base-sha TEXT Commit SHA (with 40 chars) [required]
189
- --runner-name, --runner TEXT Runner to use
190
- --max-wait-time INTEGER Max time (in seconds) to wait for the label
191
- analysis result before falling back to
192
- running all tests. Default is to wait
193
- forever.
194
- --dry-run Print list of tests to run AND tests skipped
195
- AND options that need to be added to the
196
- test runner to stdout. Choose format with
197
- --dry-run-format option. Default is JSON.
198
- --dry-run-format [json|space-separated-list]
199
- Format in which --dry-run data is printed.
200
- Default is JSON.
201
- --runner-param TEXT
202
- -h, --help Show this message and exit.
203
-
204
180
Usage: codecovcli pr-base-picking [OPTIONS]
205
181
206
182
Options:
@@ -245,19 +221,6 @@ Options:
245
221
repo token in Self-hosted
246
222
-h, --help Show this message and exit.
247
223
248
- Usage: codecovcli static-analysis [OPTIONS]
249
-
250
- Options:
251
- --foldertosearch PATH Folder to search
252
- --numberprocesses INTEGER number of processes to use
253
- --pattern TEXT file pattern to search for
254
- --force / --no-force
255
- --commit-sha TEXT Commit SHA (with 40 chars) [required]
256
- --folders-to-exclude PATH Folders not to search
257
- --token TEXT The static analysis token (NOT the same token as
258
- upload) [required]
259
- -h, --help Show this message and exit.
260
-
261
224
Usage: codecovcli upload-coverage [OPTIONS]
262
225
263
226
Options:
0 commit comments