File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 1- 5.2 .0
1+ 5.3 .0
You can’t perform that action at this time.
0 commit comments