Skip to content

Commit 61ac410

Browse files
authored
Remove unsupported path_to_write_report argument (#851)
1 parent 927bc26 commit 61ac410

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ Codecov's Action currently supports five inputs from the user: `token`, `files`,
7171
| `override_commit` | Specify the commit SHA | Optional
7272
| `override_pr` | Specify the pull request number | Optional
7373
| `override_tag` | Specify the git tag | Optional
74-
| `path_to_write_report` | Write upload file to path before uploading | Optional
7574
| `root_dir` | Used when not in git/hg project to identify project root directory | Optional
7675
| `slug` | Specify the slug manually (Enterprise use) | Optional
7776
| `url` | Change the upload host (Enterprise use) | Optional
@@ -117,7 +116,6 @@ jobs:
117116
files: ./coverage1.xml,./coverage2.xml
118117
flags: unittests
119118
name: codecov-umbrella
120-
path_to_write_report: ./coverage/codecov_report.txt
121119
verbose: true
122120
```
123121
## Contributing

src/buildExec.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ test('all arguments', () => {
4646
'override_commit': '9caabca5474b49de74ef5667deabaf74cdacc244',
4747
'override_pr': '2',
4848
'override_tag': 'v1.2',
49-
'path_to_write_report': 'codecov/',
5049
'root_dir': 'root/',
5150
'slug': 'fakeOwner/fakeRepo',
5251
'token': 'd3859757-ab80-4664-924d-aef22fa7557b',

0 commit comments

Comments
 (0)