From 531957e5b214d8eed43f5047fbf67476f644f430 Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:42:23 -0500 Subject: [PATCH] Add in the deprecated args --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c401b01..98ea0df 100644 --- a/README.md +++ b/README.md @@ -11,16 +11,20 @@ ### 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. -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`) + +The following arguments have been added: -- binary -- gcov_args -- gcov_executable -- gcov_ignore -- gcov_include -- report_type -- skip_validation -- swift_project +- `binary` +- `gcov_args` +- `gcov_executable` +- `gcov_ignore` +- `gcov_include` +- `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).