From e6cea4aaed0e549a97135423bb1b2cf13860df1f Mon Sep 17 00:00:00 2001 From: ibrahim0814 Date: Tue, 19 Nov 2019 04:18:00 -0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7e4c72..064596c 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ Codecov's Action currently supports five inputs from the user: `token`, `file`, | :---: | :---: | :---: | | `token` | Used to authorize coverage report uploads | *Required* | | `file` | Path to the coverage report(s) | Optional -| `flags` | Flag upload under a certain group | Optional -| `name` | Custom defined name for the upload | Optional +| `flags` | Flag the upload to group coverage metrics (unittests, uitests, etc.) | Optional +| `name` | Custom defined name for the build | Optional | `yml` | Path to codecov.yml config file | Optional ### Example `workflow.yml` with Codecov Action