From 5bf250470ea3e4bf9456e73127015eb78ce4c280 Mon Sep 17 00:00:00 2001 From: Isaac Halvorson Date: Tue, 2 May 2023 14:03:05 -0500 Subject: [PATCH] Fix typo in README.md (#967) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just noticed a small typo in the documentation, so I fixed it 👍 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ececb7333..92b20e524 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Codecov's Action supports inputs from the user. These inputs, along with their d | `gcov_include` | Paths to include during gcov gathering | Optional | `gcov_executable` | gcov executable to run. Defaults to gcov. | Optional | `name` | Custom defined name for the upload | Optional -| `network_filer` | Specify a filter on the files listed in the network section of the Codecov report. Useful for upload-specific path fixing | Optional +| `network_filter` | Specify a filter on the files listed in the network section of the Codecov report. Useful for upload-specific path fixing | Optional | `network_prefix` | Specify a prefix on files listed in the network section of the Codecov report. Useful to help resolve path fixing | Optional | `os` | Specify the OS (linux, macos, windows, alpine) | Optional | `override_branch` | Specify the branch name | Optional