File tree 3 files changed +15
-2
lines changed
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
+
1
9
## v5.2.0
2
10
3
11
### What's Changed
Original file line number Diff line number Diff line change @@ -149,6 +149,10 @@ inputs:
149
149
description : ' Use OIDC instead of token. This will ignore any token supplied'
150
150
required : false
151
151
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'
152
156
verbose :
153
157
description : ' Enable verbose logging'
154
158
required : false
@@ -296,11 +300,12 @@ runs:
296
300
CC_PARENT_SHA : ${{ inputs.commit_parent }}
297
301
CC_PLUGINS : ${{ inputs.plugins }}
298
302
CC_REPORT_TYPE : ${{ inputs.report_type }}
299
- CC_RUN_COMMAND : ${{ inputs.run_command }}
303
+ CC_RUN_CMD : ${{ inputs.run_command }}
300
304
CC_SERVICE : ${{ inputs.git_service }}
301
305
CC_SKIP_VALIDATION : ${{ inputs.skip_validation }}
302
306
CC_SLUG : ${{ inputs.slug }}
303
307
CC_SWIFT_PROJECT : ${{ inputs.swift_project }}
308
+ CC_USE_PYPI : ${{ inputs.use_pypi }}
304
309
CC_VERBOSE : ${{ inputs.verbose }}
305
310
CC_VERSION : ${{ inputs.version }}
306
311
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