ep-infosec/Codecov
GitHub Action that uploads coverage reports for your repository to codecov.io
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| name | User defined upload name. Visible in Codecov UI | no | — |
| token | Repository upload token - get it from codecov.io. Required only for private repositories | no | — |
| file | Path to coverage file to upload | no | — |
| files | Comma-separated list of files to upload | no | — |
| directory | Directory to search for coverage reports. | no | — |
| flags | Flag upload to group coverage metrics (e.g. unittests | integration | ui,chrome) | no | — |
| path_to_write_report | Write upload file to path before uploading | no | — |
| env_vars | Environment variables to tag the upload with (e.g. PYTHON | OS,PYTHON) | no | — |
| fail_ci_if_error | Specify whether or not CI build should fail if Codecov runs into an error during upload | no | — |
| verbose | Specify whether the Codecov output should be verbose | no | — |
| working-directory | Directory in which to execute codecov.sh | no | — |
Outputs
no outputs