Add parameters to the action.yml

This commit is contained in:
Tom Hu
2021-01-05 17:31:02 -05:00
parent a92c414703
commit e9131c5f9c
5 changed files with 73 additions and 11 deletions

View File

@@ -54,7 +54,7 @@ Codecov's Action currently supports five inputs from the user: `token`, `file`,
| | `recursesubs` Enable recurse submodules in git projects when searching for source files | |
| | `search` Disable searching for reports |
| | `xcode` Disable xcode processing |
| `gcov path_include` | Paths to include during gcov gathering (as a glob) | Optional
| `gcov_path_include` | Paths to include during gcov gathering (as a glob) | Optional
| `gcov_args` | extra arguments to pass to gcov | Optional
| `gcov_executable` | gcov executable to run. Defaults to 'gcov' | Optional
| `gcov_path_exclude` | Paths to ignore during gcov gathering (as a glob) | Optional