step-security/Codecov Test Result Action
GitHub Action that uploads test result reports for your repository to codecov.io
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Repository Codecov token. Used to authorize report uploads | no | — |
| binary | The file location of a pre-downloaded version of the CLI. If specified, integrity checking will be bypassed. | no | — |
| codecov_yml_path | Specify the path to the Codecov YML | no | — |
| commit_parent | Override to specify the parent commit SHA | no | — |
| directory | Directory to search for test result reports. | no | — |
| disable_search | Disable search for test result files. This is helpful when specifying what files you want to upload with the --file option. | no | — |
| dry_run | Don't upload files to Codecov | no | — |
| env_vars | Environment variables to tag the upload with (e.g. PYTHON | OS,PYTHON) | no | — |
| exclude | Folders to exclude from search | no | — |
| fail_ci_if_error | Specify whether or not CI build should fail if Codecov runs into an error during upload | no | — |
| file | Path to test result file to upload | no | — |
| files | Comma-separated list of files to upload | no | — |
| flags | Flag upload to group test results (e.g. py3.10 | py3.11 | py3.12) | no | — |
| handle_no_reports_found | Raise no exceptions when no test result reports found | no | — |
| name | User defined upload name. Visible in Codecov UI | no | — |
| os | Override the assumed OS. Options are linux | macos | windows. | no | — |
| override_branch | Specify the branch name | no | — |
| override_build | Specify the build number | no | — |
| override_build_url | The URL of the build where this is running | no | — |
| override_commit | Specify the commit SHA | no | — |
| override_pr | Specify the pull request number | no | — |
| report_code | The code of the report. If unsure, do not include | no | — |
| root_dir | Used when not in git/hg project to identify project root directory | no | — |
| slug | Specify the slug manually (Enterprise use) | no | — |
| url | Specify the base url to upload (Enterprise use) | no | — |
| use_oidc | Use OIDC to authenticate with Codecov | no | — |
| verbose | Specify whether the Codecov output should be verbose | no | — |
| version | Specify which version of the Codecov CLI should be used. Defaults to `latest` | no | — |
| working-directory | Directory in which to execute codecov.sh | no | — |
Outputs
no outputs