We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8dce24 commit 05a0e33Copy full SHA for 05a0e33
codecovcli_commands
@@ -151,6 +151,13 @@ Usage: codecovcli empty-upload [OPTIONS]
151
152
Options:
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 mannually.
158
+ Used to override pre-existing CI environment
159
+ variables
160
+ -B, --branch TEXT Branch to which this commit belongs to
161
-C, --sha, --commit-sha TEXT Commit SHA (with 40 chars) [required]
162
-Z, --fail-on-error Exit with non-zero code in case of error
163
--git-service [github|gitlab|bitbucket|github_enterprise|gitlab_enterprise|bitbucket_server]
0 commit comments