Skip to content

Commit

Permalink
fix: fixes based on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Oct 4, 2024
1 parent e88aefb commit ee3e7a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/commands/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ parameters:
type: string
default: ""
code:
description: The code of the report. If unsure, leave default.
description: The code of the report if using local upload. If unsure, leave default. Read more here https://docs.codecov.com/docs/the-codecov-cli#how-to-use-local-upload
type: string
default: ""
dir:
description: Folder to search for coverage files. Default to the current working directory
type: string
default: ""
disable_file_fixes:
description: Disable file fixes to ignore common lines from coverage (e.g. blank lines or empty brackets).
description: Disable file fixes to ignore common lines from coverage (e.g. blank lines or empty brackets). Read more here https://docs.codecov.com/docs/fixing-reports
type: boolean
default: false
disable_search:
Expand All @@ -46,7 +46,7 @@ parameters:
type: boolean
default: false
enterprise_url:
description: (Enterprise only). Set to the Codecov instance URL.
description: Set to the Codecov instance URl. Only applicable to some Enterprise users.
type: string
default: ""
env:
Expand Down Expand Up @@ -122,7 +122,7 @@ parameters:
type: boolean
default: false
slug:
description: (Enterprise only) owner/repo slug used instead of the private repo token
description: Set to the owner/repo slug used instead of the private repo token. Only applicable to some Enterprise users.
type: string
default: ""
token:
Expand Down

0 comments on commit ee3e7a0

Please sign in to comment.