From d1914c14b8d5b2f2d090b2024253f45866f23754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Wed, 7 Aug 2019 18:44:06 -0700 Subject: [PATCH] move arguments section up --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 15a5f73..0793471 100644 --- a/README.md +++ b/README.md @@ -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)