mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 16:16:24 +00:00
fix: add missing vars (#1638)
* fix: add missing vars * fix: add VERSION file
This commit is contained in:
@@ -7,6 +7,9 @@ inputs:
|
|||||||
binary:
|
binary:
|
||||||
description: 'The file location of a pre-downloaded version of the CLI. If specified, integrity checking will be bypassed.'
|
description: 'The file location of a pre-downloaded version of the CLI. If specified, integrity checking will be bypassed.'
|
||||||
required: false
|
required: false
|
||||||
|
codecov_yml_path:
|
||||||
|
description: 'The location of the codecov.yml file. This is crrently ONLY used for automated test selection (https://docs.codecov.com/docs/getting-started-with-ats). Note that for all other cases, the Codecov yaml will need to be located as described here: https://docs.codecov.com/docs/codecov-yaml#can-i-name-the-file-codecovyml'
|
||||||
|
required: false
|
||||||
commit_parent:
|
commit_parent:
|
||||||
description: 'SHA (with 40 chars) of what should be the parent of this commit.'
|
description: 'SHA (with 40 chars) of what should be the parent of this commit.'
|
||||||
required: false
|
required: false
|
||||||
@@ -105,7 +108,7 @@ inputs:
|
|||||||
report_type:
|
report_type:
|
||||||
description: 'The type of file to upload, coverage by default. Possible values are "testing", "coverage".'
|
description: 'The type of file to upload, coverage by default. Possible values are "testing", "coverage".'
|
||||||
required: false
|
required: false
|
||||||
root_folder:
|
root_dir:
|
||||||
description: 'Root folder from which to consider paths on the network section. Defaults to current working directory.'
|
description: 'Root folder from which to consider paths on the network section. Defaults to current working directory.'
|
||||||
required: false
|
required: false
|
||||||
skip_validation:
|
skip_validation:
|
||||||
@@ -220,3 +223,4 @@ runs:
|
|||||||
CC_TOKEN: $CODECOV_TOKEN
|
CC_TOKEN: $CODECOV_TOKEN
|
||||||
CC_VERBOSE: ${{ inputs.verbose }}
|
CC_VERBOSE: ${{ inputs.verbose }}
|
||||||
CC_VERSION: ${{ inputs.version }}
|
CC_VERSION: ${{ inputs.version }}
|
||||||
|
CC_YML_PATH: ${{ inputs.codecov_yml_path }}
|
||||||
|
|||||||
Reference in New Issue
Block a user