Skip to content

Commit 5825942

Browse files
authored
Fix typo in README (#1747)
Fix typo
1 parent b1a6383 commit 5825942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Codecov's Action supports inputs from the user. These inputs, along with their d
106106
| Input | Description | Required |
107107
| :--- | :--- | :---: |
108108
| `binary` | The file location of a pre-downloaded version of the CLI. If specified, integrity checking will be bypassed. | Optional
109-
| `codecov_yml_path` | The location of the codecov.yml file. This is crrently ONLY used for automated test selection (https://docs.codecov.com/docs/getting-started-with-ats). Note that for all other cases, the Codecov yaml will need to be located as described here: https://docs.codecov.com/docs/codecov-yaml#can-i-name-the-file-codecovyml | Optional
109+
| `codecov_yml_path` | The location of the codecov.yml file. This is currently ONLY used for automated test selection (https://docs.codecov.com/docs/getting-started-with-ats). Note that for all other cases, the Codecov yaml will need to be located as described here: https://docs.codecov.com/docs/codecov-yaml#can-i-name-the-file-codecovyml | Optional
110110
| `commit_parent` | SHA (with 40 chars) of what should be the parent of this commit. | Optional
111111
| `directory` | Folder to search for coverage files. Default to the current working directory | Optional
112112
| `disable_file_fixes` | Disable file fixes to ignore common lines from coverage (e.g. blank lines or empty brackets). Read more here https://docs.codecov.com/docs/fixing-reports | Optional

0 commit comments

Comments
 (0)