mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
Fix typo in README.md (#967)
Just noticed a small typo in the documentation, so I fixed it 👍
This commit is contained in:
parent
1dd0ce34be
commit
5bf250470e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue