mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-13 06:27:26 +00:00
update readme
This commit is contained in:
parent
3ec2345d08
commit
dd2a59ac10
1 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
# Codecov GitHub Action
|
# Codecov GitHub Action
|
||||||
|
|
||||||
[](https://github.com/marketplace/actions/codecov)
|
[](https://github.com/marketplace/actions/codecov)
|
||||||
### Easily upload coverage reports to Codecov from GitHub Actions
|
### Easily upload coverage reports to Codecov from GitHub Actions
|
||||||
|
|
||||||
|
>The latest release of this Action adds support for macOS and Windows builds!
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
@ -35,7 +37,6 @@ Codecov's Action currently supports five inputs from the user: `token`, `file`,
|
||||||
| `yml` | Path to codecov.yml config file | Optional
|
| `yml` | Path to codecov.yml config file | Optional
|
||||||
|
|
||||||
### Example `workflow.yml` with Codecov Action
|
### Example `workflow.yml` with Codecov Action
|
||||||
>**Note**: The latest release of this Action adds support for macOS and Windows builds!
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
name: Example workflow for Codecov
|
name: Example workflow for Codecov
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue