Browse Source

Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
BRE-1326-Pin-codecov-actions-and-update-Renovate
Michał Chęciński 1 day ago committed by GitHub
parent
commit
08b06da10e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      proxy-actions/codecov/action.yml

2
proxy-actions/codecov/action.yml

@ -11,7 +11,7 @@ inputs:
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: 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' description: 'The location of the codecov.yml file. This is currently 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 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.'

Loading…
Cancel
Save