Skip to content

Commit adfacf2

Browse files
authored
fix: remove erroneous linebreak in readme (#1734)
1 parent 1e68e06 commit adfacf2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +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 locate
110-
d 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 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
111110
| `commit_parent` | SHA (with 40 chars) of what should be the parent of this commit. | Optional
112111
| `directory` | Folder to search for coverage files. Default to the current working directory | Optional
113112
| `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)