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: src/commands/upload.yml
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ description: |
9
9
`gnupg` in order to validate.
10
10
11
11
parameters:
12
+
base_sha:
13
+
description: The base SHA to select. This is only used in the "pr-base-picking" run command
14
+
type: string
15
+
default: ""
12
16
binary:
13
17
description: The file location of a pre-downloaded version of the CLI. If specified, integrity checking will be bypassed.
14
18
type: string
@@ -73,6 +77,10 @@ parameters:
73
77
description: Comma-separated list of flags to upload to group coverage metrics.
74
78
type: string
75
79
default: ""
80
+
force:
81
+
description: Only used for empty-upload run command
82
+
type: boolean
83
+
default: false
76
84
git_service:
77
85
description: One of [github|gitlab|bitbucket|github_enterprise|gitlab_enterprise|bitbucket_server]
78
86
type: string
@@ -121,6 +129,10 @@ parameters:
121
129
description: The type of file to upload, coverage by default. Possible values are "test_results", "coverage".
122
130
type: string
123
131
default: "coverage"
132
+
run_command:
133
+
description: Choose which CLI command to run. Options are "upload-coverage", "empty-upload", "pr-base-picking", "send-notifications". "upload-coverage" is run by default.
134
+
type: string
135
+
default: "upload-coverage"
124
136
sha:
125
137
description: Commit SHA (with 40 chars)
126
138
type: string
@@ -142,6 +154,10 @@ parameters:
142
154
description: Custom defined name of the upload. Visible in the Codecov UI
143
155
type: string
144
156
default: ""
157
+
use_pypi:
158
+
description: Use the pypi version of the CLI instead of from cli.codecov.io
0 commit comments