Skip to content

Commit a171543

Browse files
fix: change alias for fullreport to not conflict with file (#1081)
1 parent 33dc4f0 commit a171543

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

npm-shrinkwrap.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/helpers/cli.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export interface ICLIArgument {
22
name: string
3-
alias: string
3+
alias?: string
44
type?: string
55
default?: string | boolean
66
description: string
@@ -58,7 +58,6 @@ const args: ICLIArgument[] = [
5858
description: 'Target file(s) to upload',
5959
},
6060
{
61-
alias: 'full',
6261
name: 'fullReport',
6362
type: 'string',
6463
description: 'Specify the path to a previously uploaded Codecov report'

0 commit comments

Comments
 (0)