From 3ec2345d08cd1b2b0568fc68a38904c8c0f63f9b Mon Sep 17 00:00:00 2001 From: Ibrahim Ali Date: Tue, 19 Nov 2019 11:26:54 -0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 064596c..ba39b9e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ 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 the upload to group coverage metrics (unittests, uitests, etc.) | Optional -| `name` | Custom defined name for the build | Optional +| `name` | Custom defined name for the upload | Optional | `yml` | Path to codecov.yml config file | Optional ### Example `workflow.yml` with Codecov Action