You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,29 @@
5
5
[](https://github.com/codecov/codecov-action/actions/workflows/main.yml)
6
6
### Easily upload coverage reports to Codecov from GitHub Actions
7
7
8
+
## v5 Release
9
+
`v5` of the Codecov GitHub Action will use the [Codecov Wrapper](https://github.com/codecov/wrapper) to encapsulate the [CLI](https://github.com/codecov/codecov-cli). This will help ensure that the Action gets updates quicker.
10
+
11
+
### Migration Guide
12
+
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.
13
+
14
+
**The following arguments have been changed**
15
+
-`file` (this has been deprecated in favor of `files`)
16
+
-`plugin` (this has been deprecated in favor of `plugins`)
17
+
18
+
The following arguments have been added:
19
+
20
+
-`binary`
21
+
-`gcov_args`
22
+
-`gcov_executable`
23
+
-`gcov_ignore`
24
+
-`gcov_include`
25
+
-`report_type`
26
+
-`skip_validation`
27
+
-`swift_project`
28
+
29
+
You can see their usage in the `action.yml`[file](https://github.com/codecov/codecov-action/blob/main/action.yml).
30
+
8
31
## v4 Release
9
32
`v4` of the Codecov GitHub Action will use the [Codecov CLI](https://github.com/codecov/codecov-cli) to upload coverage reports to Codecov.
0 commit comments