Skip to content

Commit 11dc968

Browse files
Update README.md
1 parent 04adceb commit 11dc968

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
[![Workflow for Codecov Action](https://github.com/codecov/codecov-action/actions/workflows/main.yml/badge.svg)](https://github.com/codecov/codecov-action/actions/workflows/main.yml)
66
### Easily upload coverage reports to Codecov from GitHub Actions
77

8-
>The latest release of this Action adds support for tokenless uploads from GitHub Actions!
8+
## v4 Beta Release
9+
`v4` of the Codecov GitHub Action will use the [Codecov CLI](https://github.com/codecov/codecov-cli) to upload coverage reports to Codecov. Currently, `v4` is in late stages of development, and beta releases are expected in 2023 Q4.
10+
11+
`v3` versions and below will not have access to CLI features (e.g. global upload token).
912

1013
## ⚠️ Deprecation of v1
1114
**As of February 1, 2022, v1 has been fully sunset and no longer functions**
@@ -16,12 +19,6 @@ more about our deprecation plan and the new uploader on our [blog](https://about
1619

1720
We will be restricting any updates to the `v1` Action to security updates and hotfixes.
1821

19-
### Migration from `v1` to `v3`
20-
The `v3` uploader has a few breaking changes for users
21-
- Multiple fields have not been transferred from the bash uploader or have been deprecated. Notably
22-
many of the `functionalities` and `gcov_` arguments have been removed. Please check the documentation
23-
below for the full list.
24-
2522
## Usage
2623

2724
To integrate Codecov with your Actions pipeline, specify the name of this repository with a tag number (`@v3` is recommended) as a `step` within your `workflow.yml` file.

0 commit comments

Comments
 (0)