From 71d5dea6af7ed28ffc892337ef6cc9d63dcfc155 Mon Sep 17 00:00:00 2001 From: Ibrahim Ali Date: Thu, 5 Mar 2020 00:00:10 -0800 Subject: [PATCH] Add example for how to specify multiple flags --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b87a1a6..e5ce296 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ Codecov's Action currently supports five inputs from the user: `token`, `file`, | :---: | :---: | :---: | | `token` | Used to authorize coverage report uploads | *Required for private repos* | | `file` | Path to the coverage report(s) | Optional -| `flags` | Flag the upload to group coverage metrics (unittests, uitests, etc.) | Optional +| `flags` | Flag the upload to group coverage metrics (unittests, uitests, etc.). Multiple flags are separated by a comma (ui,chrome) | Optional | `name` | Custom defined name for the upload | Optional -| `fail_ci_if_error` | Specify if CI pipeline should fail when Codecov runs into errors during upload. *Defaults to **false***. | Optional +| `fail_ci_if_error` | Specify if CI pipeline should fail when Codecov runs into errors during upload. *Defaults to **false*** | Optional ### Example `workflow.yml` with Codecov Action