You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Michał Chęciński 90f8e59318
[BRE-326] Pin codecov actions and update renovate (#523)
4 weeks ago
..
README.md [BRE-326] Pin codecov actions and update renovate (#523) 4 weeks ago
action.yml [BRE-326] Pin codecov actions and update renovate (#523) 4 weeks ago

README.md

Codecov GitHub Action Proxy

This is a proxy action that wraps the official Codecov GitHub Action.

Updating to a New Version

When a new version of the Codecov action is released, follow these steps:

1. Copy Inputs from original action

  • Visit the Codecov action repository
  • 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.