From 94c35fe5a30e60d2ac2750173b3308c118e91f89 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 11 Jul 2022 23:38:01 -0700 Subject: [PATCH] Fix `network` entry in table Validate I didn't mess up the meaning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a266a340d..fe6685897 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Codecov's Action currently supports five inputs from the user: `token`, `file`, | `env_vars` | Environment variables to tag the upload with. Multiple env variables can be separated with commas (e.g. `OS,PYTHON`) | Optional | `fail_ci_if_error` | Specify if CI pipeline should fail when Codecov runs into errors during upload. *Defaults to **false*** | Optional | `functionalities` | Toggle functionalities | Optional -| | `network` Disable uploading the file network | +| `network` | Disable uploading the file network | Optional | `gcov` | Run with gcov support | Optional | `gcov_args` | Extra arguments to pass to gcov | Optional | `gcov_ignore` | Paths to ignore during gcov gathering | Optional