move arguments section up

This commit is contained in:
“ibrahim0814”
2019-08-07 18:44:06 -07:00
parent c2703ce7b6
commit d1914c14b8

View File

@@ -19,6 +19,15 @@ steps:
```
>**Note**: This assumes that you've set your Codecov token inside settings > secrets as `CODECOV_TOKEN`. If not, you can get an upload token for your specific repo on codecov.io. A token is *not* required for public repositories.
## Arguments
| Input | Description | Usage |
| :---: | :---: | :---: |
| `token` | Used to authorize coverage report uploads | *Required only 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
### Example `workflow.yml` with Codecov Action
```yaml
@@ -50,16 +59,6 @@ jobs:
name: codecov-1
```
## Arguments
| Input | Description | Usage |
| :---: | :---: | :---: |
| `token` | Used to authorize coverage report uploads | *Required only 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
The code in this project is released under the [MIT License](LICENSE)