codecov/Codecov ATS
GitHub Action that returns selected test labels from Codecov☂️ to CI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Repository upload token - get it from codecov.io. Required or set it with the environment variable CODECOV_TOKEN | no | — |
| static_token | Repository static token - get it from codecov.io. Required or set it with the environment variable CODECOV_STATIC_TOKEN | no | — |
| enterprise_url | Change the upload host (Enterprise use only) | no | — |
| file_pattern | File pattern to search for. Defaults to "*" | no | — |
| folders_to_exclude | Avoid certain folders when uploading static analysis | — | — |
| force | Force upload of files during static analysis regardless if they are new | no | — |
| label_max_wait_time | Max time (in seconds) to wait for the label analysis. Default is to wait forever. | no | — |
| os | Override the assumed OS. Options are linux | macos | windows. | no | — |
| output_variable | Variable to save down tests string. Defaults to CODECOV_ATS_TESTS | no | — |
| override_base_commit | Override the assumed base commit. | no | — |
| override_branch | Branch to which this commit belongs to | no | — |
| override_commit | Commit SHA (with 40 chars) | no | — |
| override_parent | SHA (with 40 chars) of what should be the parent of this commit | no | — |
| override_pr | Specify the pull request number mannually. | no | — |
| override_slug | owner/repo slug used instead of the private repo token in Self-hosted | no | — |
| static_folders_to_exclude | Folders not to search during static analysis | no | — |
| static_folder_to_search | Folder to search during static analysis | no | — |
| static_force | Force running of static analysis | no | — |
| static_number_processes | Number of processes to use during static analysis | no | — |
| static_search_pattern | File pattern to search for during static analysis | 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 | — |
Outputs
no outputs