mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-15 15:31:44 +00:00
Add in the deprecated args
This commit is contained in:
parent
85517cbea1
commit
531957e5b2
1 changed files with 13 additions and 9 deletions
22
README.md
22
README.md
|
|
@ -11,16 +11,20 @@
|
||||||
### Migration Guide
|
### Migration Guide
|
||||||
The `v5` release also coincides with the opt-out feature for tokens for public repositories. In the repository settings page in codecov.io, you can set the ability for Codecov to receive a coverage report from ANY souce. This will allow contributors or other members of a repository to upload without needing access to the Codecov token.
|
The `v5` release also coincides with the opt-out feature for tokens for public repositories. In the repository settings page in codecov.io, you can set the ability for Codecov to receive a coverage report from ANY souce. This will allow contributors or other members of a repository to upload without needing access to the Codecov token.
|
||||||
|
|
||||||
In order to maintain continuity, no arguments to the `v5` Action have been changed. However the following arguments have been added:
|
**The following arguments have been changed**
|
||||||
|
- `file` (this has been deprecated in favor of `files`)
|
||||||
|
- `plugin` (this has been deprecated in favor of `plugins`)
|
||||||
|
|
||||||
- binary
|
The following arguments have been added:
|
||||||
- gcov_args
|
|
||||||
- gcov_executable
|
- `binary`
|
||||||
- gcov_ignore
|
- `gcov_args`
|
||||||
- gcov_include
|
- `gcov_executable`
|
||||||
- report_type
|
- `gcov_ignore`
|
||||||
- skip_validation
|
- `gcov_include`
|
||||||
- swift_project
|
- `report_type`
|
||||||
|
- `skip_validation`
|
||||||
|
- `swift_project`
|
||||||
|
|
||||||
You can see their usage in the `action.yml` [file](https://github.com/codecov/codecov-action/blob/main/action.yml).
|
You can see their usage in the `action.yml` [file](https://github.com/codecov/codecov-action/blob/main/action.yml).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue