Skip to content

Commit c770ad4

Browse files
committed
Add "working-directory:" to README
1 parent 55dde41 commit c770ad4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ steps:
3333

3434
Codecov's Action currently supports five inputs from the user: `token`, `file`, `flags`,`name`, and `fail_ci_if_error`. These inputs, along with their descriptions and usage contexts, are listed in the table below:
3535

36-
>**Update**: We've removed the `yml` parameter with the latest release of this action. Please put your custom codecov yaml file at the root of the repo because other locations will no longer be supported in the future.
37-
3836
| Input | Description | Usage |
3937
| :---: | :---: | :---: |
4038
| `token` | Used to authorize coverage report uploads | *Required for private repos* |
@@ -47,6 +45,7 @@ Codecov's Action currently supports five inputs from the user: `token`, `file`,
4745
| `fail_ci_if_error` | Specify if CI pipeline should fail when Codecov runs into errors during upload. *Defaults to **false*** | Optional
4846
| `path_to_write_report` | Write upload file to path before uploading | Optional
4947
| `verbose` | Specify whether the Codecov output should be verbose | Optional
48+
| `working-directory` | Directory in which to execute `codecov.sh` | Optional
5049
| `xcode_derived_data` | Custom Derived Data Path for Coverage.profdata and gcov processing | Optional
5150
| `xcode_package` | Specify packages to build coverage. Uploader will only build these packages. This can significantly reduces time to build coverage reports. -J 'MyAppName' Will match "MyAppName" and "MyAppNameTests" -J '^ExampleApp$' Will match only "ExampleApp" not "ExampleAppTests" | Optional
5251

0 commit comments

Comments
 (0)