Skip to content

Commit 0da7aa6

Browse files
chore(release): 5.3.0 (#1751)
1 parent 1ca7ce6 commit 0da7aa6

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v5.3.0
2+
3+
### What's Changed
4+
5+
6+
**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.2.0..v5.3.0
7+
8+
19
## v5.2.0
210

311
### What's Changed

action.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ inputs:
149149
description: 'Use OIDC instead of token. This will ignore any token supplied'
150150
required: false
151151
default: 'false'
152+
use_pypi:
153+
description: 'Use the pypi version of the CLI instead of from cli.codecov.io'
154+
required: false
155+
default: 'false'
152156
verbose:
153157
description: 'Enable verbose logging'
154158
required: false
@@ -296,11 +300,12 @@ runs:
296300
CC_PARENT_SHA: ${{ inputs.commit_parent }}
297301
CC_PLUGINS: ${{ inputs.plugins }}
298302
CC_REPORT_TYPE: ${{ inputs.report_type }}
299-
CC_RUN_COMMAND: ${{ inputs.run_command }}
303+
CC_RUN_CMD: ${{ inputs.run_command }}
300304
CC_SERVICE: ${{ inputs.git_service }}
301305
CC_SKIP_VALIDATION: ${{ inputs.skip_validation }}
302306
CC_SLUG: ${{ inputs.slug }}
303307
CC_SWIFT_PROJECT: ${{ inputs.swift_project }}
308+
CC_USE_PYPI: ${{ inputs.use_pypi }}
304309
CC_VERBOSE: ${{ inputs.verbose }}
305310
CC_VERSION: ${{ inputs.version }}
306311
CC_YML_PATH: ${{ inputs.codecov_yml_path }}

src/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.0
1+
5.3.0

0 commit comments

Comments
 (0)