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
description: 'Custom defined name of the upload. Visible in Codecov UI',
108
116
},
109
117
{
110
118
alias: 'N',
111
119
name: 'parent',
120
+
type: 'string',
112
121
description: "The commit SHA of the parent for which you are uploading coverage. If not present, the parent will be determined using the API of your repository provider. When using the repository provider's API, the parent is determined via finding the closest ancestor to the commit.",
113
122
},
114
123
{
115
124
alias: 'P',
116
125
name: 'pr',
126
+
type: 'number',
117
127
description: 'Specify the pull request number manually',
0 commit comments