* Add proxy action for codecov
* Add readme for codecov proxy action
* Add rules for codecov action version updates to renovate
* Add test action
* Add newline
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update proxy-actions/codecov/action.yml
Co-authored-by: Andy Pixley <3723676+pixman20@users.noreply.github.com>
* Update proxy-actions/codecov/action.yml
Co-authored-by: Andy Pixley <3723676+pixman20@users.noreply.github.com>
* Add workflow to test Codecov proxy action
* FIx name in path
* Update .github/workflows/test-proxy-action-codecov.yml
Co-authored-by: Andy Pixley <3723676+pixman20@users.noreply.github.com>
* Remove update info from readme
* Fix
* Fix renovate config to check version in the input defaults
* Update .github/renovate.json
Co-authored-by: Andy Pixley <3723676+pixman20@users.noreply.github.com>
* Update proxy-actions/codecov/README.md
Co-authored-by: Andy Pixley <3723676+pixman20@users.noreply.github.com>
* Add check for default version of codecov CLI in workflow
* Fix: Ensure 'persist-credentials' is set to false in checkout step
* Update .github/workflows/test-proxy-action-codecov.yml
Co-authored-by: Andy Pixley <3723676+pixman20@users.noreply.github.com>
* Update proxy-actions/codecov/action.yml
Co-authored-by: Andy Pixley <3723676+pixman20@users.noreply.github.com>
* Update .github/renovate.json
Co-authored-by: Andy Pixley <3723676+pixman20@users.noreply.github.com>
* Update .github/workflows/test-proxy-action-codecov.yml
Co-authored-by: Andy Pixley <3723676+pixman20@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Andy Pixley <3723676+pixman20@users.noreply.github.com>
Copy all input definitions from the upstream action.yml
Paste them into the inputs section of this action's action.yml
Add the default: section to the version: input with the latest CodeCov CLI version. Example default: 11.2.6)
2. Update the Composite Action Step
For any new inputs, add corresponding with: entries in the composite step that passes them through to the codecov action
For any removed inputs, remove the corresponding with: entries
Ensure the uses: reference is updated to the new version git hash and tag in the comment
Example
The action.yml file defines all available inputs that can be passed to this proxy action, which are then forwarded to the upstream Codecov action in the composite step.