vapor/Swift Codecov Upload Action
A GitHub Action which performs Codecov.io uploads with additional support for Swift projects.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package_path | The location of the repository. Defaults to $GITHUB_WORKSPACE. This will be used as the working_directory for the Codecov upload action. | no | "" |
| build_parameters | Additional parameters needed by swift build and swift test to disambiguate the correct target and configuration, i.e. -c release. Only flags which affect the output binary path are required. | no | "" |
| codecov_token | The Codecov token for the repository. | no | "" |
| base_sha | See https://github.com/codecov/codecov-action#arguments | no | "" |
| codecov_yml_path | See https://github.com/codecov/codecov-action#arguments | no | "" |
| disable_file_fixes | See https://github.com/codecov/codecov-action#arguments | no | "" |
| disable_telem | See https://github.com/codecov/codecov-action#arguments | no | "" |
| dry_run | See https://github.com/codecov/codecov-action#arguments | no | "" |
| env_vars | See https://github.com/codecov/codecov-action#arguments | no | "" |
| fail_ci_if_error | See https://github.com/codecov/codecov-action#arguments | no | "" |
| flags | See https://github.com/codecov/codecov-action#arguments | no | "" |
| override_branch | See https://github.com/codecov/codecov-action#arguments | no | "" |
| override_build | See https://github.com/codecov/codecov-action#arguments | no | "" |
| override_build_url | See https://github.com/codecov/codecov-action#arguments | no | "" |
| override_commit | See https://github.com/codecov/codecov-action#arguments | no | "" |
| override_pr | See https://github.com/codecov/codecov-action#arguments | no | "" |
| name | See https://github.com/codecov/codecov-action#arguments | no | "" |
| swift_project | See https://github.com/codecov/codecov-action#arguments | no | "" |
| verbose | See https://github.com/codecov/codecov-action#arguments | no | "" |
Outputs
no outputs