mirror of
https://github.com/codecov/codecov-action
synced 2026-09-07 20:03:43 +00:00
add argument uage
This commit is contained in:
@@ -52,12 +52,12 @@ jobs:
|
||||
|
||||
## Arguments
|
||||
|
||||
| Input | Description |
|
||||
| :---: | :---: |
|
||||
| `token` | Used to authorize coverage report uploads |
|
||||
| `file` | Location of the coverage report |
|
||||
| `flags` | Flag upload under a certain group name |
|
||||
| `name` | Custom defined name for the upload |
|
||||
| Input | Description | Usage |
|
||||
| :---: | :---: | :---: |
|
||||
| `token` | Used to authorize coverage report uploads | ***Required for private repos*** |
|
||||
| `file` | Location of the coverage report | *Optional*
|
||||
| `flags` | Flag upload under a certain group name | *Optional*
|
||||
| `name` | Custom defined name for the upload | *Optional*
|
||||
|
||||
|
||||
## License
|
||||
|
||||
Reference in New Issue
Block a user