mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
fix: use marketplace v5 badge (#1646)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Codecov GitHub Action
|
# Codecov GitHub Action
|
||||||
|
|
||||||
[](https://github.com/marketplace/actions/codecov)
|
[](https://github.com/marketplace/actions/codecov)
|
||||||
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fcodecov-action?ref=badge_shield)
|
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fcodecov-action?ref=badge_shield)
|
||||||
[](https://github.com/codecov/codecov-action/actions/workflows/main.yml)
|
[](https://github.com/codecov/codecov-action/actions/workflows/main.yml)
|
||||||
### Easily upload coverage reports to Codecov from GitHub Actions
|
### Easily upload coverage reports to Codecov from GitHub Actions
|
||||||
@@ -11,11 +11,11 @@
|
|||||||
### 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.
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> **The following arguments have been changed**
|
> **The following arguments have been changed**
|
||||||
> - `file` (this has been deprecated in favor of `files`)
|
> - `file` (this has been deprecated in favor of `files`)
|
||||||
> - `plugin` (this has been deprecated in favor of `plugins`)
|
> - `plugin` (this has been deprecated in favor of `plugins`)
|
||||||
|
|
||||||
The following arguments have been added:
|
The following arguments have been added:
|
||||||
|
|
||||||
- `binary`
|
- `binary`
|
||||||
|
|||||||
Reference in New Issue
Block a user