@@ -31,7 +31,7 @@ Options:
31
31
--parent-sha TEXT SHA (with 40 chars) of what should be the
32
32
parent of this commit
33
33
-P, --pr, --pull-request-number TEXT
34
- Specify the pull request number mannually .
34
+ Specify the pull request number manually .
35
35
Used to override pre-existing CI environment
36
36
variables
37
37
-B, --branch TEXT Branch to which this commit belongs to
@@ -49,7 +49,7 @@ Options:
49
49
--code TEXT The code of the report. If unsure, leave
50
50
default
51
51
-P, --pr, --pull-request-number TEXT
52
- Specify the pull request number mannually .
52
+ Specify the pull request number manually .
53
53
Used to override pre-existing CI environment
54
54
variables
55
55
-C, --sha, --commit-sha TEXT Commit SHA (with 40 chars) [required]
@@ -109,7 +109,7 @@ Options:
109
109
in Codecov UI
110
110
-B, --branch TEXT Branch to which this commit belongs to
111
111
-P, --pr, --pull-request-number TEXT
112
- Specify the pull request number mannually .
112
+ Specify the pull request number manually .
113
113
Used to override pre-existing CI environment
114
114
variables
115
115
-e, --env, --env-var TEXT Specify environment variables to be included
@@ -151,6 +151,13 @@ Usage: codecovcli empty-upload [OPTIONS]
151
151
152
152
Options:
153
153
--force
154
+ --parent-sha TEXT SHA (with 40 chars) of what should be the
155
+ parent of this commit
156
+ -P, --pr, --pull-request-number TEXT
157
+ Specify the pull request number manually.
158
+ Used to override pre-existing CI environment
159
+ variables
160
+ -B, --branch TEXT Branch to which this commit belongs to
154
161
-C, --sha, --commit-sha TEXT Commit SHA (with 40 chars) [required]
155
162
-Z, --fail-on-error Exit with non-zero code in case of error
156
163
--git-service [github|gitlab|bitbucket|github_enterprise|gitlab_enterprise|bitbucket_server]
@@ -293,7 +300,7 @@ Options:
293
300
in Codecov UI
294
301
-B, --branch TEXT Branch to which this commit belongs to
295
302
-P, --pr, --pull-request-number TEXT
296
- Specify the pull request number mannually .
303
+ Specify the pull request number manually .
297
304
Used to override pre-existing CI environment
298
305
variables
299
306
-e, --env, --env-var TEXT Specify environment variables to be included
@@ -369,7 +376,7 @@ Options:
369
376
in Codecov UI
370
377
-B, --branch TEXT Branch to which this commit belongs to
371
378
-P, --pr, --pull-request-number TEXT
372
- Specify the pull request number mannually .
379
+ Specify the pull request number manually .
373
380
Used to override pre-existing CI environment
374
381
variables
375
382
-e, --env, --env-var TEXT Specify environment variables to be included
0 commit comments