mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
readme
This commit is contained in:
parent
d1914c14b8
commit
93ee40a7a2
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
|||
|
||||
## Usage
|
||||
|
||||
To integrate Codecov with your Actions pipline, specify the name of this repository with a tag number as a 'step' within your 'workflow.yml' file. Optionally, you can choose to include up to four different inputs to customize the upload context.
|
||||
|
||||
Inside your `.github/workflows/workflow.yml` file:
|
||||
|
||||
```yaml
|
||||
|
|
@ -21,6 +23,8 @@ steps:
|
|||
|
||||
## Arguments
|
||||
|
||||
Codecov's Action currently supports four inputs from the user: `token`, `file`, `flags`, and `name`. These inputs help users contexualize more information about their upload on [codecov.io](https://www.codecov.io).
|
||||
|
||||
| Input | Description | Usage |
|
||||
| :---: | :---: | :---: |
|
||||
| `token` | Used to authorize coverage report uploads | *Required only for private repos* |
|
||||
|
|
|
|||
Loading…
Reference in a new issue